swc/crates/swc_html_ast
jinrui c36871a848
fix(plugin): Don't panic when ast byte not match (#9562)
**Description:**

1. Disable rkyv strict feature, it is useless in swc.
2. Archived_root will panic if the wasm plugin ast binary not match core ast, so use safe api to avoid panic when mismatch. Implementation reference: https://github.com/rkyv/rkyv/blob/v0.7.43/examples/json/src/main.rs#L57-L76
2024-09-19 13:01:11 +09:00
..
src fix(plugin): Don't panic when ast byte not match (#9562) 2024-09-19 13:01:11 +09:00
Cargo.toml fix(plugin): Don't panic when ast byte not match (#9562) 2024-09-19 13:01:11 +09:00