SWC Bot
|
7b5cb902a5
|
chore: Publish crates
|
2023-08-24 12:58:41 +00:00 |
|
Donny/강동윤
|
c65732496e
|
refactor(common): Mark some methods of Input unsafe (#7848)
**Related issue:**
- Closes #7709
|
2023-08-24 12:56:38 +00:00 |
|
SWC Bot
|
a9a6928a4e
|
chore: Publish crates
|
2023-08-24 08:20:56 +00:00 |
|
Jason
|
a34f3592b3
|
feat(css/ast): Support @scope at-rule (#7837)
> ### Describe the feature
> [Chrome 118 is shipping
soon](https://chromium-review.googlesource.com/c/chromium/src/+/4790561),
which is expected to be one of the more popular CSS features, giving new
hope for style isolation of components.
>
> * Explainer https://css.oddbird.net/scope/explainer
> * Specification https://drafts.csswg.org/css-cascade-6/#scope-atrule
>
Closed: #7836
|
2023-08-24 08:18:35 +00:00 |
|
SWC Bot
|
e9dfe879d9
|
chore: Publish crates
|
2023-08-16 18:04:14 +00:00 |
|
SWC Bot
|
d5495eeb9a
|
chore: Publish crates
|
2023-08-16 14:18:56 +00:00 |
|
SWC Bot
|
a671afa0aa
|
chore: Publish crates
|
2023-08-16 02:12:39 +00:00 |
|
SWC Bot
|
026101b71e
|
chore: Publish crates
|
2023-07-20 05:57:51 +00:00 |
|
Jason
|
cfb7b511ee
|
feat(css/parser): Support @starting-style (#7677)
|
2023-07-20 14:55:50 +09:00 |
|
SWC Bot
|
735a82d6a4
|
chore: Publish crates
|
2023-07-05 03:52:51 +00:00 |
|
SWC Bot
|
4efefb0f4e
|
chore: Publish crates
|
2023-06-23 02:28:10 +00:00 |
|
Kieran Siek
|
95ac74e6e4
|
refactor(common): Remove add_bitflags and update bitflags (#7571)
|
2023-06-23 11:26:22 +09:00 |
|
SWC Bot
|
8c1436aaf5
|
chore: Publish crates
|
2023-06-22 13:40:52 +00:00 |
|
SWC Bot
|
33355cf707
|
chore: Publish crates
|
2023-06-22 07:43:38 +00:00 |
|
Donny/강동윤
|
d12dc70c91
|
build(cargo): Update deps (#7564)
|
2023-06-22 07:40:41 +00:00 |
|
SWC Bot
|
f9c5265bde
|
chore: Publish crates
|
2023-06-21 15:44:11 +00:00 |
|
SWC Bot
|
c023a03d7b
|
chore: Publish crates
|
2023-06-21 03:18:22 +00:00 |
|
SWC Bot
|
fec056f5db
|
chore: Publish crates
|
2023-06-20 03:21:20 +00:00 |
|
SWC Bot
|
a63905aa2c
|
chore: Publish crates
|
2023-05-30 05:18:06 +00:00 |
|
SWC Bot
|
6c3ff01a53
|
chore: Publish crates
|
2023-05-24 07:48:00 +00:00 |
|
SWC Bot
|
da0c612d85
|
chore: Publish crates
|
2023-05-16 05:18:57 +00:00 |
|
SWC Bot
|
5e3d156aca
|
chore: Publish crates
|
2023-05-15 03:20:03 +00:00 |
|
SWC Bot
|
e88ae37a0c
|
chore: Publish crates
|
2023-05-12 00:47:49 +00:00 |
|
SWC Bot
|
65785bdf21
|
chore: Publish crates
|
2023-05-10 04:19:21 +00:00 |
|
SWC Bot
|
aef5ac4812
|
chore: Publish crates
|
2023-05-06 03:56:38 +00:00 |
|
SWC Bot
|
923ed13b6a
|
chore: Publish crates
|
2023-04-24 09:25:42 +00:00 |
|
SWC Bot
|
7fd1e93434
|
chore: Publish crates
|
2023-04-19 21:54:39 +00:00 |
|
SWC Bot
|
42c4b07f34
|
chore: Publish crates
|
2023-04-15 03:29:04 +00:00 |
|
IWANABETHATGUY
|
c4cce12758
|
build(cargo): Update bitflags to v2 (#7270)
|
2023-04-15 03:26:56 +00:00 |
|
SWC Bot
|
e6cffb7581
|
chore: Publish crates
|
2023-04-13 08:41:47 +00:00 |
|
SWC Bot
|
8fc527343b
|
chore: Publish crates
|
2023-04-13 05:52:04 +00:00 |
|
SWC Bot
|
8e5cb60183
|
chore: Publish crates
|
2023-04-12 12:33:03 +00:00 |
|
SWC Bot
|
2204b7809b
|
chore: Publish crates
|
2023-04-10 03:42:39 +00:00 |
|
OJ Kwon
|
56bdacc72d
|
feat(plugin/runner): Update wasmer to v3 (#7197)
**Description:**
This PR reattempts https://github.com/swc-project/swc/pull/5456.
Most of the changes are for the breaking changes of wasmer@3, as well as enabling rkyv's strict mode (https://github.com/swc-project/swc/pull/6922). This could not be seperated since wasmer@3 enables strict mode by default without a way to turn it off.
There are a couple of changes worth noting:
- Disabling in-memory module lookup: https://github.com/swc-project/swc/pull/7197/files#diff-3bda5def6ce2b7553c3b3a5ad241c0bdb7021e67b7de1e594df4cd5a54d403b3R154-R159
- Disabling plugin_runner in bindings_wasm: https://github.com/swc-project/swc/pull/7197/files#diff-dc3ded556a1fd709a129acd588e5eda651b842c6acc3f5340d40088a1f927facR310-R312
- Skipping plugin compat test: https://github.com/swc-project/swc/pull/7197/files#diff-531197dfcefba05faca53f0cf442ecc2dc6b59d5ead01979f5ffb912aa36249aR64-R66
|
2023-04-10 03:40:25 +00:00 |
|
SWC Bot
|
c6b28f91cc
|
chore: Publish crates
|
2023-04-05 05:17:51 +00:00 |
|
SWC Bot
|
fa153348c9
|
chore: Publish crates
|
2023-04-01 06:17:38 +00:00 |
|
SWC Bot
|
b94fbed4c9
|
chore: Publish crates
|
2023-03-31 06:17:53 +00:00 |
|
SWC Bot
|
b1fb6b655f
|
chore: Publish crates
|
2023-03-30 08:08:20 +00:00 |
|
SWC Bot
|
44062d6fa5
|
chore: Publish crates
|
2023-03-29 08:50:54 +00:00 |
|
SWC Bot
|
d74103739a
|
chore: Publish crates
|
2023-03-29 06:26:30 +00:00 |
|
SWC Bot
|
47f15f9f28
|
chore: Publish crates
|
2023-03-27 06:04:11 +00:00 |
|
Donny/강동윤
|
5e58b3e5f6
|
feat(css/parser): Add legacy_ie to the ParserConfig (#7109)
|
2023-03-27 15:02:18 +09:00 |
|
SWC Bot
|
8fe52a12b3
|
chore: Publish crates
|
2023-03-27 04:31:35 +00:00 |
|
Donny/강동윤
|
30bc086052
|
refactor(ast): Make serde optional (#7138)
**Description:**
Turbopack does not use `serde` of swc AST types.
|
2023-03-27 13:28:42 +09:00 |
|
Donny/강동윤
|
28261985b0
|
chore(cargo): Refactor Cargo.toml to reduce merge conflict (#7139)
|
2023-03-24 13:46:42 +09:00 |
|
SWC Bot
|
b178ff5661
|
chore: Publish crates
|
2023-03-23 09:19:33 +00:00 |
|
SWC Bot
|
42f71431bf
|
chore: Publish crates
|
2023-03-23 05:19:01 +00:00 |
|
SWC Bot
|
60ccdab60e
|
chore: Publish crates
|
2023-03-16 02:20:24 +00:00 |
|
Donny/강동윤
|
60f74ea076
|
fix(css/parser): Fix parsing of :global(> *) (#7082)
|
2023-03-16 11:17:02 +09:00 |
|
Donny/강동윤
|
963c460613
|
refactor: Fix lints using clippy from nightly-2023-03-13 (#6920)
|
2023-03-14 04:56:21 +00:00 |
|