Skip to content

Commit

Permalink
Update user baselines (#30168)
Browse files Browse the repository at this point in the history
  • Loading branch information
TypeScript Bot authored and sandersn committed Mar 1, 2019
1 parent 5bef1aa commit f776bea
Show file tree
Hide file tree
Showing 4 changed files with 162 additions and 7 deletions.
6 changes: 6 additions & 0 deletions tests/baselines/reference/user/acorn.log
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ node_modules/acorn/dist/acorn.es.js(5292,12): error TS2339: Property 'parseExpre
node_modules/acorn/dist/acorn.js(3,9): error TS2304: Cannot find name 'define'.
node_modules/acorn/dist/acorn.js(3,34): error TS2304: Cannot find name 'define'.
node_modules/acorn/dist/acorn.js(3,47): error TS2304: Cannot find name 'define'.
node_modules/acorn/dist/acorn.js(4,19): error TS2339: Property 'acorn' does not exist on type 'typeof import("/acorn/node_modules/acorn/dist/acorn")'.
node_modules/acorn/dist/acorn.js(42,1): error TS2322: Type 'null' is not assignable to type 'string'.
node_modules/acorn/dist/acorn.js(42,32): error TS2322: Type 'null' is not assignable to type 'string'.
node_modules/acorn/dist/acorn.js(416,56): error TS2339: Property 'push' does not exist on type '(token: any) => any'.
Expand Down Expand Up @@ -128,6 +129,9 @@ node_modules/acorn/dist/acorn_loose.es.js(263,47): error TS2339: Property 'end'
node_modules/acorn/dist/acorn_loose.js(3,9): error TS2304: Cannot find name 'define'.
node_modules/acorn/dist/acorn_loose.js(3,34): error TS2304: Cannot find name 'define'.
node_modules/acorn/dist/acorn_loose.js(3,47): error TS2304: Cannot find name 'define'.
node_modules/acorn/dist/acorn_loose.js(4,19): error TS2339: Property 'acorn' does not exist on type 'typeof import("/acorn/node_modules/acorn/dist/acorn_loose")'.
node_modules/acorn/dist/acorn_loose.js(4,54): error TS2339: Property 'acorn' does not exist on type 'typeof import("/acorn/node_modules/acorn/dist/acorn_loose")'.
node_modules/acorn/dist/acorn_loose.js(4,79): error TS2339: Property 'acorn' does not exist on type 'typeof import("/acorn/node_modules/acorn/dist/acorn_loose")'.
node_modules/acorn/dist/acorn_loose.js(89,10): error TS2339: Property 'next' does not exist on type 'LooseParser'.
node_modules/acorn/dist/acorn_loose.js(118,16): error TS2339: Property 'lookAhead' does not exist on type 'LooseParser'.
node_modules/acorn/dist/acorn_loose.js(119,44): error TS2339: Property 'next' does not exist on type 'LooseParser'.
Expand All @@ -152,6 +156,8 @@ node_modules/acorn/dist/walk.es.js(155,41): error TS2339: Property 'node' does n
node_modules/acorn/dist/walk.js(3,9): error TS2304: Cannot find name 'define'.
node_modules/acorn/dist/walk.js(3,34): error TS2304: Cannot find name 'define'.
node_modules/acorn/dist/walk.js(3,47): error TS2304: Cannot find name 'define'.
node_modules/acorn/dist/walk.js(4,19): error TS2339: Property 'acorn' does not exist on type 'typeof import("/acorn/node_modules/acorn/dist/walk")'.
node_modules/acorn/dist/walk.js(4,54): error TS2339: Property 'acorn' does not exist on type 'typeof import("/acorn/node_modules/acorn/dist/walk")'.
node_modules/acorn/dist/walk.js(161,41): error TS2339: Property 'node' does not exist on type 'never'.


Expand Down
1 change: 1 addition & 0 deletions tests/baselines/reference/user/async.log
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ node_modules/async/dir.js(42,20): error TS2695: Left side of comma operator is u
node_modules/async/dist/async.js(3,10): error TS2304: Cannot find name 'define'.
node_modules/async/dist/async.js(3,35): error TS2304: Cannot find name 'define'.
node_modules/async/dist/async.js(3,48): error TS2304: Cannot find name 'define'.
node_modules/async/dist/async.js(4,20): error TS2339: Property 'async' does not exist on type 'typeof import("/async/node_modules/async/dist/async")'.
node_modules/async/dist/async.js(31,18): error TS8029: JSDoc '@param' tag has name '', but there is no parameter with that name. It would match 'arguments' if it had an array type.
node_modules/async/dist/async.js(31,28): error TS1003: Identifier expected.
node_modules/async/dist/async.js(31,29): error TS1003: Identifier expected.
Expand Down
Loading

0 comments on commit f776bea

Please sign in to comment.