@lezer/javascript
Advanced tools
Comparing version 1.4.7 to 1.4.8
@@ -0,1 +1,7 @@ | ||
## 1.4.8 (2023-10-05) | ||
### Bug fixes | ||
Properly highlight `using` as a keyword. | ||
## 1.4.7 (2023-08-23) | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "@lezer/javascript", | ||
"version": "1.4.7", | ||
"version": "1.4.8", | ||
"description": "lezer-based JavaScript grammar", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.cjs", |
@@ -7,3 +7,3 @@ import {styleTags, tags as t} from "@lezer/highlight" | ||
"in of await yield void typeof delete instanceof": t.operatorKeyword, | ||
"let var const function class extends": t.definitionKeyword, | ||
"let var const using function class extends": t.definitionKeyword, | ||
"import export from": t.moduleKeyword, | ||
@@ -10,0 +10,0 @@ "with debugger as new": t.keyword, |
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
290572
21