Commit Graph

84 Commits

Author SHA1 Message Date
Donny/강동윤
71d01ec127
feat(es): Add an option to disable builtin transforms (#7873) 2023-08-26 01:12:36 +00:00
Donny/강동윤
67afaf1f2d
fix(swc-info): Use correct path while getting local package versions (#7872) 2023-08-26 07:27:09 +09:00
Donny/강동윤
d6952ea687
feat(swc-info): Add a CLI to help issue reporting (#7871) 2023-08-26 07:11:34 +09:00
Donny/강동윤
e47f1c2bf7 chore: Remove unused files 2023-08-25 15:22:53 +09:00
Donny/강동윤
c18051fb0b chore: Publish crates 2023-08-25 15:21:54 +09:00
Donny/강동윤
f713f1b2f6
refactor(es/types): Extract @swc/types as a small, reusable package (#7834)
**Related issue:**

 - Closes #7828
2023-08-18 06:24:49 +00:00
Donny/강동윤
1ab406cd7a
refactor(es/helpers): Move packages for monorepo (#7833) 2023-08-18 04:25:37 +00:00
Donny/강동윤
bcd5a1d666
feat(es/compat): Implement transform for explicit resource management (#7376)
**Related issue:**

 - Closes #7316.
 - Closes #7369.
2023-06-29 14:13:43 +00:00
David Sherret
064bcf4854
fix(es/codegen): Remove extra spaces in AssignPatProp and KeyValuePatProp (#7488)
Co-authored-by: Donny/강동윤 <kdy1997.dev@gmail.com>
2023-06-07 05:08:35 +00:00
Donny/강동윤
c77f175ace chore: Publish @swc/helpers@v0.5.1 2023-04-25 12:43:09 +09:00
magic-akari
84af85563f
fix(es/helpers): Add src/*.mjs entry back (#7328)
**Related issue:**

 - https://github.com/vercel/next.js/issues/48593
2023-04-25 12:41:39 +09:00
magic-akari
38dfb91ebc
fix(es/helpers): Remove unnecessary parameters in helper_expr! macro (#7296)
**Description:**

We have moved to snake_case, so the last parameter of helper_expr is unnecessary.
2023-04-20 08:26:34 +00:00
magic-akari
30a4e52f74
fix(es/helpers): Do not duplicate property names (#7266)
**Related issue:**

 - Closes #7264.
2023-04-15 01:30:43 +00:00
Donny/강동윤
b7d9fc5535 chore: Publish @swc/helpers@v0.5.0 2023-04-04 14:47:19 +09:00
magic-akari
a13a78e3fe
feat(es/helpers): Use named export and unify import path (#7182)
**BREAKING CHANGE:**

Breaking changes for `@swc/helpers`. A new major version `0.5.0` is required.


**Related issue:**

 - Closes https://github.com/swc-project/swc/issues/7157
2023-04-04 03:05:47 +00:00
magic-akari
3ca954b9f9
fix(es/helpers): Use snake_case for helpers (#7147)
**Related issue:**

 - Closes https://github.com/swc-project/swc/issues/7144.
 - Closes https://github.com/swc-project/swc/issues/7118.
2023-03-31 15:15:21 +09:00
magic-akari
1d147602c0
fix(es/helpers): Make _classPrivateFieldLooseBase return receiver (#6770) 2023-01-09 10:58:29 +00:00
Donny/강동윤
8a71dbca6d
chore(helpers): Fix license (#6690)
**Related issue:**

 - Closes https://github.com/swc-project/swc/issues/6684
2022-12-20 12:09:51 +00:00
Donny/강동윤
5016ebed8f
fix(es/helpers): Fix loose mode (#6691)
**Related issue:**

 - Closes https://github.com/swc-project/swc/issues/6581.
2022-12-20 10:11:12 +00:00
Donny/강동윤
e59ccfc800 chore: Publish @swc/helpers@v0.4.14 2022-11-19 21:20:44 +09:00
Donny/강동윤
520c5ca0e8 chore: Publish @swc/helpers@v0.4.13 2022-11-16 12:03:19 +09:00
magic-akari
67286032b1
fix(es/compat): Improve destructuring pass (#6412) 2022-11-13 23:52:34 +00:00
Ahab
25333b989e
fix(es/helpers): Fix import _typeof in __decorate (#6377) 2022-11-09 01:19:42 +00:00
Donny/강동윤
6094994629
chore(ci): Fix CI (#6340) 2022-11-03 04:20:20 +00:00
Donny/강동윤
e34c25e40d
fix(es/helpers): Fix toArray (#6318)
**Related issue (if exists):**

 - Closes https://github.com/swc-project/swc/issues/6302.
2022-11-02 09:30:02 +00:00
Austaras
aefc11b8a7
feat(es/compat): Support readonly and writeonly for private fields (#6182) 2022-10-18 05:38:36 +00:00
Donny/강동윤
4f92225db7 chore: Publish @swc/helpers@0.4.12 2022-10-09 09:49:52 +09:00
Donny/강동윤
80da0981bd
feat(es/compat): Support iterator protocol on loose mode (#6034) 2022-10-04 21:42:39 +09:00
Donny/강동윤
83fec33359
feat(es/generator): Use new generator implementation (#5627) 2022-08-25 16:10:47 +00:00
Donny/강동윤
927ae7e8d3
fix(es/compat): Revert generator reimplementation (#5624) 2022-08-25 17:58:37 +09:00
Donny/강동윤
a9aed171f8 chore: Publish @swc/helpers@0.4.11 2022-08-25 14:58:37 +09:00
Donny/강동윤
d483eb12f4
fix(es/helpers): Fix _classStaticPrivateFieldUpdate (#5620) 2022-08-25 14:54:39 +09:00
Donny/강동윤
d17a6653c4 chore: Publish @swc/helpers@0.4.10 2022-08-25 14:12:29 +09:00
Donny/강동윤
2aa009018f
feat(es/generator): Replace generator implementation with one from tsc (#5173) 2022-08-25 04:50:00 +00:00
Donny/강동윤
13b0476da3 chore: Publish @swc/helpers@0.4.9 2022-08-23 10:32:31 +09:00
Donny/강동윤
0533d56155
fix(es/helpers): Fix _classStaticPrivateFieldSpecSet (#5597) 2022-08-23 10:28:49 +09:00
Donny/강동윤
694e780592 chore: Publish @swc/helpers@0.4.8 2022-08-22 23:30:26 +09:00
Donny/강동윤
610296cfa4
fix(es/helpers): Fix an import (#5587) 2022-08-22 23:09:31 +09:00
magic-akari
bee26a9abb
fix(es/compat): Fix destructuring assignments and updates of super properties (#5576) 2022-08-22 00:42:50 +00:00
Donny/강동윤
2a97219e05 chore: Publish @swc/helpers@0.4.7 2022-08-18 20:03:29 +09:00
magic-akari
e930fea4ca
fix(es/helpers): Add a missing helper (#5551) 2022-08-18 10:40:59 +00:00
Donny/강동윤
b655bf473a
fix(es/helpers): Fix for await (#5458) 2022-08-14 05:46:07 +00:00
Donny/강동윤
89758940fb chore: Publish @swc/helpers@0.4.6 2022-08-12 17:13:15 +09:00
magic-akari
efb3d7035a
fix(es/helpers): Correct import path (#5460) 2022-08-12 17:05:28 +09:00
magic-akari
1e33dbab24
feat(es/modules): Support node interop (#5069) 2022-07-01 03:28:03 +00:00
Donny/강동윤
99da95a669 chore: Publish @swc/helpers@v0.4.3 2022-06-27 21:33:41 +09:00
magic-akari
fa68cbd74a
refactor(es/module): Implement new module transformer (#4758) 2022-06-27 12:32:06 +00:00
Donny/강동윤
2824386e2b chore: Publish @swc/helpers@v0.4.2 2022-06-16 16:26:06 +09:00
Devon Govett
9484cf81a1
fix(es/helpers): Use .mjs extension in helper imports (#4979) 2022-06-16 16:23:02 +09:00
Donny/강동윤
4b340e2c1b chore: Publish @swc/helpers@v0.4.1 2022-06-15 23:52:58 +09:00