@codemirror/language-data
Advanced tools
Comparing version 6.4.0 to 6.4.1
@@ -0,1 +1,7 @@ | ||
## 6.4.1 (2024-02-09) | ||
### Bug fixes | ||
Include .mts and .cts as TypeScript file extensions. | ||
## 6.4.0 (2024-01-22) | ||
@@ -2,0 +8,0 @@ |
@@ -177,3 +177,3 @@ import { LanguageDescription, LanguageSupport, StreamLanguage } from '@codemirror/language'; | ||
alias: ["ts"], | ||
extensions: ["ts"], | ||
extensions: ["ts", "mts", "cts"], | ||
load() { | ||
@@ -180,0 +180,0 @@ return import('@codemirror/lang-javascript').then(m => m.javascript({ typescript: true })); |
{ | ||
"name": "@codemirror/language-data", | ||
"version": "6.4.0", | ||
"version": "6.4.1", | ||
"description": "Language metadata and dynamic loading 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
70801