jsonc-parser
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -767,2 +767,3 @@ /*--------------------------------------------------------------------------------------------- | ||
case SyntaxKind.Trivia: | ||
case SyntaxKind.LineBreakTrivia: | ||
break; | ||
@@ -769,0 +770,0 @@ default: |
{ | ||
"name": "jsonc-parser", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Scanner and parser for JSON with comments.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/main.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
53851
1085