Initial boiler plate project
This commit is contained in:
14
node_modules/next/dist/build/babel/loader/transform.d.ts
generated
vendored
Normal file
14
node_modules/next/dist/build/babel/loader/transform.d.ts
generated
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
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): {
|
||||
code: string;
|
||||
map: {
|
||||
version: number;
|
||||
sources: string[];
|
||||
names: string[];
|
||||
sourceRoot?: string | undefined;
|
||||
sourcesContent?: string[] | undefined;
|
||||
mappings: string;
|
||||
file: string;
|
||||
} | null;
|
||||
};
|
||||
Reference in New Issue
Block a user