support nullish coalescing operator (#4678)

This commit is contained in:
Alex Lam S.L
2021-02-23 21:57:11 +00:00
committed by GitHub
parent d68d155f93
commit c885660347
16 changed files with 177 additions and 36 deletions

View File

@@ -53,7 +53,7 @@ tagged_chain: {
node_version: ">=4"
}
tag_parenthesis_arrow: {
tag_parentheses_arrow: {
input: {
console.log((s => s.raw[0])`\tPASS`.slice(2));
}
@@ -62,7 +62,7 @@ tag_parenthesis_arrow: {
node_version: ">=4"
}
tag_parenthesis_new: {
tag_parentheses_new: {
input: {
(new function() {
return console.log;