JS: Add change note

This commit is contained in:
Asger F
2025-01-21 14:17:35 +01:00
parent a9d21e70c2
commit 0b9187d76c

View File

@@ -0,0 +1,6 @@
---
category: fix
---
* Fixed a bug that would occur when TypeScript code was found in an HTML-like file, such as a `.vue` file,
but where it could not be associated with any `tsconfig.json` file. Previously the embedded code was not
extracted in this case, but should now be extracted properly.