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] [monaco.d.ts] monaco.d.ts is changed - total time took ?s
6
+
[XX:XX:XX] Error: /vscode/extensions/html-language-features/server/src/modes/javascriptMode.ts(130,36): Expected 7 arguments, but got 6.
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
-
[XX:XX:XX] 'compile' errored after ?s
13
-
[XX:XX:XX] Error: monaco.d.ts is no longer up to date. Please run gulp watch and commit the new file.
14
-
at formatError (/vscode/node_modules/gulp-cli/lib/versioned/^4.0.0/format-error.js:21:10)
15
-
at Gulp.<anonymous> (/vscode/node_modules/gulp-cli/lib/versioned/^4.0.0/log/events.js:33:15)
16
-
at Gulp.emit (events.js:203:15)
17
-
at Gulp.EventEmitter.emit (domain.js:448:20)
18
-
at Object.error (/vscode/node_modules/undertaker/lib/helpers/createExtensions.js:61:10)
19
-
at handler (/vscode/node_modules/now-and-later/lib/map.js:50:14)
20
-
at f (/vscode/node_modules/once/once.js:25:25)
21
-
at f (/vscode/node_modules/once/once.js:25:25)
22
-
at tryCatch (/vscode/node_modules/async-done/index.js:24:15)
23
-
at done (/vscode/node_modules/async-done/index.js:40:12)
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
14
+
[XX:XX:XX] Error: Found 1 errors
15
+
at Stream.<anonymous> (/vscode/build/lib/reporter.js:91:29)
16
+
at _end (/vscode/node_modules/through/index.js:65:9)
17
+
at Stream.stream.end (/vscode/node_modules/through/index.js:74:5)
18
+
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)
22
+
at endReadableNT (/vscode/node_modules/readable-stream/lib/_stream_readable.js:1010:12)
23
+
at process._tickCallback (internal/process/next_tick.js:63:19)
Copy file name to clipboardExpand all lines: tests/baselines/reference/docker/xterm.js.log
+4-2
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,10 @@ error TS2688: Cannot find type definition file for '../../../out-test/api/TestUt
10
10
error TS2688: Cannot find type definition file for '../../../out-test/api/TestUtils'.
11
11
The file is in the program because:
12
12
Entry point of type library '../../../out-test/api/TestUtils' specified in compilerOptions
13
-
addons/xterm-addon-ligatures/src/font.ts(6,29): error TS2307: Cannot find module 'font-finder' or its corresponding type declarations.
14
-
addons/xterm-addon-ligatures/src/font.ts(7,32): error TS2307: Cannot find module 'font-ligatures' or its corresponding type declarations.
13
+
addons/xterm-addon-ligatures/src/font.ts(6,26): error TS2307: Cannot find module 'font-finder' or its corresponding type declarations.
14
+
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.
15
17
addons/xterm-addon-ligatures/src/index.ts(7,22): error TS2307: Cannot find module 'font-ligatures' or its corresponding type declarations.
16
18
addons/xterm-addon-ligatures/src/index.ts(75,14): error TS2347: Untyped function calls may not accept type arguments.
17
19
addons/xterm-addon-ligatures/src/index.ts(76,9): error TS7006: Parameter 'range' implicitly has an 'any' type.
node_modules/bluebird/js/release/using.js(92,14): error TS2339: Property 'constructor$' does not exist on type 'FunctionDisposer'.
179
179
node_modules/bluebird/js/release/using.js(97,23): error TS2339: Property 'data' does not exist on type 'FunctionDisposer'.
180
180
node_modules/bluebird/js/release/using.js(223,15): error TS2350: Only a void function can be called with the 'new' keyword.
181
-
node_modules/bluebird/js/release/util.js(279,45): error TS2345: Argument of type 'PropertyDescriptor | { value: any; } | undefined' is not assignable to parameter of type 'PropertyDescriptor & ThisType<any>'.
182
-
Type 'undefined' is not assignable to type 'PropertyDescriptor & ThisType<any>'.
183
-
Type 'undefined' is not assignable to type 'PropertyDescriptor'.
184
181
node_modules/bluebird/js/release/util.js(405,13): error TS2532: Object is possibly 'undefined'.
185
182
node_modules/bluebird/js/release/util.js(405,33): error TS2532: Object is possibly 'undefined'.
186
183
node_modules/bluebird/js/release/util.js(405,54): error TS2532: Object is possibly 'undefined'.
0 commit comments