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
+
(node:18) [DEP0097] DeprecationWarning: Using a domain property in MakeCallback is deprecated. Use the async_context variant of MakeCallback or the AsyncResource class instead.
12
13
[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)
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)
src/browser/Terminal.test.ts(60,33): error TS2794: Expected 1 arguments, but got 0. Did you forget to include 'void' in your type argument to 'Promise'?
7
+
src/browser/Terminal.test.ts(66,31): error TS2794: Expected 1 arguments, but got 0. Did you forget to include 'void' in your type argument to 'Promise'?
8
+
src/browser/Terminal.test.ts(72,29): error TS2794: Expected 1 arguments, but got 0. Did you forget to include 'void' in your type argument to 'Promise'?
9
+
src/browser/Terminal.test.ts(79,29): error TS2794: Expected 1 arguments, but got 0. Did you forget to include 'void' in your type argument to 'Promise'?
10
+
src/browser/Terminal.test.ts(239,11): error TS2794: Expected 1 arguments, but got 0. Did you forget to include 'void' in your type argument to 'Promise'?
6
11
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
12
error TS2688: Cannot find type definition file for '../../../out-test/api/TestUtils'.
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