Skip to content

Commit cafc552

Browse files
committed
Fix fourslash errors
Signed-off-by: Leo Elmecker <lelmeckerpla@bloomberg.net>
1 parent 8d529f6 commit cafc552

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/harness/fourslashInterfaceImpl.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1241,6 +1241,8 @@ export namespace Completion {
12411241
varEntry("Float64Array"),
12421242
interfaceEntry("Float64ArrayConstructor"),
12431243
moduleEntry("Intl"),
1244+
typeEntry("WeakKey"),
1245+
interfaceEntry("WeakKeyTypes"),
12441246
];
12451247

12461248
export const globalThisEntry: ExpectedCompletionEntry = {

0 commit comments

Comments
 (0)