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 25b1a3d commit 00a0a0eCopy full SHA for 00a0a0e
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