📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP →

@helios-lang/compiler-utils

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@helios-lang/compiler-utils - npm Package Compare versions

Comparing version

to
0.5.10

{
"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"