Skip to content

Commit a82ea96

Browse files
committed
no parens around tagged template literals
1 parent f2c1f84 commit a82ea96

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jscomp/syntax/src/res_parsetree_viewer.ml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,8 @@ let filterParsingAttrs attrs =
224224
Location.txt =
225225
( "bs" | "res.uapp" | "res.arity" | "res.braces" | "ns.braces"
226226
| "res.iflet" | "res.namedArgLoc" | "res.optional" | "res.ternary"
227-
| "res.async" | "res.await" | "res.template" );
227+
| "res.async" | "res.await" | "res.template"
228+
| "res.taggedTemplate" );
228229
},
229230
_ ) ->
230231
false

0 commit comments

Comments
 (0)