@helios-lang/compiler-utils
Advanced tools
Comparing version
{ | ||
"name": "@helios-lang/compiler-utils", | ||
"version": "0.5.9", | ||
"version": "0.5.10", | ||
"description": "Helios language compiler library", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -488,3 +488,3 @@ import { isUndefined } from "@helios-lang/type-utils" | ||
if (reader._i) { | ||
if (reader._i == -1) { | ||
throw new Error( | ||
@@ -491,0 +491,0 @@ "unable to keep TokenReader position in insertSemicolons" |
158417
0