Skip to content

Commit 0412ac8

Browse files
JakobJingleheimertargos
authored andcommitted
module: add internal type def for flushCompileCache
PR-URL: #55226 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
1 parent b1d47d0 commit 0412ac8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

typings/internalBinding/modules.d.ts

+1
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)