mirror of
https://github.com/github/semantic.git
synced 2024-12-30 18:36:27 +03:00
Remove templateChars
This commit is contained in:
parent
846ed9dc60
commit
3ad2871193
@ -513,9 +513,6 @@ asExpression = makeTerm <$> symbol AsExpression <*> (Language.TypeScript.Syntax.
|
|||||||
templateString :: Assignment
|
templateString :: Assignment
|
||||||
templateString = makeTerm <$> symbol TemplateString <*> (Literal.String <$> many templateSubstitution)
|
templateString = makeTerm <$> symbol TemplateString <*> (Literal.String <$> many templateSubstitution)
|
||||||
|
|
||||||
templateChars :: Assignment
|
|
||||||
templateChars = makeTerm <$> symbol AnonTemplateChars <*> (Literal.TextElement <$> source)
|
|
||||||
|
|
||||||
templateSubstitution :: Assignment
|
templateSubstitution :: Assignment
|
||||||
templateSubstitution = symbol TemplateSubstitution *> children expression
|
templateSubstitution = symbol TemplateSubstitution *> children expression
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user