Commit Graph

394 Commits

Author SHA1 Message Date
Donny/강동윤
f960d52364
refactor(bindings): Make @swc/core a subpackage (#8625)
**Description:**

This is for consistency and future extensions.
2024-05-18 09:23:06 +09:00
SWC Bot
edca394374 chore: Publish 1.5.8-nightly-20240516.2 2024-05-16 02:48:21 +00:00
SWC Bot
73532ac7ee chore: Publish 1.5.8-nightly-20240516.1 2024-05-16 00:07:09 +00:00
강동윤 (Donny)
a5004fac0f chore: Publish 1.5.7 with swc_core v0.92.4 2024-05-15 08:53:35 +09:00
강동윤 (Donny)
ee09d7f40c chore: Publiush @swc/types@v0.1.7 2024-05-15 08:51:33 +09:00
강동윤 (Donny)
5c93873660 chore: Publish 1.5.6 with swc_core v0.92.4 2024-05-14 09:27:15 +09:00
SWC Bot
94ed67e0d8 chore: Publish 1.5.6-nightly-20240511.1 2024-05-11 00:09:32 +00:00
강동윤 (Donny)
2f898b5eaf chore: Publish 1.5.5 with swc_core v0.92.2 2024-05-08 16:56:30 +09:00
SWC Bot
f4685ab631 chore: Publish 1.5.5-nightly-20240507.1 2024-05-07 03:49:05 +00:00
강동윤 (Donny)
0a6dbee9b1 chore: Publish 1.5.4 with swc_core v0.91.4 2024-05-06 21:25:14 +09:00
SWC Bot
d32f2d2936 chore: Publish 1.5.3-nightly-20240506.1 2024-05-06 00:07:28 +00:00
Kenta Moriuchi
f1c2550d89
chore(bindings): Update types (#8912) 2024-05-05 01:08:20 +00:00
SWC Bot
9db8cdbfe3 chore: Publish 1.5.3-nightly-20240501.1 2024-05-01 00:06:54 +00:00
SWC Bot
579a1de6b2 chore: Publish 1.5.3-nightly-20240429.2 2024-04-29 02:22:43 +00:00
SWC Bot
04de5073bc chore: Publish 1.5.3-nightly-20240429.1 2024-04-29 01:53:31 +00:00
강동윤 (Donny)
501ae8bbef chore: Publish 1.5.2 with swc_core v0.91.1 2024-04-27 19:31:14 +09:00
강동윤 (Donny)
bb317aaf26 chore: Publish 1.5.1 with swc_core v0.91.1 2024-04-27 15:29:15 +09:00
SWC Bot
9749bd2614 chore: Publish 1.5.1-nightly-20240426.1 2024-04-26 00:06:36 +00:00
강동윤 (Donny)
016fe14164 chore: Publish @swc/helpers@0.5.11 2024-04-25 09:45:46 +09:00
Andrew Enger
438d0b32b6
fix(es/helpers): Remove unused export from _using_ctx.js (#8891)
**Description:**

Fixes stray export in `_using_ctx.js` inside of `packages/helpers`. This was causing build failures in my project, and I believe it was an errant export from a previous version of the helpers package.
2024-04-25 09:45:03 +09:00
강동윤 (Donny)
37dc43c69d chore: Publish 1.5.0 with swc_core v0.91.0 2024-04-24 09:59:57 +09:00
강동윤 (Donny)
3311da75c0 chore: Publish 1.4.17 with swc_core v0.90.37 2024-04-23 12:35:24 +09:00
SWC Bot
fedf06f820 chore: Publish 1.4.17-nightly-20240423.3 2024-04-23 03:34:02 +00:00
SWC Bot
2c1e959771 chore: Publish 1.4.17-nightly-20240423.2 2024-04-23 03:23:25 +00:00
SWC Bot
2fbb8641f5 chore: Publish 1.4.17-nightly-20240423.1 2024-04-23 02:09:59 +00:00
SWC Bot
5d5cf43949 chore: Publish 1.4.17-nightly-20240421.1 2024-04-21 00:06:37 +00:00
SWC Bot
105593fd71 chore: Publish 1.4.17-nightly-20240419.1 2024-04-19 14:16:02 +00:00
강동윤 (Donny)
f58b95a3d7 chore: Publish 1.4.16 with swc_core v0.90.35 2024-04-18 16:57:31 +09:00
강동윤 (Donny)
ba9f33bb78 chore: Publish 1.4.15 with swc_core v0.90.34 2024-04-17 17:41:20 +09:00
SWC Bot
0594398aab chore: Publish 1.4.15-nightly-20240417.1 2024-04-17 07:09:51 +00:00
SWC Bot
036414af12 chore: Publish 1.4.15-nightly-20240416.4 2024-04-16 23:39:01 +00:00
SWC Bot
36e49e456f chore: Publish 1.4.15-nightly-20240416.3 2024-04-16 11:21:39 +00:00
SWC Bot
8bf1360f19 chore: Publish 1.4.15-nightly-20240416.2 2024-04-16 11:09:03 +00:00
SWC Bot
997063d0fc chore: Publish 1.4.15-nightly-20240416.1 2024-04-16 00:08:37 +00:00
강동윤 (Donny)
b9758f3cc1 chore: Format helpers 2024-04-15 22:03:13 +09:00
강동윤 (Donny)
1af8483290 chore: Publish @swc/helpers@v0.5.10 2024-04-15 22:03:04 +09:00
Donny/강동윤
6d240768b1
fix(es/proposal): Update explicit resource management to match spec (#8860)
**Related issue:**

 - Closes #8853
2024-04-15 15:28:11 +09:00
강동윤 (Donny)
b03669c5c4 chore: Publish 1.4.14 with swc_core v0.90.31 2024-04-15 11:37:49 +09:00
강동윤 (Donny)
187ceb199a chore: Format helpers 2024-04-12 16:22:56 +09:00
강동윤 (Donny)
86c22f3ffa chore: Publish @swc/helpers@0.5.9 2024-04-12 16:22:30 +09:00
sschen86
67bfcf41f5
fix(es/helpers): Add missing helpers (#8843) 2024-04-12 16:21:32 +09:00
SWC Bot
ea830aabbe chore: Publish 1.4.14-nightly-20240411.1 2024-04-11 00:07:51 +00:00
강동윤 (Donny)
1a5b2f729d chore: Publish 1.4.13 with swc_core v0.90.30 2024-04-09 15:25:51 +09:00
SWC Bot
7fcfc74d15 chore: Publish 1.4.13-nightly-20240409.1 2024-04-09 04:08:01 +00:00
SWC Bot
2d4eb96843 chore: Publish 1.4.13-nightly-20240406.1 2024-04-06 00:08:53 +00:00
강동윤 (Donny)
0a76e16f6d chore: Publish 1.4.12 with swc_core v0.90.27 2024-04-04 17:42:52 +09:00
SWC Bot
c3b750dc85 chore: Publish 1.4.12-nightly-20240404.1 2024-04-04 08:41:32 +00:00
SWC Bot
8eac0bec49 chore: Publish 1.4.12-nightly-20240401.1 2024-04-01 00:07:47 +00:00
SWC Bot
acaaa5d594 chore: Publish 1.4.12-nightly-20240331.1 2024-03-31 00:08:11 +00:00
강동윤 (Donny)
10ece99e0f chore: Publish @swc/helpers@v0.5.8 2024-03-28 16:50:04 +09:00
sschen86
263ce6e22b
fix(es/helpers): Fix metadata of decorators being undefined (#8768) 2024-03-28 07:44:55 +00:00
강동윤 (Donny)
4936c37722 chore: Publish 1.4.11 with swc_core v0.90.26 2024-03-26 14:47:03 +09:00
강동윤 (Donny)
9ef3397252 chore: Publish 1.4.10 with swc_core v0.90.26 2024-03-26 14:44:42 +09:00
강동윤 (Donny)
34c0b5c838 chore: Publish 1.4.9 with swc_core v0.90.26 2024-03-26 14:41:54 +09:00
SWC Bot
eec697f458 chore: Publish 1.4.9-nightly-20240326.2 2024-03-26 02:27:03 +00:00
SWC Bot
a05b2ee27b chore: Publish 1.4.9-nightly-20240326.1 2024-03-26 00:08:47 +00:00
SWC Bot
45c11f6e4a chore: Publish 1.4.9-nightly-20240321.1 2024-03-21 00:07:23 +00:00
강동윤 (Donny)
4c83dcc370 chore: Publish @swc/helpers@v0.5.7 2024-03-18 10:46:12 +09:00
강동윤 (Donny)
5f2ea762a1 chore: Publish @swc/types@v0.1.6 2024-03-18 10:45:42 +09:00
SWC Bot
1240b8834f chore: Publish 1.4.9-nightly-20240316.1 2024-03-16 00:06:03 +00:00
강동윤 (Donny)
a0d0563114 chore: Publish 1.4.8 with swc_core v0.90.22 2024-03-14 13:42:07 +09:00
강동윤 (Donny)
583958a112 chore: Publish 1.4.7 with swc_core v0.90.20 2024-03-13 15:03:34 +09:00
SWC Bot
391d6f6820 chore: Publish 1.4.7-nightly-20240312.1 2024-03-12 06:34:54 +00:00
SWC Bot
8c024895f9 chore: Publish 1.4.7-nightly-20240310.2 2024-03-10 00:31:43 +00:00
SWC Bot
3b4e4dc4f2 chore: Publish 1.4.7-nightly-20240310.1 2024-03-10 00:24:13 +00:00
강동윤 (Donny)
938d725f27 chore: Publish 1.4.6 with swc_core v0.90.18 2024-03-08 14:56:32 +09:00
SWC Bot
18ab6cd566 chore: Publish 1.4.6-nightly-20240308.1 2024-03-08 05:49:46 +00:00
SWC Bot
c6464add4f chore: Publish 1.4.6-nightly-20240307.1 2024-03-07 00:18:19 +00:00
강동윤 (Donny)
811d3a01c7 chore: Publish 1.4.5 with swc_core v0.90.17 2024-03-06 17:53:33 +09:00
SWC Bot
2956547ef7 chore: Publish 1.4.5-nightly-20240306.1 2024-03-06 08:51:56 +00:00
강동윤 (Donny)
714e87a831 chore: Publish 1.4.4 with swc_core v0.90.16 2024-03-05 22:54:44 +09:00
SWC Bot
9c6195f1bf chore: Publish 1.4.4-nightly-20240305.1 2024-03-05 04:24:49 +00:00
강동윤 (Donny)
2ae4f1ca75 chore: Publish 1.4.3 with swc_core v0.90.16 2024-03-05 11:48:23 +09:00
SWC Bot
147e7d0e68 chore: Publish 1.4.3-nightly-20240304.1 2024-03-04 00:37:36 +00:00
SWC Bot
8938fb0ecf chore: Publish 1.4.3-nightly-20240301.1 2024-03-01 00:27:14 +00:00
SWC Bot
aaf0c5c239 chore: Publish 1.4.3-nightly-20240228.1 2024-02-28 00:24:05 +00:00
SWC Bot
5ff50b7491 chore: Publish 1.4.3-nightly-20240226.1 2024-02-26 07:39:20 +00:00
SWC Bot
3258bf4839 chore: Publish 1.4.3-nightly-20240225.1 2024-02-25 00:36:40 +00:00
SWC Bot
4fa09ebda3 chore: Publish 1.4.3-nightly-20240222.2 2024-02-22 04:47:12 +00:00
SWC Bot
728187daa5 chore: Publish 1.4.3-nightly-20240222.1 2024-02-22 00:36:29 +00:00
강동윤 (Donny)
f07f5c35db chore: Publish 1.4.2 with swc_core v0.90.10 2024-02-19 13:24:21 +09:00
SWC Bot
e761c3ddd2 chore: Publish 1.4.2-nightly-20240219.2 2024-02-19 04:22:44 +00:00
SWC Bot
90f7a29845 chore: Publish 1.4.2-nightly-20240219.1 2024-02-19 00:23:21 +00:00
SWC Bot
9ac304be9e chore: Publish 1.4.2-nightly-20240216.1 2024-02-16 00:28:25 +00:00
phiresky
cd38ef39d6
fix(es/helpers): Add addInitializer to field decorators (#8619)
**Description:**

At some point the spec text of ES decorators was changed to also have
addInitializer for field decorators. This is already used e.g. in mobx.
This simple change removes the special case that was present for field
decorators and seems to fix the issue for me.

This change is backwards compatible since it only affects code that was
broken before.

**Related issue:**

 - Closes #8525
2024-02-14 03:21:58 +00:00
강동윤 (Donny)
83dfc26dac chore: Publish 1.4.1 with swc_core v0.90.8 2024-02-13 14:51:57 +09:00
SWC Bot
447b66cd1b chore: Publish 1.4.1-nightly-20240213.2 2024-02-13 05:35:29 +00:00
SWC Bot
3b76b9b094 chore: Publish 1.4.1-nightly-20240213.1 2024-02-13 00:30:57 +00:00
SWC Bot
361c9db614 chore: Publish 1.4.1-nightly-20240210.1 2024-02-10 00:28:05 +00:00
SWC Bot
da0ad79ed3 chore: Publish 1.4.1-nightly-20240208.2 2024-02-08 02:47:51 +00:00
SWC Bot
bcb9cdb0f1 chore: Publish 1.4.1-nightly-20240208.1 2024-02-08 01:16:18 +00:00
David Murdoch
2a115cff71
fix(binding/types): Update typings for options.envs to match implementation (#8620) 2024-02-07 23:52:17 +00:00
SWC Bot
be55633273 chore: Publish 1.4.1-nightly-20240207.2 2024-02-07 02:54:16 +00:00
SWC Bot
6e23a1cb5b chore: Publish 1.4.1-nightly-20240207.1 2024-02-07 00:40:16 +00:00
Donny/강동윤
95fe3dbe93
test: Update @swc/plguin-jest used for plugin e2e testing (#8601) 2024-02-05 19:32:43 +09:00
Donny/강동윤
6c50ff1bec
refactor(bindings): Remove bindings for experimental packages (#8600)
**Description:**

These packages do not have the same versioning strategy as the main package.
2024-02-05 17:52:22 +09:00
Donny/강동윤
a3d333a25d
chore: Publish v1.4.0 with swc_core v0.90.x (#8599) 2024-02-05 16:06:18 +09:00
SWC Bot
abf615d895 chore: Publish 1.3.108-nightly-20240205.1 2024-02-05 07:01:26 +00:00
SWC Bot
52b821ab6f chore: Publish 1.3.108-nightly-20240204.1 2024-02-04 00:42:35 +00:00
SWC Bot
1fc8fe2aee chore: Publish 1.3.108-nightly-20240201.1 2024-02-01 00:35:01 +00:00