Initial commit
This commit is contained in:
commit
78f8d225ee
21173 changed files with 2907774 additions and 0 deletions
6
node_modules/next/dist/build/babel/loader/transform.d.ts
generated
vendored
Normal file
6
node_modules/next/dist/build/babel/loader/transform.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import type { Span } from '../../../trace';
|
||||
import type { NextJsLoaderContext } from './types';
|
||||
export default function transform(this: NextJsLoaderContext, source: string, inputSourceMap: object | null | undefined, loaderOptions: any, filename: string, target: string, parentSpan: Span): Promise<{
|
||||
code: string;
|
||||
map: object | null | undefined;
|
||||
}>;
|
||||
Loading…
Add table
Add a link
Reference in a new issue