Initial commit
This commit is contained in:
commit
78f8d225ee
21173 changed files with 2907774 additions and 0 deletions
6
node_modules/next/dist/build/webpack/loaders/next-flight-loader/index.d.ts
generated
vendored
Normal file
6
node_modules/next/dist/build/webpack/loaders/next-flight-loader/index.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import type { webpack } from 'next/dist/compiled/webpack/webpack';
|
||||
import type { javascript, LoaderContext } from 'next/dist/compiled/webpack/webpack';
|
||||
type SourceType = javascript.JavascriptParser['sourceType'] | 'commonjs';
|
||||
export declare function getAssumedSourceType(mod: webpack.Module, sourceType: SourceType): SourceType;
|
||||
export default function transformSource(this: LoaderContext<undefined>, source: string, sourceMap: any): void;
|
||||
export {};
|
||||
Loading…
Add table
Add a link
Reference in a new issue