Skip to content

Commit eb4ec56

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

File tree

7 files changed

+15
-26
lines changed

7 files changed

+15
-26
lines changed

.changeset/light-carpets-spend.md

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

.changeset/salty-cats-rhyme.md

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

.changeset/stupid-cats-care.md

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

.changeset/tame-eggs-dress.md

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

.changeset/tame-words-cut.md

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

CHANGELOG.md

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

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- fix: allow override modifier in class that extends another class ([`cd3843e`](https://github.com/sveltejs/acorn-typescript/commit/cd3843e85e0d83dc9f75445d908eb0101f7b4d2a))
8+
9+
- fix: avoid validating arrow function parameters too early ([`f184d66`](https://github.com/sveltejs/acorn-typescript/commit/f184d66c339d00ee7103a9a24595bed76ddf19b0))
10+
11+
- fix: handle class/function identifier names inside template literal ([`8819aa1`](https://github.com/sveltejs/acorn-typescript/commit/8819aa10cbc086d11aa94a728cd7f80674f31ff3))
12+
13+
- fix: typeParameters->typeArguments in some places to align with TSESTree spec ([`bc39dcb`](https://github.com/sveltejs/acorn-typescript/commit/bc39dcb0702c9ccd563abba2a3d5d9d9d58e4104))
14+
15+
- fix: correct end position, remove obsolete index ([`f35b64e`](https://github.com/sveltejs/acorn-typescript/commit/f35b64eb74d2acaa63f464728d9962dada9c5b6f))
16+
317
## 1.0.2
418

519
### 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.2",
3+
"version": "1.0.3",
44
"description": "Acorn plugin that parses TypeScript",
55
"type": "module",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)