Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@getlang/parser

Package Overview
Dependencies
Maintainers
0
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@getlang/parser - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

4

dist/grammar.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc