Crates.io | oxc_sourcemap |
lib.rs | oxc_sourcemap |
version | 0.36.0 |
source | src |
created_at | 2024-03-30 06:01:01.079283 |
updated_at | 2024-11-09 16:34:56.555845 |
description | A collection of JavaScript tools written in Rust. |
homepage | https://oxc.rs |
repository | https://github.com/oxc-project/oxc |
max_upload_size | |
id | 1190832 |
size | 62,038 |
The sourcemap implement port from rust-sourcemap, but has some different with it.
sourceContent
and encode token to vlq
mappings.Sourcemap
some methods overhead, like SourceMap::tokens()
.