Skip to content

Commit c6e0e7d

Browse files
committed
-> v1.3.4
1 parent 0bcd91d commit c6e0e7d

File tree

3 files changed

+18
-14
lines changed

3 files changed

+18
-14
lines changed

CHANGELOG.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,57 @@
11
# esrap changelog
22

3+
## 1.3.4
4+
5+
- Transfer repo to `sveltejs`
6+
37
## 1.3.3
48

5-
- Support `export * as` ([#16](https://github.com/Rich-Harris/esrap/pull/16))
6-
- Support indexed access types ([#18](https://github.com/Rich-Harris/esrap/pull/18))
9+
- Support `export * as` ([#16](https://github.com/sveltejs/esrap/pull/16))
10+
- Support indexed access types ([#18](https://github.com/sveltejs/esrap/pull/18))
711

812
## 1.3.2
913

10-
- Loosen types ([#15](https://github.com/Rich-Harris/esrap/pull/15))
14+
- Loosen types ([#15](https://github.com/sveltejs/esrap/pull/15))
1115

1216
## 1.3.1
1317

1418
- Fix types
1519

1620
## 1.3.0
1721

18-
- Support TypeScript nodes ([#13](https://github.com/Rich-Harris/esrap/pull/13))
22+
- Support TypeScript nodes ([#13](https://github.com/sveltejs/esrap/pull/13))
1923

2024
## 1.2.3
2125

22-
- Wrap object expression statements in parentheses ([#14](https://github.com/Rich-Harris/esrap/pull/14))
26+
- Wrap object expression statements in parentheses ([#14](https://github.com/sveltejs/esrap/pull/14))
2327

2428
## 1.2.2
2529

26-
- Correctly handle arrow functions where body includes an object expression ([#9](https://github.com/Rich-Harris/esrap/pull/9))
30+
- Correctly handle arrow functions where body includes an object expression ([#9](https://github.com/sveltejs/esrap/pull/9))
2731

2832
## 1.2.1
2933

30-
- Support default and namespace import in same declaration ([#8](https://github.com/Rich-Harris/esrap/pull/8))
34+
- Support default and namespace import in same declaration ([#8](https://github.com/sveltejs/esrap/pull/8))
3135

3236
## 1.2.0
3337

34-
- Rewrite for better performance ([#7](https://github.com/Rich-Harris/esrap/pull/7))
38+
- Rewrite for better performance ([#7](https://github.com/sveltejs/esrap/pull/7))
3539

3640
## 1.1.1
3741

3842
- Actually add the changes that were supposed to go in 1.1.0
3943

4044
## 1.1.0
4145

42-
- Tweak output ([#5](https://github.com/Rich-Harris/esrap/pull/5))
46+
- Tweak output ([#5](https://github.com/sveltejs/esrap/pull/5))
4347

4448
## 1.0.3
4549

46-
- Fix typo ([#4](https://github.com/Rich-Harris/esrap/pull/4))
50+
- Fix typo ([#4](https://github.com/sveltejs/esrap/pull/4))
4751

4852
## 1.0.2
4953

50-
- Collapse empty bodies ([#3](https://github.com/Rich-Harris/esrap/pull/3))
54+
- Collapse empty bodies ([#3](https://github.com/sveltejs/esrap/pull/3))
5155

5256
## 1.0.1
5357

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2023 [these people](https://github.com/Rich-Harris/esrap/graphs/contributors)
1+
Copyright (c) 2023-2025 [these people](https://github.com/sveltejs/esrap/graphs/contributors)
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
44

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "esrap",
3-
"version": "1.3.3",
3+
"version": "1.3.4",
44
"description": "Parse in reverse",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/Rich-Harris/esrap"
7+
"url": "https://github.com/sveltejs/esrap"
88
},
99
"type": "module",
1010
"files": [

0 commit comments

Comments
 (0)