@astrojs/check
Advanced tools
Comparing version 0.5.10 to 0.6.0
@@ -31,3 +31,5 @@ import { createRequire } from 'node:module'; | ||
// Dynamically get the list of extensions to watch from the files already included in the project | ||
const checkedExtensions = Array.from(new Set(checker.linter.languageHost.getScriptFileNames().map((fileName) => path.extname(fileName)))); | ||
const checkedExtensions = Array.from(new Set(checker.linter.language | ||
.typescript.projectHost.getScriptFileNames() | ||
.map((fileName) => path.extname(fileName)))); | ||
createWatcher(workspaceRoot, checkedExtensions) | ||
@@ -34,0 +36,0 @@ .on('add', (fileName) => { |
{ | ||
"name": "@astrojs/check", | ||
"version": "0.5.10", | ||
"version": "0.6.0", | ||
"author": "withastro", | ||
@@ -23,3 +23,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"@astrojs/language-server": "^2.8.4", | ||
"@astrojs/language-server": "^2.9.0", | ||
"chokidar": "^3.5.3", | ||
@@ -26,0 +26,0 @@ "fast-glob": "^3.3.1", |
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
10388
192