Skip to content

Remove ambiguity from TemplateExpr and TaggedTemplateExpr #373

@sam-goodwin

Description

@sam-goodwin

The TemplateExpr and TaggedTemplateExpr expressions have an ambiguity problem.

The following templates are ambiguous:

`hello`

Both of these have the same representation

TemplateExpr([StringLiteralExpr("hello")])

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions