Skip to content

🤖 User test baselines have changed for unwrap-substitutes-post-simplification #32

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

Closed
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
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ exports.__esModule = true;
"program": {
"fileInfos": {
"../../../.ts/lib.es5.d.ts": {
"version": "146944634190",
"signature": "146944634190"
"version": "406734842058",
"signature": "406734842058"
},
"../../../.ts/lib.es2015.d.ts": {
"version": "57263133672",
Expand Down Expand Up @@ -114,8 +114,8 @@ exports.__esModule = true;
"program": {
"fileInfos": {
"../../../.ts/lib.es5.d.ts": {
"version": "146944634190",
"signature": "146944634190"
"version": "406734842058",
"signature": "406734842058"
},
"../../../.ts/lib.es2015.d.ts": {
"version": "57263133672",
Expand Down Expand Up @@ -237,8 +237,8 @@ exports.getVar = getVar;
"program": {
"fileInfos": {
"../../../.ts/lib.es5.d.ts": {
"version": "146944634190",
"signature": "146944634190"
"version": "406734842058",
"signature": "406734842058"
},
"../../../.ts/lib.es2015.d.ts": {
"version": "57263133672",
Expand Down
6 changes: 2 additions & 4 deletions tests/baselines/reference/user/lodash.log
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,8 @@ node_modules/lodash/_baseUniq.js(62,40): error TS2554: Expected 2 arguments, but
node_modules/lodash/_baseWrapperValue.js(18,21): error TS2339: Property 'value' does not exist on type 'LazyWrapper'.
node_modules/lodash/_cloneArrayBuffer.js(11,20): error TS2351: This expression is not constructable.
Type 'Function' has no construct signatures.
node_modules/lodash/_cloneBuffer.js(4,69): error TS2339: Property 'nodeType' does not exist on type '(buffer: any, isDeep?: boolean | undefined) => any'.
node_modules/lodash/_cloneBuffer.js(7,80): error TS2339: Property 'nodeType' does not exist on type '{ "../../../tests/cases/user/lodash/node_modules/lodash/_cloneBuffer": (buffer: any, isDeep?: boolean | undefined) => any; }'.
node_modules/lodash/_cloneBuffer.js(22,14): error TS2577: Return type annotation circularly references itself.
node_modules/lodash/_cloneBuffer.js(24,22): error TS2502: 'buffer' is referenced directly or indirectly in its own type annotation.
node_modules/lodash/_cloneBuffer.js(4,69): error TS2339: Property 'nodeType' does not exist on type '(buffer: Buffer, isDeep?: boolean | undefined) => Buffer'.
node_modules/lodash/_cloneBuffer.js(7,80): error TS2339: Property 'nodeType' does not exist on type '{ "../../../tests/cases/user/lodash/node_modules/lodash/_cloneBuffer": (buffer: Buffer, isDeep?: boolean | undefined) => Buffer; }'.
node_modules/lodash/_copySymbols.js(13,40): error TS2554: Expected 0 arguments, but got 1.
node_modules/lodash/_copySymbolsIn.js(13,42): error TS2554: Expected 0 arguments, but got 1.
node_modules/lodash/_createAggregator.js(19,60): error TS2554: Expected 0-1 arguments, but got 2.
Expand Down
5 changes: 5 additions & 0 deletions tests/baselines/reference/user/puppeteer.log
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,12 @@ lib/Page.js(607,14): error TS2503: Cannot find namespace 'Protocol'.
lib/Page.js(908,19): error TS2503: Cannot find namespace 'Protocol'.
lib/Page.js(1309,15): error TS2503: Cannot find namespace 'Protocol'.
lib/Target.js(23,15): error TS2503: Cannot find namespace 'Protocol'.
lib/Target.js(87,7): error TS2322: Type 'Promise<Worker | Worker>' is not assignable to type 'Promise<Worker>'.
Type 'Worker | Worker' is not assignable to type 'Worker'.
Type 'Worker' is missing the following properties from type 'Worker': onmessage, postMessage, terminate, addEventListener, and 3 more.
lib/Target.js(135,15): error TS2503: Cannot find namespace 'Protocol'.
lib/WebSocketTransport.js(32,72): error TS2345: Argument of type 'WebSocket' is not assignable to parameter of type 'WebSocket'.
Property 'dispatchEvent' is missing in type 'WebSocket' but required in type 'WebSocket'.
lib/Worker.js(25,50): error TS2503: Cannot find namespace 'Protocol'.
lib/Worker.js(26,24): error TS2503: Cannot find namespace 'Protocol'.
lib/Worker.js(33,26): error TS2503: Cannot find namespace 'Protocol'.
Expand Down
8 changes: 0 additions & 8 deletions tests/baselines/reference/user/webpack.log

This file was deleted.