Skip to content

Fix Javascript / Typescript template strings #646

@pokey

Description

@pokey

Saying "take string" inside a template string should work. Also worth testing a tagged template. So saying "take string" within either of the following lines should take everything but the ; on the given line:

`foo ${bar}`;
taggedTemplate`hello ${firstName}`;

Metadata

Metadata

Labels

bugSomething isn't workinggood first issueGood for newcomerslang-typescriptTypeScript/JavaScript grammar support

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions