Skip to content

Commit

Permalink
module: add internal type def for flushCompileCache
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobJingleheimer committed Oct 1, 2024
1 parent cebf21d commit 42cb1a9
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 42cb1a9

Please sign in to comment.