@getlang/parser
Advanced tools
Comparing version 0.0.12 to 0.0.13
@@ -6,4 +6,4 @@ // Generated automatically by nearley, version 2.20.1 | ||
function id(d) { return d[0]; } | ||
import lexer from './parse/lexer'; | ||
import * as p from './parse/parse'; | ||
import lexer from './parse/lexer.js'; | ||
import * as p from './parse/parse.js'; | ||
; | ||
@@ -10,0 +10,0 @@ ; |
import nearley from 'nearley'; | ||
import { QuerySyntaxError } from '@getlang/lib'; | ||
import grammar from './grammar'; | ||
import lexer from './parse/lexer'; | ||
export { NodeKind, t } from './ast/ast'; | ||
export { visit, SKIP } from './ast/visitor'; | ||
export { RootScope } from './ast/scope'; | ||
export { Type } from './ast/typeinfo'; | ||
export { desugar } from './ast/simplified'; | ||
export { createToken } from './ast/desugar/utils'; | ||
export { print } from './ast/print'; | ||
import grammar from './grammar.js'; | ||
import lexer from './parse/lexer.js'; | ||
export { NodeKind, t } from './ast/ast.js'; | ||
export { visit, SKIP } from './ast/visitor.js'; | ||
export { RootScope } from './ast/scope.js'; | ||
export { Type } from './ast/typeinfo.js'; | ||
export { desugar } from './ast/simplified.js'; | ||
export { createToken } from './ast/desugar/utils.js'; | ||
export { print } from './ast/print.js'; | ||
export function parse(source) { | ||
@@ -13,0 +13,0 @@ const parser = new nearley.Parser(nearley.Grammar.fromCompiled(grammar)); |
{ | ||
"name": "@getlang/parser", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"license": "Apache-2.0", | ||
"type": "module", | ||
"main": "dist", | ||
"files": ["dist"], | ||
"files": [ | ||
"dist" | ||
], | ||
"bugs": { | ||
@@ -22,3 +24,3 @@ "url": "https://github.com/getlang-dev/get/issues" | ||
"dependencies": { | ||
"@getlang/lib": "^0.0.9", | ||
"@getlang/lib": "^0.0.10", | ||
"acorn": "^8.12.0", | ||
@@ -25,0 +27,0 @@ "acorn-globals": "^7.0.1", |
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
65195
+ Added@getlang/lib@0.0.10(transitive)
- Removed@getlang/lib@0.0.9(transitive)
Updated@getlang/lib@^0.0.10