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

@codemirror/lang-javascript

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codemirror/lang-javascript - npm Package Compare versions

Comparing version 0.19.5 to 0.19.6

6

CHANGELOG.md

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

## 0.19.6 (2022-01-11)
### Bug fixes
Remove accidentally released unfinished changes.
## 0.19.5 (2022-01-11)

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

11

dist/index.js
import { parser } from '@lezer/javascript';
import { LRLanguage, indentNodeProp, continuedIndent, flatIndent, delimitedIndent, foldNodeProp, foldInside, LanguageSupport } from '@codemirror/language';
import { scope, scopedReference, scopedDefinition, styleTags, tags } from '@codemirror/highlight';
import { styleTags, tags } from '@codemirror/highlight';
import { snippetCompletion, ifNotIn, completeFromList } from '@codemirror/autocomplete';

@@ -84,11 +84,2 @@

}),
/*@__PURE__*/scope.add({
"Block ForStatement FunctionDeclaration FunctionExpression ArrowFunction": "variable",
}),
/*@__PURE__*/scopedReference.add({
"VariableName": "variable",
}),
/*@__PURE__*/scopedDefinition.add({
"VariableDefinition": "variable"
}),
/*@__PURE__*/styleTags({

@@ -95,0 +86,0 @@ "get set async static": tags.modifier,

{
"name": "@codemirror/lang-javascript",
"version": "0.19.5",
"version": "0.19.6",
"description": "JavaScript language support for the CodeMirror code editor",

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

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