Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@lezer/lr

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lezer/lr - npm Package Compare versions

Comparing version
1.4.2
to
1.4.3
+2
-2
dist/constants.d.ts

@@ -39,4 +39,4 @@ export declare const enum Action {

Start = 32,
Gap1 = 34,// '"'
Gap2 = 92,// '\\;
Gap1 = 34,
Gap2 = 92,
Base = 46

@@ -43,0 +43,0 @@ }

@@ -5,2 +5,2 @@ "use strict";

// access them without them being part of lezer's public interface.
Object.defineProperty(exports, "__esModule", { value: true });
exports.__esModule = true;

@@ -303,2 +303,2 @@ import { Tree, NodePropSource, ParseWrapper, Parser, NodeSet, Input, TreeFragment, PartialParse, NodeType } from '@lezer/common';

export { ContextTracker, ExternalTokenizer, InputStream, LRParser, LocalTokenGroup, ParserConfig, Stack };
export { ContextTracker, ExternalTokenizer, InputStream, LRParser, LocalTokenGroup, type ParserConfig, Stack };

@@ -303,2 +303,2 @@ import { Tree, NodePropSource, ParseWrapper, Parser, NodeSet, Input, TreeFragment, PartialParse, NodeType } from '@lezer/common';

export { ContextTracker, ExternalTokenizer, InputStream, LRParser, LocalTokenGroup, ParserConfig, Stack };
export { ContextTracker, ExternalTokenizer, InputStream, LRParser, LocalTokenGroup, type ParserConfig, Stack };
{
"name": "@lezer/lr",
"version": "1.4.2",
"version": "1.4.3",
"description": "Incremental parser",

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

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

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