magic-string-rs icon indicating copy to clipboard operation
magic-string-rs copied to clipboard

⚡️ Fast MagicString port driven by Rust and N-API

Results 14 magic-string-rs issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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...