Initial commit
This commit is contained in:
commit
78f8d225ee
21173 changed files with 2907774 additions and 0 deletions
9
node_modules/next/dist/build/webpack/plugins/rspack-profiling-plugin.d.ts
generated
vendored
Normal file
9
node_modules/next/dist/build/webpack/plugins/rspack-profiling-plugin.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import type { Span } from '../../../trace';
|
||||
export declare const compilationSpans: WeakMap<any, Span>;
|
||||
export declare class RspackProfilingPlugin {
|
||||
runWebpackSpan: Span;
|
||||
constructor({ runWebpackSpan }: {
|
||||
runWebpackSpan: Span;
|
||||
});
|
||||
apply(compiler: any): void;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue