Docs.rs
swc_ecma_parser-0.148.3
swc_ecma_parser 0.148.3
Docs.rs crate page
Apache-2.0
Links
Documentation
Repository
crates.io
Source
Owners
kdy1
swc-bot
Dependencies
either ^1.10.0
normal
new_debug_unreachable ^1.0.6
normal
num-bigint ^0.4.3
normal
num-traits ^0.2.15
normal
phf ^0.11.2
normal
serde ^1.0.197
normal
smallvec ^1.8.0
normal
smartstring ^1
normal
swc_atoms ^0.6.5
normal
swc_common ^0.36.0
normal
swc_ecma_ast ^0.117.0
normal
swc_ecma_visit ^0.103.0
normal
optional
tracing ^0.1.40
normal
typed-arena ^2.0.1
normal
codspeed-criterion-compat ^2.6.0
dev
criterion ^0.5.1
dev
pretty_assertions ^1.3
dev
serde_json ^1.0.115
dev
swc_ecma_ast ^0.117.0
dev
swc_ecma_visit ^0.103.0
dev
swc_malloc ^0.5.10
dev
testing ^0.38.0
dev
walkdir ^2.4.0
dev
stacker ^0.1.15
normal
optional
Versions
17.72%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
swc_
ecma_
parser
0.148.3
Module input
Structs
Traits
In crate swc_
ecma_
parser
Module
swc_ecma_parser
::
input
Copy item path
source
·
[
−
]
Structs
§
Capturing
Note: Lexer need access to parser’s context to lex correctly.
Tokens
Input
Traits
§
Tokens
Clone should be cheap if you are parsing typescript because typescript syntax requires backtracking.