Skip to content

Commit

Permalink
module: add internal type def for flushCompileCache
Browse files Browse the repository at this point in the history
PR-URL: nodejs#55226
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
  • Loading branch information
JakobJingleheimer authored and louwers committed Nov 2, 2024
1 parent 25b1a3d commit 00a0a0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions typings/internalBinding/modules.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ export interface ModulesBinding {
getNearestParentPackageJSONType(path: string): PackageConfig['type']
getPackageScopeConfig(path: string): SerializedPackageConfig | undefined
getPackageJSONScripts(): string | undefined
flushCompileCache(keepDeserializedCache?: boolean): void
}

0 comments on commit 00a0a0e

Please sign in to comment.