Skip to content
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.

Test Scenario: Tagged template literals. #36

Open
ryan-roemer opened this issue Sep 8, 2020 · 0 comments
Open

Test Scenario: Tagged template literals. #36

ryan-roemer opened this issue Sep 8, 2020 · 0 comments
Labels
question Further information is requested test Testing, validation

Comments

@ryan-roemer
Copy link
Member

ryan-roemer commented Sep 8, 2020

Would look something like:

require(tag`a string`);
require(tag`a ${var}`);
import(tag`a string`);
import(tag`a ${var}`);

I don't thing static import allows them (?)

@ryan-roemer ryan-roemer added question Further information is requested test Testing, validation labels Sep 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question Further information is requested test Testing, validation
Projects
None yet
Development

No branches or pull requests

1 participant