Socket
Socket
Sign inDemoInstall

@codemirror/language

Package Overview
Dependencies
Maintainers
2
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codemirror/language - npm Package Compare versions

Comparing version 0.20.0 to 0.20.1

6

CHANGELOG.md

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

## 0.20.1 (2022-05-18)
### Bug fixes
Make sure `all` styles in the CSS generated for a `HighlightStyle` have a lower precedence than the other rules defined for the style. Use a shorthand property
## 0.20.0 (2022-04-20)

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

@@ -190,2 +190,3 @@ import { NodeProp, Parser, Tree, TreeFragment, SyntaxNode, NodeType } from '@lezer/common';

private parse;
private constructor();
private startParse;

@@ -491,2 +492,3 @@ private withContext;

readonly node: SyntaxNode;
private constructor();
/**

@@ -905,2 +907,14 @@ Get the text directly after `this.pos`, either the entire line

/**
Create a stream.
*/
constructor(
/**
The line.
*/
string: string, tabSize: number,
/**
The current indent unit size.
*/
indentUnit: number);
/**
True if we are at the end of the line.

@@ -907,0 +921,0 @@ */

2

package.json
{
"name": "@codemirror/language",
"version": "0.20.0",
"version": "0.20.1",
"description": "Language support infrastructure for the CodeMirror code editor",

@@ -5,0 +5,0 @@ "scripts": {

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