We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fededdc commit ca28e89Copy full SHA for ca28e89
CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.15.3] - 2025-10-27
11
+
12
+### Added
13
14
+* TypeScript type checks in WXML files.
15
16
## [0.2.0] - 2025-06-16
17
18
### Added
vscode-extension/.vscodeignore
@@ -13,6 +13,6 @@ webpack.config.js
**/eslint.config.mjs
**/.eslintrc.js
**/*.map
-**/*.ts
**/.vscode-test.*
build/**
+packages/**
0 commit comments