magic-string-rs
magic-string-rs copied to clipboard
⚡️ Fast MagicString port driven by Rust and N-API
I noticed wasm support was mentiioned as a todo. I'm wondering what is missing for wasm support?
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
current `trim_lines` can only remove lines in start and end
# Motivation Atm there is memory leak issue, caused by cyclic references that `MagicString` and `Chunk` struct instances hold on to, to reproduce the memory leak issue we can just...