Donny/강동윤
7911973020
chore: Publish crates
2023-08-25 22:55:28 +09:00
Donny/강동윤
74a5dc62a7
chore: Publish v1.3.80
with swc_core
v0.81.5
( #7867 )
2023-08-25 22:54:38 +09:00
Donny/강동윤
c18051fb0b
chore: Publish crates
2023-08-25 15:21:54 +09:00
Donny/강동윤
f819c4487d
chore: Publish v1.3.79
with swc_core
v0.81.3
( #7859 )
2023-08-25 15:20:50 +09:00
Donny/강동윤
854e2e78b3
chore(ci): Fix CI ( #7857 )
2023-08-25 03:32:44 +00:00
Donny/강동윤
f9013a0409
chore: Publish v1.3.78
with swc_core
v0.79.69
( #7831 )
2023-08-18 04:29:38 +09:00
David Sherret
981d7b152b
refactor(common): Make ahash
optional ( #7816 )
...
**Description:**
This adds the ability to not include `ahash` with swc_common, which
caused some issues for me compiling dprint-plugin-typescript to Wasm
because of:
```
Compiling ahash v0.8.3
Compiling getrandom v0.2.10
error: the wasm*-unknown-unknown targets are not supported by default, you may need to enable the "js" feature. For more information see: https://docs.rs/getrandom/#webassembly-support
--> C:\Users\david\.cargo\registry\src\index.crates.io-6f17d22bba15001f\getrandom-0.2.10\src\lib.rs:285:9
|
285 | / compile_error!("the wasm*-unknown-unknown targets are not supported by \
286 | | default, you may need to enable the \"js\" feature. \
287 | | For more information see: \
288 | | https://docs.rs/getrandom/#webassembly-support ");
| |________________________________________________________________________^
```
(I can't enable the JS feature because it's running the wasm file in
Wasmer and also I don't support Wasi in dprint plugins)
**BREAKING CHANGE:**
This removes swc_common's "perf" feature and makes it the default, then
adds an `ahash` feature instead. An alternative would be to make the
`ahash` dep optional and part of the default features, then do
`default-features = false` in the downstream crates (I think, but I'm
not sure), but I figure most people will be using the perf default
anyway? I'm not sure what's preferable.
**Related issue:**
- Closes #7729 .
2023-08-16 18:02:05 +00:00
Donny/강동윤
6f2773a744
chore: Publish crates
2023-08-16 11:26:52 +09:00
Donny/강동윤
677e25026d
chore: Publish v1.3.77
with swc_core
v0.79.59
( #7817 )
2023-08-16 11:23:54 +09:00
Donny/강동윤
7fac0270c4
chore: Publish crates
2023-08-10 17:13:03 +09:00
Donny/강동윤
7aea2bdd97
chore: Publish v1.3.76
with swc_core
v0.79.55
( #7794 )
2023-08-10 17:12:04 +09:00
Donny/강동윤
54f38cb47e
chore: Publish crates
2023-08-10 12:05:44 +09:00
Donny/강동윤
9079050232
chore: Publish v1.3.76
with swc_core
v0.79.54
( #7792 )
2023-08-10 12:04:11 +09:00
Donny/강동윤
000f817bcc
chore: Publish crates
2023-08-08 14:05:39 +09:00
Donny/강동윤
41692f91db
chore: Publish v1.3.75
with swc_core
v0.79.49
( #7778 )
2023-08-08 14:03:36 +09:00
Donny/강동윤
5afdd2ed54
chore: Publish crates
2023-08-03 07:19:43 +09:00
Donny/강동윤
9eb05f2d05
chore: Publish v1.3.74
with swc_core
v0.79.38
( #7744 )
2023-08-03 07:17:29 +09:00
Donny/강동윤
6d7e13ae26
chore: Publish crates
2023-08-01 12:41:32 +09:00
Donny/강동윤
6dce81e2ca
chore: Publish v1.3.73
with swc_core
v0.79.36
( #7733 )
2023-08-01 12:40:40 +09:00
Donny/강동윤
ffe99a9665
chore: Publish crates
2023-07-29 04:36:29 +09:00
Donny/강동윤
00a0575408
chore: Publish v1.3.72
with swc_core
v0.79.33
( #7727 )
2023-07-29 04:34:33 +09:00
Donny/강동윤
42198679aa
chore: Publish crates
2023-07-25 12:53:29 +09:00
Donny/강동윤
d358c01392
chore: Publish v1.3.71
with swc_core
v0.79.27
( #7703 )
2023-07-25 12:52:06 +09:00
Donny/강동윤
6c181256f3
chore: Publish crates
2023-07-18 13:22:16 +09:00
Donny/강동윤
882d31980f
chore: Publish v1.3.70
with swc_core
v0.79.19
( #7668 )
2023-07-18 13:21:00 +09:00
Donny/강동윤
dc5135f43f
buiild(bindings/wasm): Fix Wasm build ( #7666 )
...
**Related issue:**
- Closes #7663 .
2023-07-18 03:33:46 +00:00
Donny/강동윤
d9209ec3d7
chore: Publish crates
2023-07-13 11:21:28 +09:00
Donny/강동윤
480c97f9e5
chore: Publish v1.3.69
with swc_core
v0.79.15
( #7654 )
2023-07-13 11:18:42 +09:00
Donny/강동윤
b34f1adbcc
build(cargo): Update rustc
to 2023-07-03
( #7623 )
2023-07-05 03:50:43 +00:00
Donny/강동윤
40ee26b2c9
chore: Publish crates
2023-07-05 10:08:41 +09:00
Donny/강동윤
be8a0e9a49
chore: Publish v1.3.68
with swc_core
v0.79.9
( #7628 )
2023-07-05 10:05:58 +09:00
Donny/강동윤
00eb41847b
chore: Publish crates
2023-06-29 11:20:28 +09:00
Donny/강동윤
e62a0b91bd
chore: Publish v1.3.67
with swc_core
v0.78.27
( #7594 )
2023-06-29 11:18:46 +09:00
Donny/강동윤
c51eac6075
chore(ci): Fix CI ( #7589 )
2023-06-27 14:34:41 +00:00
Donny/강동윤
d57d0d3ad3
build(cargo): Update deps ( #7566 )
2023-06-22 13:37:35 +00:00
Donny/강동윤
d12dc70c91
build(cargo): Update deps ( #7564 )
2023-06-22 07:40:41 +00:00
Donny/강동윤
5bee46263c
chore: Publish crates
2023-06-20 18:39:53 +09:00
Donny/강동윤
1f65d50610
chore: Publish v1.3.66
with swc_core
v0.78.15
( #7554 )
2023-06-20 18:38:32 +09:00
Donny/강동윤
6e5d8b3cf1
feat(es/codegen): Support preamble
( #7551 )
...
**Related issue:**
- Closes #7475 .
2023-06-20 14:35:46 +09:00
Donny/강동윤
0129ad080b
chore: Publish v1.3.65
with swc_core
v0.78.8
2023-06-19 12:37:22 +09:00
Donny/강동윤
d1430c00b4
chore: Publish crates
2023-06-19 12:36:16 +09:00
Donny/강동윤
fe1a545e65
chore: Publish crates
2023-06-19 12:26:07 +09:00
Donny/강동윤
4585ed99db
chore: Publish v1.3.65
with swc_core
v0.78.8
( #7541 )
2023-06-19 12:24:49 +09:00
Donny/강동윤
37c7296913
chore: Publish crates
2023-06-14 14:08:15 +09:00
Donny/강동윤
5b0ee541b4
chore: Publish v1.3.64
with swc_core
v0.78.3
( #7529 )
2023-06-14 14:07:00 +09:00
Donny/강동윤
983d2e8eb4
chore: Publish v1.3.63
2023-06-13 11:06:58 +09:00
Donny/강동윤
e773efc3a8
chore: Publish crates
2023-06-12 21:33:11 +09:00
Donny/강동윤
178abee03e
chore: Publish v1.3.63
with swc_core
v0.78.0
( #7520 )
2023-06-12 21:32:15 +09:00
Donny/강동윤
ddb5635ebf
chore: Publish crates
2023-06-03 18:23:17 +09:00
Donny/강동윤
0e37c18c9c
chore(ci): Fix publish action ( #7485 )
2023-06-03 18:21:24 +09:00