swc/crates/swc_css_parser/tests/fixture
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
..
at-rule feat(css/parser): Normalize at-rules (#6705) 2023-01-14 08:58:24 +00:00
bom feat(css/ast): Make AST intuitive (#6606) 2022-12-09 02:27:19 +00:00
cdo-and-cdc feat(css/ast): Make AST intuitive (#6606) 2022-12-09 02:27:19 +00:00
comment feat(css/ast): Make AST intuitive (#6606) 2022-12-09 02:27:19 +00:00
dashed-ident feat(css/parser): Normalize and improve function name (#6667) 2022-12-20 12:43:58 +00:00
declaration feat(css/ast): Make AST intuitive (#6606) 2022-12-09 02:27:19 +00:00
declaration-list test: Use correct extensions for fixture tests (#6539) 2022-11-29 09:47:56 +00:00
delim/backslash feat(css/ast): Make AST intuitive (#6606) 2022-12-09 02:27:19 +00:00
dimension/basic feat(css/ast): Make AST intuitive (#6606) 2022-12-09 02:27:19 +00:00
empty test: Use correct extensions for fixture tests (#6539) 2022-11-29 09:47:56 +00:00
function refactor(css/codegen): Do not use raw (#6674) 2022-12-22 01:36:36 +00:00
hacks feat(css/ast): Make AST intuitive (#6606) 2022-12-09 02:27:19 +00:00
hex-colors refactor(css/codegen): Do not use raw (#6674) 2022-12-22 01:36:36 +00:00
important/basic feat(css/parser): Normalize declaration and important (#6663) 2022-12-16 02:34:18 +00:00
number feat(css/ast): Make AST intuitive (#6606) 2022-12-09 02:27:19 +00:00
only/1 feat(css/ast): Make AST intuitive (#6606) 2022-12-09 02:27:19 +00:00
property/escaped feat(css/ast): Make AST intuitive (#6606) 2022-12-09 02:27:19 +00:00
selector feat(plugin/runner): Update wasmer to v3 (#7197) 2023-04-10 03:40:25 +00:00
style-block feat(css/minifier): Support to and from with initial (#6613) 2022-12-12 02:36:48 +00:00
styled-jsx/selector feat(css/ast): Make AST intuitive (#6606) 2022-12-09 02:27:19 +00:00
stylesheet feat(css/ast): Make AST intuitive (#6606) 2022-12-09 02:27:19 +00:00
stylis/comma/01 feat(css/ast): Make AST intuitive (#6606) 2022-12-09 02:27:19 +00:00
turbo/4092 feat(css/parser): Add legacy_ie to the ParserConfig (#7109) 2023-03-27 15:02:18 +09:00
value feat(css/parser): Normalize urange (#6704) 2022-12-27 12:22:46 +00:00
vendor feat(css/parser): Normalize urange (#6704) 2022-12-27 12:22:46 +00:00