Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 24c9905

Browse files
RaymondLimpetetnt
authored andcommitted
Skip template literals (#13038)
1 parent 034215c commit 24c9905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/language/JSUtils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ define(function (require, exports, module) {
137137
}
138138

139139
while (nextToken()) {
140-
if (style !== "comment" && style !== "regexp" && style !== "string") {
140+
if (style !== "comment" && style !== "regexp" && style !== "string" && style !== "string-2") {
141141
if (token === "{") {
142142
foundStartBrace = true;
143143
blockCount++;

0 commit comments

Comments
 (0)