coffee-lex
Advanced tools
Comparing version 1.3.4 to 1.3.5
@@ -1223,3 +1223,3 @@ var babelHelpers = {}; | ||
case UNKNOWN: | ||
// ¯\_(ツ)_/¯ | ||
// Jump to the end. | ||
index = source.length; | ||
@@ -1226,0 +1226,0 @@ break; |
@@ -1229,3 +1229,3 @@ (function (global, factory) { | ||
case UNKNOWN: | ||
// ¯\_(ツ)_/¯ | ||
// Jump to the end. | ||
index = source.length; | ||
@@ -1232,0 +1232,0 @@ break; |
{ | ||
"name": "coffee-lex", | ||
"version": "1.3.4", | ||
"version": "1.3.5", | ||
"description": "Stupid lexer for CoffeeScript.", | ||
@@ -5,0 +5,0 @@ "main": "dist/coffee-lex.umd.js", |
83568