Socket
Socket
Sign inDemoInstall

lezer

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lezer - npm Package Compare versions

Comparing version 0.12.0 to 0.12.1

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## 0.12.1 (2020-11-19)
### Bug fixes
Fix an infinite loop in incremental parsing when repeatedly reusing a zero-length cached node.
## 0.12.0 (2020-10-23)

@@ -2,0 +8,0 @@

4

dist/parse.d.ts
import { Stack } from "./stack";
import { InputStream, Token, Tokenizer, ExternalTokenizer } from "./token";
import { Tree, TreeBuffer, NodeGroup, NodeType, NodePropSource } from "lezer-tree";
import { Tree, TreeBuffer, NodeGroup, NodePropSource } from "lezer-tree";
export declare type NestedGrammar = null | Parser | ((input: InputStream, stack: Stack) => NestedGrammarSpec);

@@ -90,4 +90,4 @@ export interface NestedGrammarSpec {

get hasNested(): boolean;
get topType(): NodeType;
get topType(): any;
}
export {};
{
"name": "lezer",
"version": "0.12.0",
"version": "0.12.1",
"description": "Incremental parser",

@@ -5,0 +5,0 @@ "main": "dist/index.cjs",

Sorry, the diff of this file is not supported yet

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

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