Skip to content

Template string bug \u003 ? #2141

Closed
@jbondc

Description

@jbondc
var foo = `["m",9536]`;

Emits

var foo = "[\"m\",\u0039536]"; // ?

I came across this by pasting JSON into a template string. Whats '\u003' ?

Metadata

Metadata

Labels

BugA bug in TypeScriptFixedA PR has been merged for this issue

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions