-
-
Couldn't load subscription status.
- Fork 91
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Here's an example with the parse:
taggedTemplate`hello ${firstName}`;
> program
>> expression_statement
>>> call_expression
>>>> arguments: template_string
>>>>> template_substitution
>>>>>> identifier
>>>>>> "firstName"
I wonder if the template_string could be referred to as a string, the function identifier as name and then each template_substitution as an argument.
Edit @pokey
We will do the following to handle this issue:
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers