E574
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 b1d47d0 commit 0412ac8Copy full SHA for 0412ac8
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