mirror of
https://github.com/github/semantic.git
synced 2024-12-21 13:51:44 +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 = makeTerm <$> symbol TemplateString <*> (Literal.String <$> many templateSubstitution)
|
||||
|
||||
templateChars :: Assignment
|
||||
templateChars = makeTerm <$> symbol AnonTemplateChars <*> (Literal.TextElement <$> source)
|
||||
|
||||
templateSubstitution :: Assignment
|
||||
templateSubstitution = symbol TemplateSubstitution *> children expression
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user