Skip to content

Commit be66eeb

Browse files
Version Packages (#3)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent fec7c60 commit be66eeb

File tree

6 files changed

+13
-21
lines changed

6 files changed

+13
-21
lines changed

.changeset/plenty-eggs-hammer.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/proud-parks-swim.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/swift-regions-know.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/yummy-dogs-dance.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- fix: support const modifier in generic type parameters ([`0c11e2b`](https://github.com/sveltejs/acorn-typescript/commit/0c11e2b0bd88d484fc978049b374c7232d75b688))
8+
9+
- fix: allow declaration merging ([`35e1a3b`](https://github.com/sveltejs/acorn-typescript/commit/35e1a3b157823d6d6a37621e1733ec5d64e15277))
10+
11+
- fix: support type annotation on rest parameters in arrow function ([`847d787`](https://github.com/sveltejs/acorn-typescript/commit/847d78793fe40075dcaa720e6311970da41c808a))
12+
13+
- fix: support non-null expressions in more places ([`6267f0c`](https://github.com/sveltejs/acorn-typescript/commit/6267f0cf2defaa74655e0743d3700b6b37647a8d))
14+
315
## 1.0.1
416

517
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sveltejs/acorn-typescript",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Acorn plugin that parses TypeScript",
55
"type": "module",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)