File: jsdocFunctionTypeFalsePositive.errors.txt

package info (click to toggle)
node-typescript 3.3.3333-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 324,548 kB
  • sloc: makefile: 6; sh: 3
file content (24 lines) | stat: -rw-r--r-- 847 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/a.js(1,14): error TS1139: Type parameter declaration expected.
/a.js(1,17): error TS1003: Identifier expected.
/a.js(1,17): error TS1110: Type expected.
/a.js(1,17): error TS8024: JSDoc '@param' tag has name '', but there is no parameter with that name.
/a.js(1,18): error TS1005: '>' expected.
/a.js(1,18): error TS1005: '}' expected.


==== /a.js (6 errors) ====
    /** @param {<} x */
                 ~
!!! error TS1139: Type parameter declaration expected.
                    
!!! error TS1003: Identifier expected.
                    
!!! error TS1110: Type expected.
                    
!!! error TS8024: JSDoc '@param' tag has name '', but there is no parameter with that name.
                     
!!! error TS1005: '>' expected.
                     
!!! error TS1005: '}' expected.
    function f(x) {}