[91merror[0m[90m TS-1: [0mPre-emit (19) and post-emit (20) diagnostic counts do not match! This can indicate that a semantic _error_ was added by the emit resolver - such an error may not be reflected on the command line or in the editor, but may be captured in a baseline here!

  [96ma.ts[0m:[93m1[0m:[93m15[0m - Cannot find name '$'. Do you need to install type definitions for jQuery? Try `npm i --save-dev @types/jquery` and then add 'jquery' to the types field in your tsconfig.
    [7m1[0m const a =!@#!@$
    [7m [0m [96m              ~[0m

[96ma.ts[0m:[93m1[0m:[93m12[0m - [91merror[0m[90m TS18026: [0m'#!' can only be used at the start of a file.

[7m1[0m const a =!@#!@$
[7m [0m [91m           ~~[0m

[96ma.ts[0m:[93m1[0m:[93m13[0m - [91merror[0m[90m TS1134: [0mVariable declaration expected.

[7m1[0m const a =!@#!@$
[7m [0m [91m            ~[0m

[96ma.ts[0m:[93m1[0m:[93m16[0m - [91merror[0m[90m TS1109: [0mExpression expected.

[7m1[0m const a =!@#!@$
[7m [0m [91m               ~[0m

[96ma.ts[0m:[93m2[0m:[93m13[0m - [91merror[0m[90m TS18026: [0m'#!' can only be used at the start of a file.

[7m2[0m const b = !@#!@#!@#!
[7m [0m [91m            ~~[0m

[96ma.ts[0m:[93m2[0m:[93m14[0m - [91merror[0m[90m TS1134: [0mVariable declaration expected.

[7m2[0m const b = !@#!@#!@#!
[7m [0m [91m             ~[0m

[96ma.ts[0m:[93m2[0m:[93m16[0m - [91merror[0m[90m TS18026: [0m'#!' can only be used at the start of a file.

[7m2[0m const b = !@#!@#!@#!
[7m [0m [91m               ~~[0m

[96ma.ts[0m:[93m2[0m:[93m19[0m - [91merror[0m[90m TS18026: [0m'#!' can only be used at the start of a file.

[7m2[0m const b = !@#!@#!@#!
[7m [0m [91m                  ~~[0m

[96ma.ts[0m:[93m3[0m:[93m1[0m - [91merror[0m[90m TS2304: [0mCannot find name 'OK'.

[7m3[0m OK!
[7m [0m [91m~~[0m

[96ma.ts[0m:[93m4[0m:[93m1[0m - [91merror[0m[90m TS1434: [0mUnexpected keyword or identifier.

[7m4[0m HERE's A shouty thing
[7m [0m [91m~~~~[0m

[96ma.ts[0m:[93m4[0m:[93m1[0m - [91merror[0m[90m TS2304: [0mCannot find name 'HERE'.

[7m4[0m HERE's A shouty thing
[7m [0m [91m~~~~[0m

[96ma.ts[0m:[93m4[0m:[93m22[0m - [91merror[0m[90m TS1002: [0mUnterminated string literal.

[7m4[0m HERE's A shouty thing
[7m [0m [91m                     ~[0m

[96ma.ts[0m:[93m5[0m:[93m1[0m - [91merror[0m[90m TS1434: [0mUnexpected keyword or identifier.

[7m5[0m GOTTA GO FAST
[7m [0m [91m~~~~~[0m

[96ma.ts[0m:[93m5[0m:[93m1[0m - [91merror[0m[90m TS2304: [0mCannot find name 'GOTTA'.

[7m5[0m GOTTA GO FAST
[7m [0m [91m~~~~~[0m

[96ma.ts[0m:[93m5[0m:[93m7[0m - [91merror[0m[90m TS1434: [0mUnexpected keyword or identifier.

[7m5[0m GOTTA GO FAST
[7m [0m [91m      ~~[0m

[96ma.ts[0m:[93m5[0m:[93m7[0m - [91merror[0m[90m TS2304: [0mCannot find name 'GO'.

[7m5[0m GOTTA GO FAST
[7m [0m [91m      ~~[0m

[96ma.ts[0m:[93m5[0m:[93m10[0m - [91merror[0m[90m TS2304: [0mCannot find name 'FAST'.

[7m5[0m GOTTA GO FAST
[7m [0m [91m         ~~~~[0m

[96mb.ts[0m:[93m1[0m:[93m1[0m - [91merror[0m[90m TS2304: [0mCannot find name 'fhqwhgads'.

[7m1[0m fhqwhgads
[7m [0m [91m~~~~~~~~~[0m

[96mb.ts[0m:[93m2[0m:[93m1[0m - [91merror[0m[90m TS2304: [0mCannot find name 'to'.

[7m2[0m to
[7m [0m [91m~~[0m

[96mb.ts[0m:[93m3[0m:[93m1[0m - [91merror[0m[90m TS2304: [0mCannot find name 'limit'.

[7m3[0m limit
[7m [0m [91m~~~~~[0m


!!! error TS-1: Pre-emit (19) and post-emit (20) diagnostic counts do not match! This can indicate that a semantic _error_ was added by the emit resolver - such an error may not be reflected on the command line or in the editor, but may be captured in a baseline here!
!!! related TS-1: The excess diagnostics are:
!!! related TS2592 a.ts:1:15: Cannot find name '$'. Do you need to install type definitions for jQuery? Try `npm i --save-dev @types/jquery` and then add 'jquery' to the types field in your tsconfig.
==== a.ts (16 errors) ====
    const a =!@#!@$
               ~~
!!! error TS18026: '#!' can only be used at the start of a file.
                ~
!!! error TS1134: Variable declaration expected.
                   
!!! error TS1109: Expression expected.
    const b = !@#!@#!@#!
                ~~
!!! error TS18026: '#!' can only be used at the start of a file.
                 ~
!!! error TS1134: Variable declaration expected.
                   ~~
!!! error TS18026: '#!' can only be used at the start of a file.
                      ~~
!!! error TS18026: '#!' can only be used at the start of a file.
    OK!
    ~~
!!! error TS2304: Cannot find name 'OK'.
    HERE's A shouty thing
    ~~~~
!!! error TS1434: Unexpected keyword or identifier.
    ~~~~
!!! error TS2304: Cannot find name 'HERE'.
                         
!!! error TS1002: Unterminated string literal.
    GOTTA GO FAST
    ~~~~~
!!! error TS1434: Unexpected keyword or identifier.
    ~~~~~
!!! error TS2304: Cannot find name 'GOTTA'.
          ~~
!!! error TS1434: Unexpected keyword or identifier.
          ~~
!!! error TS2304: Cannot find name 'GO'.
             ~~~~
!!! error TS2304: Cannot find name 'FAST'.
    
==== b.ts (3 errors) ====
    fhqwhgads
    ~~~~~~~~~
!!! error TS2304: Cannot find name 'fhqwhgads'.
    to
    ~~
!!! error TS2304: Cannot find name 'to'.
    limit
    ~~~~~
!!! error TS2304: Cannot find name 'limit'.
Found 20 errors in 2 files.

Errors  Files
    16  a.ts[90m:1[0m
     3  b.ts[90m:1[0m

