Skip to content

Commit

Permalink
Fix test baselines
Browse files Browse the repository at this point in the history
  • Loading branch information
sheetalkamat committed Apr 10, 2020
1 parent 1977b89 commit 399b60a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 38 deletions.
Expand Up @@ -7,5 +7,17 @@ Entrypoint main = bundle.js

ERROR in src\error2.js
./src/error2.js
[tsl] ERROR in src\error2.js(4,10)
[tsl] ERROR in src\error2.js(4,10)
 TS2339: Property 'bar' does not exist on type 'Class2'.

Asset Size Chunks Chunk Names
bundle.js 5.15 KiB main main
Entrypoint main = bundle.js
[./src/error1.js] 265 bytes {main}
[./src/error2.js] 278 bytes {main} [1 error]
[./src/index.js] 207 bytes {main} [built]

ERROR in src\error2.js
./src/error2.js
[tsl] ERROR in src\error2.js(4,10)
 TS2339: Property 'bar' does not exist on type 'Class2'.
Expand Up @@ -20,43 +20,6 @@ ERROR in [tsl] ERROR in [36
ERROR in [tsl] ERROR in lib\fileWithError.ts(2,5)
 TS2322: Type 'false' is not assignable to type 'string'.

ERROR in ./lib/index.ts
Module build failed (from /index.js):
Error: TypeScript emitted no output for lib\index.ts. The most common cause for this is having errors when building referenced projects.
at makeSourceMapAndFinish (dist\index.js:87:18)
at successLoader (dist\index.js:73:9)
at Object.loader (dist\index.js:24:5)
@ ./app.ts 3:12-28

ERROR in ./utils/index.ts
Module build failed (from /index.js):
Error: TypeScript emitted no output for utils\index.ts. The most common cause for this is having errors when building referenced projects.
at makeSourceMapAndFinish (dist\index.js:87:18)
at successLoader (dist\index.js:73:9)
at Object.loader (dist\index.js:24:5)
@ ./app.ts 4:14-32

Asset Size Chunks Chunk Names
bundle.js 5.57 KiB main main
Entrypoint main = bundle.js
[./app.ts] 218 bytes {main} [2 errors]
[./lib/index.ts] 493 bytes {main} [built] [failed] [3 errors]
[./utils/index.ts] 495 bytes {main} [built] [failed] [1 error]

ERROR in [tsl] ERROR in indirectWithError\fileWithError.ts(2,5)
 TS2322: Type 'false' is not assignable to type 'string'.

ERROR in [tsl] ERROR in indirectWithError\fileWithError.ts(2,5)
 TS2322: Type 'false' is not assignable to type 'string'.
@ ./app.ts 3:12-28

ERROR in [tsl] ERROR in lib\fileWithError.ts(2,5)
 TS2322: Type 'false' is not assignable to type 'string'.

ERROR in [tsl] ERROR in lib\fileWithError.ts(2,5)
 TS2322: Type 'false' is not assignable to type 'string'.
@ ./app.ts 3:12-28

ERROR in ./lib/index.ts
Module build failed (from /index.js):
Error: TypeScript emitted no output for lib\index.ts. The most common cause for this is having errors when building referenced projects.
Expand Down

0 comments on commit 399b60a

Please sign in to comment.