We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ba6b0b commit b5452e7Copy full SHA for b5452e7
packages/angular/build/src/typings.d.ts
@@ -17,10 +17,3 @@
17
declare module 'esbuild' {
18
export * from 'esbuild-wasm';
19
}
20
-
21
-/**
22
- * Augment the Node.js module builtin types to support the v22.8+ compile cache functions
23
- */
24
-declare module 'node:module' {
25
- function getCompileCacheDir(): string | undefined;
26
-}
0 commit comments