TypeScript Support #34
Annotations
10 errors
Unit Test:
src/parsers/attribute-parser.js#L7
'getPrimitiveEnumType' is defined but never used
|
Unit Test:
src/parsers/attribute-parser.js#L165
'type' is never reassigned. Use 'const' instead
|
Unit Test:
src/parsers/attribute-parser.js#L165
'typeName' is never reassigned. Use 'const' instead
|
Unit Test:
src/parsers/attribute-parser.js#L165
'array' is never reassigned. Use 'const' instead
|
Unit Test:
src/parsers/attribute-parser.js#L169
Trailing spaces not allowed
|
Unit Test:
src/parsers/attribute-parser.js#L197
Expected exception block, space or tab after '/*' in comment
|
Unit Test:
src/utils/ts-utils.js#L312
JSDoc @returns declaration present but return expression not available in function
|
Unit Test:
src/utils/ts-utils.js#L330
Missing semicolon
|
Unit Test:
test/fixtures/enum.valid.js#L1
'Vec3' is defined but never used
|
Unit Test:
test/tests/valid/asset.test.js#L8
Operator '=' must be spaced
|