@@ -4,31 +4,24 @@ yarn run vX.X.X
4
4
$ gulp compile --max_old_space_size=4095
5
5
[XX:XX:XX] Node flags detected: --max_old_space_size=4095
6
6
[XX:XX:XX] Using gulpfile /vscode/gulpfile.js
7
- [XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/titlebar/titlebarPart.ts(560,5): Type 'null' is not assignable to type 'string'.
8
- [XX:XX:XX] Error: /vscode/src/vs/base/browser/ui/menu/menubar.ts(742,7): Type '"underline" | null' is not assignable to type 'string'.
9
- Type 'null' is not assignable to type 'string'.
10
- [XX:XX:XX] Error: /vscode/src/vs/editor/browser/controller/textAreaInput.ts(208,33): Property 'locale' does not exist on type 'CompositionEvent'.
11
- [XX:XX:XX] Error: /vscode/src/vs/editor/browser/controller/textAreaInput.ts(225,33): Property 'locale' does not exist on type 'CompositionEvent'.
12
- [XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/titlebar/titlebarPart.ts(560,5): Type 'null' is not assignable to type 'string'.
13
- [XX:XX:XX] Error: /vscode/src/vs/base/browser/ui/menu/menubar.ts(742,7): Type '"underline" | null' is not assignable to type 'string'.
14
- Type 'null' is not assignable to type 'string'.
15
- [XX:XX:XX] Error: /vscode/src/vs/editor/browser/controller/textAreaInput.ts(208,33): Property 'locale' does not exist on type 'CompositionEvent'.
16
- [XX:XX:XX] Error: /vscode/src/vs/editor/browser/controller/textAreaInput.ts(225,33): Property 'locale' does not exist on type 'CompositionEvent'.
7
+ [XX:XX:XX] Error: /vscode/node_modules/@types/node/index.d.ts(179,11): Duplicate identifier 'IteratorResult'.
17
8
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
18
9
19
10
20
11
21
12
Standard error:
22
- [XX:XX:XX] 'compile' errored after
23
- [XX:XX:XX] Error: Found 4 errors
13
+ {"type":"warning","data":"package.json: No license field"}
14
+ {"type":"warning","data":"../package.json: No license field"}
15
+ {"type":"warning","data":"
[email protected] : No license field"}
16
+ [XX:XX:XX] 'compile' errored after 26 s
17
+ [XX:XX:XX] Error: Found 1 errors
24
18
at Stream.<anonymous> (/vscode/build/lib/reporter.js:74:29)
25
19
at _end (/vscode/node_modules/through/index.js:65:9)
26
20
at Stream.stream.end (/vscode/node_modules/through/index.js:74:5)
27
- at Stream.onend (internal/streams/legacy.js:42:10)
28
- at Stream.emit (events.js:203:15)
29
- at Stream.EventEmitter.emit (domain.js:466:23)
30
- at drain (/vscode/node_modules/through/index.js:34:23)
31
- at Stream.stream.queue.stream.push (/vscode/node_modules/through/index.js:45:5)
32
- at Stream.end (/vscode/node_modules/through/index.js:15:35)
33
- at _end (/vscode/node_modules/through/index.js:65:9)
21
+ at StreamFilter.onend (/vscode/node_modules/readable-stream/lib/_stream_readable.js:570:10)
22
+ at Object.onceWrapper (events.js:286:20)
23
+ at StreamFilter.emit (events.js:203:15)
24
+ at StreamFilter.EventEmitter.emit (domain.js:466:23)
25
+ at endReadableNT (/vscode/node_modules/readable-stream/lib/_stream_readable.js:992:12)
26
+ at process._tickCallback (internal/process/next_tick.js:63:19)
34
27
error Command failed with exit code 1.
0 commit comments