From 6844caa9a552e3f8fd1f2139bdffdd090d48fe9a Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Wed, 28 Oct 2020 11:52:20 +1100 Subject: fix(cli): restore tripleslash lib refs support (#8157) Fixes #8147 --- cli/tsc/99_main_compiler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tsc') diff --git a/cli/tsc/99_main_compiler.js b/cli/tsc/99_main_compiler.js index 1248bad5a..b286f596d 100644 --- a/cli/tsc/99_main_compiler.js +++ b/cli/tsc/99_main_compiler.js @@ -369,7 +369,7 @@ delete Object.prototype.__proto__; return sourceFile; } - /** @type {{ data: string; hash: string; }} */ + /** @type {{ data: string; hash?: string; scriptKind: ts.ScriptKind }} */ const { data, hash, scriptKind } = core.jsonOpSync( "op_load", { specifier }, -- cgit v1.2.3