You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[XX:XX:XX] Error: /vscode/extensions/html-language-features/server/src/modes/javascriptMode.ts(26,9): Type '{ getCompilationSettings: () => CompilerOptions; getScriptFileNames: () => string[]; getScriptKind: (fileName: string) => ScriptKind; getScriptVersion: (fileName: string) => string; getScriptSnapshot: (fileName: string) => { ...; }; getCurrentDirectory: () => string; getDefaultLibFileName: (_options: CompilerOptions...' is missing the following properties from type 'LanguageServiceHost': readFile, fileExists
7
7
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
8
8
9
9
10
10
11
11
Standard error:
12
-
(node:18) [DEP0097] DeprecationWarning: Using a domain property in MakeCallback is deprecated. Use the async_context variant of MakeCallback or the AsyncResource class instead.
13
-
[XX:XX:XX] 'compile' errored after
12
+
[XX:XX:XX] 'compile' errored after ?s
14
13
[XX:XX:XX] Error: Found 1 errors
15
14
at Stream.<anonymous> (/vscode/build/lib/reporter.js:91:29)
16
15
at _end (/vscode/node_modules/through/index.js:65:9)
17
16
at Stream.stream.end (/vscode/node_modules/through/index.js:74:5)
18
17
at StreamFilter.onend (/vscode/node_modules/readable-stream/lib/_stream_readable.js:577:10)
19
-
at Object.onceWrapper (events.js:286:20)
20
-
at StreamFilter.emit (events.js:203:15)
21
-
at StreamFilter.EventEmitter.emit (domain.js:466:23)
18
+
at Object.onceWrapper (events.js:519:28)
19
+
at StreamFilter.emit (events.js:412:35)
20
+
at StreamFilter.emit (domain.js:537:15)
22
21
at endReadableNT (/vscode/node_modules/readable-stream/lib/_stream_readable.js:1010:12)
23
-
at process._tickCallback (internal/process/next_tick.js:63:19)
22
+
at processTicksAndRejections (internal/process/task_queues.js:82:21)
23
+
at runNextTicks (internal/process/task_queues.js:64:3)
src/browser/Terminal2.test.ts(80,11): error TS2794: Expected 1 arguments, but got 0. Did you forget to include 'void' in your type argument to 'Promise'?
7
-
error TS2688: Cannot find type definition file for '../../../out-test/api/TestUtils'.
8
-
The file is in the program because:
9
-
Entry point of type library '../../../out-test/api/TestUtils' specified in compilerOptions
10
-
error TS2688: Cannot find type definition file for '../../../out-test/api/TestUtils'.
11
-
The file is in the program because:
12
-
Entry point of type library '../../../out-test/api/TestUtils' specified in compilerOptions
13
6
addons/xterm-addon-ligatures/src/font.ts(6,26): error TS2307: Cannot find module 'font-finder' or its corresponding type declarations.
14
7
addons/xterm-addon-ligatures/src/font.ts(7,44): error TS2307: Cannot find module 'font-ligatures' or its corresponding type declarations.
15
-
addons/xterm-addon-ligatures/src/font.ts(47,30): error TS2583: Cannot find name 'AsyncIterableIterator'. Do you need to change your target library? Try changing the `lib` compiler option to 'es2018' or later.
16
-
addons/xterm-addon-ligatures/src/font.ts(62,38): error TS2307: Cannot find module 'font-finder' or its corresponding type declarations.
8
+
addons/xterm-addon-ligatures/src/font.ts(71,38): error TS2307: Cannot find module 'font-finder' or its corresponding type declarations.
17
9
addons/xterm-addon-ligatures/src/index.ts(7,22): error TS2307: Cannot find module 'font-ligatures' or its corresponding type declarations.
18
10
addons/xterm-addon-ligatures/src/index.ts(75,14): error TS2347: Untyped function calls may not accept type arguments.
19
11
addons/xterm-addon-ligatures/src/index.ts(76,9): error TS7006: Parameter 'range' implicitly has an 'any' type.
0 commit comments