Skip to content

Commit 1871d3c

Browse files
JakobJingleheimertargos
authored andcommitted
module: add internal type def for flushCompileCache
PR-URL: #55226 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Vinícius Lourenço Claro Cardoso <[email protected]>
1 parent 6db7170 commit 1871d3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎typings/internalBinding/modules.d.ts‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ export interface ModulesBinding{
2323
getNearestParentPackageJSONType(path: string): PackageConfig['type']
2424
getPackageScopeConfig(path: string): SerializedPackageConfig|undefined
2525
getPackageJSONScripts(): string|undefined
26+
flushCompileCache(keepDeserializedCache?: boolean): void
2627
}

0 commit comments

Comments
(0)