Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0412ac8

Browse filesBrowse 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
Copy full SHA for 0412ac8

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Open diff view settings
Collapse file

‎typings/internalBinding/modules.d.ts‎

Copy file name to clipboardExpand all lines: typings/internalBinding/modules.d.ts
+1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.