coffee-lex
Advanced tools
Comparing version 9.3.0 to 9.3.1
@@ -231,3 +231,3 @@ var __defProp = Object.defineProperty; | ||
slice(start, end) { | ||
assert(start["_sourceTokenList"] !== this || end["_sourceTokenList"] !== this, "cannot slice a list using indexes from another list"); | ||
assert(start["_sourceTokenList"] === this && end["_sourceTokenList"] === this, "cannot slice a list using indexes from another list"); | ||
return new SourceTokenList(this._tokens.slice(start["_index"], end["_index"])); | ||
@@ -234,0 +234,0 @@ } |
{ | ||
"name": "coffee-lex", | ||
"version": "9.3.0", | ||
"version": "9.3.1", | ||
"description": "Stupid lexer for CoffeeScript.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet