@codemirror/language
Advanced tools
Comparing version 6.2.0 to 6.2.1
@@ -0,1 +1,9 @@ | ||
## 6.2.1 (2022-07-21) | ||
### Bug fixes | ||
Fix a bug where `bracketMatching` would incorrectly match nested brackets in syntax trees that put multiple pairs of brackets in the same parent node. | ||
Fix a bug that could cause `indentRange` to loop infinitely. | ||
## 6.2.0 (2022-06-30) | ||
@@ -2,0 +10,0 @@ |
{ | ||
"name": "@codemirror/language", | ||
"version": "6.2.0", | ||
"version": "6.2.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
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
228599