support tagged template literals - closes #16
This commit is contained in:
1
test/fixtures/template-literals/tag/actual.js
vendored
Normal file
1
test/fixtures/template-literals/tag/actual.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
var foo = bar`a${ 42 }b ${_.foobar()}`;
|
||||
1
test/fixtures/template-literals/tag/expected.js
vendored
Normal file
1
test/fixtures/template-literals/tag/expected.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
var foo = bar(["a", "b ", ""], 42, _.foobar());
|
||||
Reference in New Issue
Block a user