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

@codemirror/lang-wast

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codemirror/lang-wast - npm Package Compare versions

Comparing version 0.19.0 to 0.20.0

6

CHANGELOG.md

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

## 0.20.0 (2022-04-20)
### Breaking changes
Update dependencies to 0.20.0
## 0.19.0 (2021-09-14)

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

11

dist/index.js
import { LRLanguage, indentNodeProp, delimitedIndent, foldNodeProp, foldInside, LanguageSupport } from '@codemirror/language';
import { styleTags, tags } from '@codemirror/highlight';
import { styleTags, tags } from '@lezer/highlight';
import { LRParser } from '@lezer/lr';
import { NodeProp } from '@lezer/common';

@@ -9,3 +8,3 @@ // This file was generated by lezer-generator. You probably shouldn't edit it.

const parser = /*@__PURE__*/LRParser.deserialize({
version: 13,
version: 14,
states: "!^Q]QPOOOqQPO'#CbOOQO'#Cd'#CdOOQO'#Cl'#ClOOQO'#Ch'#ChQ]QPOOOOQO,58|,58|OxQPO,58|OOQO-E6f-E6fOOQO1G.h1G.h",

@@ -17,5 +16,5 @@ stateData: "!P~O_OSPOSQOS~OTPOVROXROYROZROaQO~OSUO~P]OSXO~P]O",

nodeProps: [
[NodeProp.openedBy, 4,"("],
[NodeProp.closedBy, 5,")"],
[NodeProp.group, -6,6,7,8,9,10,11,"Expression"]
["openedBy", 4,"("],
["closedBy", 5,")"],
["group", -6,6,7,8,9,10,11,"Expression"]
],

@@ -22,0 +21,0 @@ skippedNodes: [0,1,2],

{
"name": "@codemirror/lang-wast",
"version": "0.19.0",
"version": "0.20.0",
"description": "WebAssembly Text Format support for the CodeMirror code editor",

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

"dependencies": {
"@codemirror/highlight": "^0.19.0",
"@codemirror/language": "^0.19.0",
"@lezer/lr": "^0.15.0"
"@lezer/highlight": "^0.16.0",
"@codemirror/language": "^0.20.0",
"@lezer/lr": "^0.16.0"
},

@@ -35,0 +35,0 @@ "devDependencies": {

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