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.
flushCompileCache
1 parent 18536d9 commit 5e4da33Copy full SHA for 5e4da33
typings/internalBinding/modules.d.ts
@@ -23,4 +23,5 @@ export interface ModulesBinding {
23
getNearestParentPackageJSONType(path: string): PackageConfig['type']
24
getPackageScopeConfig(path: string): SerializedPackageConfig | undefined
25
getPackageJSONScripts(): string | undefined
26
+ flushCompileCache(keepDeserializedCache?: boolean): void
27
}
0 commit comments