TypeScript/tests/baselines/reference/parserShorthandPropertyAssignment3.errors.txt

7 lines
352 B
Plaintext

tests/cases/conformance/parser/ecmascript6/ShorthandPropertyAssignment/parserShorthandPropertyAssignment3.ts(1,14): error TS1005: ':' expected.
==== tests/cases/conformance/parser/ecmascript6/ShorthandPropertyAssignment/parserShorthandPropertyAssignment3.ts (1 errors) ====
var v = { "" };
~
!!! error TS1005: ':' expected.