@getlang/parser
Advanced tools
Comparing version 0.0.21 to 0.0.22
@@ -0,1 +1,2 @@ | ||
/// <reference types="./types.d.ts" /> | ||
import nearley from 'nearley'; | ||
@@ -2,0 +3,0 @@ import { QuerySyntaxError } from '@getlang/utils'; |
@@ -0,1 +1,3 @@ | ||
/// <reference types="./types.d.ts" /> | ||
import nearley from 'nearley' | ||
@@ -2,0 +4,0 @@ import { QuerySyntaxError } from '@getlang/utils' |
{ | ||
"name": "@getlang/parser", | ||
"version": "0.0.21", | ||
"version": "0.0.22", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
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
207641
3857