File: parserFuzz1.errors.txt

package info (click to toggle)
node-typescript 5.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 497,488 kB
  • sloc: javascript: 2,107,274; makefile: 6; sh: 1
file content (26 lines) | stat: -rw-r--r-- 883 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
parserFuzz1.ts(1,1): error TS2304: Cannot find name 'cla'.
parserFuzz1.ts(1,6): error TS2304: Cannot find name 'ss'.
parserFuzz1.ts(1,9): error TS1005: ';' expected.
parserFuzz1.ts(2,3): error TS1434: Unexpected keyword or identifier.
parserFuzz1.ts(2,3): error TS2304: Cannot find name '_'.
parserFuzz1.ts(2,5): error TS1128: Declaration or statement expected.
parserFuzz1.ts(2,15): error TS1005: '{' expected.


==== parserFuzz1.ts (7 errors) ====
    cla <ss {
    ~~~
!!! error TS2304: Cannot find name 'cla'.
         ~~
!!! error TS2304: Cannot find name 'ss'.
            ~
!!! error TS1005: ';' expected.
      _ static try
      ~
!!! error TS1434: Unexpected keyword or identifier.
      ~
!!! error TS2304: Cannot find name '_'.
        ~~~~~~
!!! error TS1128: Declaration or statement expected.
                  
!!! error TS1005: '{' expected.