@lezer/common
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -16,3 +16,3 @@ import { Tree } from "./tree"; | ||
get openEnd(): boolean; | ||
static addTree(tree: Tree, fragments?: readonly TreeFragment[], partial?: boolean): TreeFragment[]; | ||
static addTree(tree: Tree, fragments?: readonly TreeFragment[], partial?: boolean): readonly TreeFragment[]; | ||
static applyChanges(fragments: readonly TreeFragment[], changes: readonly ChangedRange[], minGap?: number): readonly TreeFragment[]; | ||
@@ -19,0 +19,0 @@ } |
{ | ||
"name": "@lezer/common", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Syntax tree data structure and parser interfaces for the lezer parser", | ||
@@ -13,3 +13,3 @@ "main": "dist/index.cjs", | ||
"types": "dist/index.d.ts", | ||
"author": "Marijn Haverbeke <marijnh@gmail.com>", | ||
"author": "Marijn Haverbeke <marijn@haverbeke.berlin>", | ||
"license": "MIT", | ||
@@ -16,0 +16,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
167725
3981