Crates.io | oxc_module_lexer |
lib.rs | oxc_module_lexer |
version | 0.36.0 |
source | src |
created_at | 2024-03-09 15:26:13.657693 |
updated_at | 2024-11-09 16:37:20.439866 |
description | A collection of JavaScript tools written in Rust. |
homepage | https://oxc.rs |
repository | https://github.com/oxc-project/oxc |
max_upload_size | |
id | 1167907 |
size | 33,453 |
This is not a lexer. The name "lexer" is used for easier recognition.
Outputs the list of exports and locations of import specifiers, including dynamic import and import meta handling.
Does not have any limitations mentioned in es-module-lexer
.
type
import / export keywordThis is 2 times slower than es-module-lexer
, but will be significantly faster when TypeScript is processed.
The difference is around 10ms vs 20ms on a large file (700k).