@codemirror/lang-javascript
Advanced tools
Comparing version 0.19.5 to 0.19.6
@@ -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 @@ |
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
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
32318
506