@astrojs/ts-plugin
Advanced tools
Comparing version 1.9.1 to 1.9.2
@@ -132,3 +132,3 @@ "use strict"; | ||
const isDynamic = basename.startsWith('[') && basename.endsWith(']'); | ||
return code.replace(/\b(\S*)__AstroComponent_/gm, (fullMatch, m1) => { | ||
return code.replace(/\b(\S*)__AstroComponent_/g, (fullMatch, m1) => { | ||
// If we don't have a match here, it usually means the file has a weird name that couldn't be expressed with valid identifier characters | ||
@@ -135,0 +135,0 @@ if (!m1) { |
{ | ||
"name": "@astrojs/ts-plugin", | ||
"version": "1.9.1", | ||
"version": "1.9.2", | ||
"description": "A TypeScript Plugin providing Astro intellisense", | ||
@@ -27,3 +27,3 @@ "main": "dist/index.js", | ||
"@volar/typescript": "~2.4.0-alpha.15", | ||
"@astrojs/compiler": "^2.10.1", | ||
"@astrojs/compiler": "^2.10.2", | ||
"@jridgewell/sourcemap-codec": "^1.4.15", | ||
@@ -30,0 +30,0 @@ "semver": "^7.3.8", |
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
13717
Updated@astrojs/compiler@^2.10.2