Initial commit
This commit is contained in:
commit
78f8d225ee
21173 changed files with 2907774 additions and 0 deletions
53
node_modules/next/dist/build/swc/generated-wasm.d.ts
generated
vendored
Normal file
53
node_modules/next/dist/build/swc/generated-wasm.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,53 @@
|
|||
// DO NOT MANUALLY EDIT THESE TYPES
|
||||
// You can regenerate this file by running `pnpm swc-build-wasm` in the root of the repo.
|
||||
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
/**
|
||||
* @param {string} s
|
||||
* @param {any} opts
|
||||
* @returns {any}
|
||||
*/
|
||||
export function minifySync(s: string, opts: any): any
|
||||
/**
|
||||
* @param {string} s
|
||||
* @param {any} opts
|
||||
* @returns {Promise<any>}
|
||||
*/
|
||||
export function minify(s: string, opts: any): Promise<any>
|
||||
/**
|
||||
* @param {any} s
|
||||
* @param {any} opts
|
||||
* @returns {any}
|
||||
*/
|
||||
export function transformSync(s: any, opts: any): any
|
||||
/**
|
||||
* @param {any} s
|
||||
* @param {any} opts
|
||||
* @returns {Promise<any>}
|
||||
*/
|
||||
export function transform(s: any, opts: any): Promise<any>
|
||||
/**
|
||||
* @param {string} s
|
||||
* @param {any} opts
|
||||
* @returns {any}
|
||||
*/
|
||||
export function parseSync(s: string, opts: any): any
|
||||
/**
|
||||
* @param {string} s
|
||||
* @param {any} opts
|
||||
* @returns {Promise<any>}
|
||||
*/
|
||||
export function parse(s: string, opts: any): Promise<any>
|
||||
/**
|
||||
* @param {string} value
|
||||
* @param {any} opts
|
||||
* @returns {any}
|
||||
*/
|
||||
export function mdxCompileSync(value: string, opts: any): any
|
||||
/**
|
||||
* @param {string} value
|
||||
* @param {any} opts
|
||||
* @returns {Promise<any>}
|
||||
*/
|
||||
export function mdxCompile(value: string, opts: any): Promise<any>
|
||||
Loading…
Add table
Add a link
Reference in a new issue