Skip to content

Commit 741f513

Browse files
author
TypeScript Bot
authored
Update user baselines (microsoft#36617)
1 parent 8ef498f commit 741f513

File tree

5 files changed

+84
-123
lines changed

5 files changed

+84
-123
lines changed
Lines changed: 1 addition & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,9 @@
11
Exit Code: 1
22
Standard output:
33

4-
> @reactivex/rxjs@X.X.X-alpha.0 build_all /rxjs
5-
> npm-run-all clean_dist copy_sources build_cjs build_esm5 build_esm2015 build_esm5_for_rollup build_umd build_types generate_packages
6-
> @reactivex/rxjs@X.X.X-alpha.0 clean_dist /rxjs
7-
> shx rm -rf ./dist
8-
> @reactivex/rxjs@X.X.X-alpha.0 copy_sources /rxjs
9-
> mkdirp dist && shx cp -r ./src/ ./dist/src
10-
> @reactivex/rxjs@X.X.X-alpha.0 build_cjs /rxjs
11-
> npm-run-all clean_dist_cjs compile_dist_cjs
12-
> @reactivex/rxjs@X.X.X-alpha.0 clean_dist_cjs /rxjs
13-
> shx rm -rf ./dist/cjs
14-
> @reactivex/rxjs@X.X.X-alpha.0 compile_dist_cjs /rxjs
15-
> tsc -p ./tsconfig/tsconfig.cjs.json
16-
node_modules/@types/node/index.d.ts(74,11): error TS2300: Duplicate identifier 'IteratorResult'.
17-
src/internal/operators/windowTime.ts(115,5): error TS2322: Type 'string | number' is not assignable to type 'number'.
18-
Type 'string' is not assignable to type 'number'.
19-
src/internal/operators/windowTime.ts(121,5): error TS2322: Type 'string | number' is not assignable to type 'number'.
20-
Type 'string' is not assignable to type 'number'.
21-
../typescript/package/lib/lib.es2015.iterable.d.ts(41,6): error TS2300: Duplicate identifier 'IteratorResult'.
22-
234

245

256
Standard error:
26-
npm ERR! code ELIFECYCLE
27-
npm ERR! errno 2
28-
npm ERR! @reactivex/rxjs@X.X.X-alpha.0 compile_dist_cjs: `tsc -p ./tsconfig/tsconfig.cjs.json`
29-
npm ERR! Exit status 2
30-
npm ERR!
31-
npm ERR! Failed at the @reactivex/rxjs@X.X.X-alpha.0 compile_dist_cjs script.
32-
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
33-
npm ERR! A complete log of this run can be found in:
34-
npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log
35-
ERROR: "compile_dist_cjs" exited with 2.
36-
npm ERR! code ELIFECYCLE
37-
npm ERR! errno 1
38-
npm ERR! @reactivex/rxjs@X.X.X-alpha.0 build_cjs: `npm-run-all clean_dist_cjs compile_dist_cjs`
39-
npm ERR! Exit status 1
40-
npm ERR!
41-
npm ERR! Failed at the @reactivex/rxjs@X.X.X-alpha.0 build_cjs script.
42-
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
43-
npm ERR! A complete log of this run can be found in:
44-
npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log
45-
ERROR: "build_cjs" exited with 1.
46-
npm ERR! code ELIFECYCLE
47-
npm ERR! errno 1
48-
npm ERR! @reactivex/rxjs@X.X.X-alpha.0 build_all: `npm-run-all clean_dist copy_sources build_cjs build_esm5 build_esm2015 build_esm5_for_rollup build_umd build_types generate_packages`
49-
npm ERR! Exit status 1
50-
npm ERR!
51-
npm ERR! Failed at the @reactivex/rxjs@X.X.X-alpha.0 build_all script.
52-
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
7+
npm ERR! missing script: build_all
538
npm ERR! A complete log of this run can be found in:
549
npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log

tests/baselines/reference/docker/vscode.log

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,25 @@ yarn run vX.X.X
44
$ gulp compile --max_old_space_size=4095
55
[XX:XX:XX] Node flags detected: --max_old_space_size=4095
66
[XX:XX:XX] Using gulpfile /vscode/gulpfile.js
7-
[XX:XX:XX] Error: /vscode/extensions/typescript-language-features/src/protocol.d.ts(13,3): Duplicate identifier 'PrepareCallHierarchy'.
8-
[XX:XX:XX] Error: /vscode/extensions/typescript-language-features/src/protocol.d.ts(14,3): Duplicate identifier 'ProvideCallHierarchyIncomingCalls'.
9-
[XX:XX:XX] Error: /vscode/extensions/typescript-language-features/src/protocol.d.ts(15,3): Duplicate identifier 'ProvideCallHierarchyOutgoingCalls'.
7+
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/remote/browser/remote.ts(637,8): Parameter 'choice' implicitly has an 'any' type.
8+
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/remote/browser/remote.ts(652,8): Parameter 'choice' implicitly has an 'any' type.
9+
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/remote/browser/remote.ts(637,8): Parameter 'choice' implicitly has an 'any' type.
10+
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/remote/browser/remote.ts(652,8): Parameter 'choice' implicitly has an 'any' type.
1011
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
1112

1213

1314

1415
Standard error:
15-
[XX:XX:XX] 'compile' errored after ?s
16-
[XX:XX:XX] Error: Found 3 errors
16+
[XX:XX:XX] 'compile' errored after
17+
[XX:XX:XX] Error: Found 2 errors
1718
at Stream.<anonymous> (/vscode/build/lib/reporter.js:74:29)
1819
at _end (/vscode/node_modules/through/index.js:65:9)
1920
at Stream.stream.end (/vscode/node_modules/through/index.js:74:5)
20-
at StreamFilter.onend (/vscode/node_modules/readable-stream/lib/_stream_readable.js:570:10)
21-
at Object.onceWrapper (events.js:286:20)
22-
at StreamFilter.emit (events.js:203:15)
23-
at StreamFilter.EventEmitter.emit (domain.js:466:23)
24-
at endReadableNT (/vscode/node_modules/readable-stream/lib/_stream_readable.js:992:12)
25-
at process._tickCallback (internal/process/next_tick.js:63:19)
21+
at Stream.onend (internal/streams/legacy.js:42:10)
22+
at Stream.emit (events.js:203:15)
23+
at Stream.EventEmitter.emit (domain.js:466:23)
24+
at drain (/vscode/node_modules/through/index.js:34:23)
25+
at Stream.stream.queue.stream.push (/vscode/node_modules/through/index.js:45:5)
26+
at Stream.end (/vscode/node_modules/through/index.js:15:35)
27+
at _end (/vscode/node_modules/through/index.js:65:9)
2628
error Command failed with exit code 1.

tests/baselines/reference/docker/xterm.js.log

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ node_modules/@types/ws/index.d.ts(44,39): error TS2694: Namespace '"url"' has no
1515
node_modules/@types/ws/index.d.ts(45,39): error TS2694: Namespace '"url"' has no exported member 'URL'.
1616
node_modules/@types/ws/index.d.ts(44,39): error TS2694: Namespace '"url"' has no exported member 'URL'.
1717
node_modules/@types/ws/index.d.ts(45,39): error TS2694: Namespace '"url"' has no exported member 'URL'.
18+
node_modules/@types/ws/index.d.ts(44,39): error TS2694: Namespace '"url"' has no exported member 'URL'.
19+
node_modules/@types/ws/index.d.ts(45,39): error TS2694: Namespace '"url"' has no exported member 'URL'.
20+
node_modules/@types/ws/index.d.ts(44,39): error TS2694: Namespace '"url"' has no exported member 'URL'.
21+
node_modules/@types/ws/index.d.ts(45,39): error TS2694: Namespace '"url"' has no exported member 'URL'.
1822

1923

2024

0 commit comments

Comments
 (0)