coffee-lex
Advanced tools
Comparing version 8.1.0 to 8.1.1
@@ -56,3 +56,3 @@ "use strict"; | ||
} | ||
var REGEXP_FLAGS = ['i', 'g', 'm', 'y']; | ||
var REGEXP_FLAGS = ['i', 'g', 'm', 'u', 'y']; | ||
/** | ||
@@ -59,0 +59,0 @@ * Borrowed, with tweaks, from CoffeeScript's lexer.coffee. |
@@ -51,3 +51,3 @@ { | ||
}, | ||
"version": "8.1.0" | ||
"version": "8.1.1" | ||
} |
Sorry, the diff of this file is not supported yet
161030