@microsoft/powerquery-parser
Advanced tools
Comparing version
@@ -84,3 +84,3 @@ "use strict"; | ||
else { | ||
return position.lineCodeUnit <= tokenPositionStart.codeUnit; | ||
return position.lineCodeUnit <= tokenPositionStart.lineCodeUnit; | ||
} | ||
@@ -98,3 +98,3 @@ } | ||
else { | ||
return position.lineCodeUnit > tokenPositionEnd.codeUnit; | ||
return position.lineCodeUnit > tokenPositionEnd.lineCodeUnit; | ||
} | ||
@@ -101,0 +101,0 @@ } |
{ | ||
"name": "@microsoft/powerquery-parser", | ||
"version": "0.1.30", | ||
"version": "0.1.31", | ||
"description": "A parser for the Power Query/M formula language.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
577875
0