We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9608709 commit 20dcd47Copy full SHA for 20dcd47
CHANGELOG.md
@@ -1,5 +1,21 @@
1
# Changelog
2
3
+## 3.1.7 (2025-12-08)
4
+
5
+### Features
6
7
+- feat(language-core): cache virtual code by `scriptId` (#5811) - Thanks to @serkodev!
8
9
+### Bug Fixes
10
11
+- fix(language-core): avoid using `Identifier.text` property (#5810)
12
+- fix(language-core): generate script separator on demand (#5816)
13
+- fix(language-core): avoid invalid `__VLS_Slots` generation
14
15
+### Other Changes
16
17
+- feat(lint): add typescript services types lint rule (#5813) - Thanks to @serkodev!
18
19
## 3.1.6 (2025-12-06)
20
21
### Features
0 commit comments