1
1
mirror of https://github.com/github/semantic.git synced 2024-12-21 13:51:44 +03:00

Remove templateChars

This commit is contained in:
joshvera 2017-08-21 15:22:19 -04:00
parent 846ed9dc60
commit 3ad2871193

View File

@ -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