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 6db7170 commit 1871d3cCopy full SHA for 1871d3c
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