mirror of
https://github.com/swc-project/swc.git
synced 2024-11-28 02:29:04 +03:00
e50cfde938
This PR replaces the current usage of lexical within the swc_ecma_parser crate with equivalent parsing of large numbers using BigInt. **Description:** As discussed in https://github.com/swc-project/swc/issues/7752, lexical contains a number of soundness issues but doesn't appear to be actively supported. Given the relatively low integration surface it seems reasonable to replace the usage of lexical with another package to avoid this issue. **Related issue:** - Closes #7752 |
||
---|---|---|
.. | ||
benches | ||
examples | ||
scripts | ||
src | ||
tests | ||
.gitignore | ||
Cargo.toml | ||
colors.js |