@codemirror/lang-json
Advanced tools
Comparing version 0.19.2 to 0.20.0
@@ -0,1 +1,7 @@ | ||
## 0.20.0 (2022-04-20) | ||
### Breaking changes | ||
Update dependencies to 0.20.0 | ||
## 0.19.2 (2022-02-15) | ||
@@ -2,0 +8,0 @@ |
import { parser } from '@lezer/json'; | ||
import { LRLanguage, indentNodeProp, continuedIndent, foldNodeProp, foldInside, LanguageSupport } from '@codemirror/language'; | ||
import { styleTags, tags } from '@codemirror/highlight'; | ||
@@ -49,12 +48,2 @@ /** | ||
"Object Array": foldInside | ||
}), | ||
/*@__PURE__*/styleTags({ | ||
String: tags.string, | ||
Number: tags.number, | ||
"True False": tags.bool, | ||
PropertyName: tags.propertyName, | ||
Null: tags.null, | ||
",": tags.separator, | ||
"[ ]": tags.squareBracket, | ||
"{ }": tags.brace | ||
}) | ||
@@ -61,0 +50,0 @@ ] |
{ | ||
"name": "@codemirror/lang-json", | ||
"version": "0.19.2", | ||
"version": "0.20.0", | ||
"description": "JSON language support for the CodeMirror code editor", | ||
@@ -29,5 +29,4 @@ "scripts": { | ||
"dependencies": { | ||
"@codemirror/highlight": "^0.19.0", | ||
"@codemirror/language": "^0.19.0", | ||
"@lezer/json": "^0.15.0" | ||
"@codemirror/language": "^0.20.0", | ||
"@lezer/json": "^0.16.0" | ||
}, | ||
@@ -34,0 +33,0 @@ "devDependencies": { |
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
2
9657
143
+ Added@codemirror/language@0.20.2(transitive)
+ Added@codemirror/state@0.20.1(transitive)
+ Added@codemirror/view@0.20.7(transitive)
+ Added@lezer/common@0.16.1(transitive)
+ Added@lezer/highlight@0.16.0(transitive)
+ Added@lezer/json@0.16.0(transitive)
+ Added@lezer/lr@0.16.3(transitive)
- Removed@codemirror/highlight@^0.19.0
- Removed@codemirror/highlight@0.19.8(transitive)
- Removed@codemirror/language@0.19.10(transitive)
- Removed@codemirror/rangeset@0.19.9(transitive)
- Removed@codemirror/state@0.19.9(transitive)
- Removed@codemirror/text@0.19.6(transitive)
- Removed@codemirror/view@0.19.48(transitive)
- Removed@lezer/common@0.15.12(transitive)
- Removed@lezer/json@0.15.0(transitive)
- Removed@lezer/lr@0.15.8(transitive)
Updated@codemirror/language@^0.20.0
Updated@lezer/json@^0.16.0