Skip to content

🤖 User test baselines have changed for BigInt-constructor-should-not-accept-any-type #93

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: user-baseline-updates
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/baselines/reference/docker/azure-sdk.log
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Exit Code: 1
Standard output:

Rush Multi-Project Build Tool 5.X.X - https://rushjs.io
Node.js version is 14.12.0 (pre-LTS)
Node.js version is 14.13.1 (pre-LTS)
Starting "rush rebuild"
Executing a maximum of ?simultaneous processes...
BLOCKED (51)
Expand Down
243 changes: 111 additions & 132 deletions tests/baselines/reference/docker/office-ui-fabric.log

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions tests/baselines/reference/docker/vue-next.log
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ The API report is up to date: temp/vue.api.md
Writing package typings: /vue-next/packages/vue/dist/vue.d.ts
Writing package typings: /vue-next/dist/vue.d.ts
API Extractor completed successfully.
compiler-dom.global.prod.js min:43.87kb / gzip:16.91kb / brotli:15.31kb
reactivity.global.prod.js min:8.28kb / gzip:3.20kb / brotli:2.97kb
runtime-dom.global.prod.js min:68.37kb / gzip:26.23kb / brotli:23.76kb
size-check.global.prod.js min:39.41kb / gzip:15.72kb / brotli:14.34kb
vue.global.prod.js min:105.19kb / gzip:39.87kb / brotli:35.89kb
compiler-dom.global.prod.js min:43.95kb / gzip:16.94kb / brotli:15.34kb
reactivity.global.prod.js min:8.31kb / gzip:3.21kb / brotli:2.98kb
runtime-dom.global.prod.js min:68.63kb / gzip:26.31kb / brotli:23.83kb
size-check.global.prod.js min:39.63kb / gzip:15.80kb / brotli:14.41kb
vue.global.prod.js min:105.54kb / gzip:39.99kb / brotli:35.92kb



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ node_modules/chrome-devtools-frontend/front_end/Runtime.js(270,9): error TS2322:
node_modules/chrome-devtools-frontend/front_end/Runtime.js(280,5): error TS2322: Type 'Promise<void>' is not assignable to type 'Promise<undefined>'.
node_modules/chrome-devtools-frontend/front_end/Runtime.js(283,12): error TS2554: Expected 2-3 arguments, but got 1.
node_modules/chrome-devtools-frontend/front_end/Runtime.js(525,9): error TS2322: Type 'Window' is not assignable to type 'Window & typeof globalThis'.
Type 'Window' is missing the following properties from type 'typeof globalThis': globalThis, eval, parseInt, parseFloat, and 837 more.
Type 'Window' is missing the following properties from type 'typeof globalThis': globalThis, eval, parseInt, parseFloat, and 839 more.
node_modules/chrome-devtools-frontend/front_end/Runtime.js(527,49): error TS2352: Conversion of type 'Window & typeof globalThis' to type 'new () => any' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
Type 'Window & typeof globalThis' provides no match for the signature 'new (): any'.
node_modules/chrome-devtools-frontend/front_end/Runtime.js(539,24): error TS2351: This expression is not constructable.
Expand Down
24 changes: 16 additions & 8 deletions tests/baselines/reference/user/create-react-app.log
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
Exit Code: 2
Exit Code: 1
Standard output:
test/fixtures/issue-5176-flow-class-properties/src/App.js(5,8): error TS8010: Type annotations can only be used in TypeScript files.
test/fixtures/issue-5176-flow-class-properties/src/App.js(5,13): error TS1005: ';' expected.
test/fixtures/webpack-message-formatting/src/AppBabel.js(6,8): error TS17008: JSX element 'div' has no corresponding closing tag.
test/fixtures/webpack-message-formatting/src/AppBabel.js(8,7): error TS17002: Expected corresponding JSX closing tag for 'span'.
test/fixtures/webpack-message-formatting/src/AppBabel.js(10,3): error TS1381: Unexpected token. Did you mean `{'}'}` or `&rbrace;`?
test/fixtures/webpack-message-formatting/src/AppBabel.js(11,1): error TS1381: Unexpected token. Did you mean `{'}'}` or `&rbrace;`?
test/fixtures/webpack-message-formatting/src/AppBabel.js(14,1): error TS1005: '</' expected.



Standard error:
../../../built/local/tsc.js:105472
throw e;
^

TypeError: Cannot read property 'length' of undefined
at getSignatureFromDeclaration (../../../built/local/tsc.js:53357:89)
at addImplementationSuccessElaboration (../../../built/local/tsc.js:67988:37)
at resolveCall (../../../built/local/tsc.js:67907:33)
at resolveCallExpression (../../../built/local/tsc.js:68284:20)
at resolveSignature (../../../built/local/tsc.js:68657:28)
at getResolvedSignature (../../../built/local/tsc.js:68688:26)
at checkCallExpression (../../../built/local/tsc.js:68814:29)
at checkExpressionWorker (../../../built/local/tsc.js:71378:28)
at checkExpression (../../../built/local/tsc.js:71287:38)
at checkExpressionStatement (../../../built/local/tsc.js:73819:13)
Loading