@codemirror/lang-javascript
Advanced tools
Comparing version 0.19.6 to 0.19.7
@@ -0,1 +1,3 @@ | ||
## 0.19.7 (2022-01-28) | ||
## 0.19.6 (2022-01-11) | ||
@@ -2,0 +4,0 @@ |
@@ -123,2 +123,3 @@ import { parser } from '@lezer/javascript'; | ||
"{ }": tags.brace, | ||
"InterpolationStart InterpolationEnd": /*@__PURE__*/tags.special(tags.brace), | ||
".": tags.derefOperator, | ||
@@ -125,0 +126,0 @@ ", ;": tags.separator, |
{ | ||
"name": "@codemirror/lang-javascript", | ||
"version": "0.19.6", | ||
"version": "0.19.7", | ||
"description": "JavaScript language support for the CodeMirror code editor", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32537
508