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 cdc247f commit 5961df5Copy full SHA for 5961df5
.changeset/hot-worlds-melt.md
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 1.0.7
4
+
5
+### Patch Changes
6
7
+- fix: support mixed labeled and unlabeled tuple types ([#24](https://github.com/sveltejs/acorn-typescript/pull/24))
8
9
## 1.0.6
10
11
### Patch Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/acorn-typescript",
- "version": "1.0.6",
+ "version": "1.0.7",
"description": "Acorn plugin that parses TypeScript",
"type": "module",
"types": "index.d.ts",
0 commit comments