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

@lezer/common

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lezer/common - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

dist/parse.d.ts

@@ -45,5 +45,5 @@ import { Tree } from "./tree";

}
export declare type ParseWrapper = (inner: PartialParse, input: Input, fragments: readonly TreeFragment[], ranges: readonly {
export type ParseWrapper = (inner: PartialParse, input: Input, fragments: readonly TreeFragment[], ranges: readonly {
from: number;
to: number;
}[]) => PartialParse;

@@ -37,3 +37,3 @@ import { Parser } from "./parse";

}
export declare type NodePropSource = (type: NodeType) => null | [NodeProp<any>, any];
export type NodePropSource = (type: NodeType) => null | [NodeProp<any>, any];
export declare class NodeType {

@@ -98,3 +98,3 @@ readonly name: string;

}
declare type BuildData = {
type BuildData = {
buffer: BufferCursor | readonly number[];

@@ -101,0 +101,0 @@ nodeSet: NodeSet;

{
"name": "@lezer/common",
"version": "1.0.1",
"version": "1.0.2",
"description": "Syntax tree data structure and parser interfaces for the lezer parser",

@@ -20,3 +20,3 @@ "main": "dist/index.cjs",

"@rollup/plugin-node-resolve": "^9.0.0",
"rollup-plugin-typescript2": "^0.30.0",
"rollup-plugin-typescript2": "^0.34.1",
"typescript": "^4.3.4",

@@ -23,0 +23,0 @@ "@types/mocha": "^5.2.6",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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