coffee-lex
Advanced tools
Comparing version 9.1.1 to 9.1.2
@@ -806,3 +806,3 @@ "use strict"; | ||
contextType !== ContextType.CSX_OPEN_TAG && | ||
[SourceType_1.default.IDENTIFIER, SourceType_1.default.RPAREN, SourceType_1.default.RBRACE, SourceType_1.default.NUMBER].includes(location.type)) { | ||
[SourceType_1.default.IDENTIFIER, SourceType_1.default.RPAREN, SourceType_1.default.RBRACKET, SourceType_1.default.NUMBER].includes(location.type)) { | ||
return false; | ||
@@ -809,0 +809,0 @@ } |
@@ -50,3 +50,3 @@ { | ||
}, | ||
"version": "9.1.1" | ||
"version": "9.1.2" | ||
} |
Sorry, the diff of this file is not supported yet
175392