Docs.rs
js-deobfuscator-2.0.0
js-deobfuscator 2.0.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
luanon404
Dependencies
base64 ^0.22.1
normal
clap ^4.6.0
normal
oxc ^0.124.0
normal
oxc_traverse ^0.124.0
normal
rustc-hash ^2.1.2
normal
serde_json ^1.0.149
normal
thiserror ^2.0.18
normal
tracing ^0.1.44
normal
tracing-subscriber ^0.3.22
dev
Versions
95.37%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module split
js_
deobfuscator
2.0.0
Module split
Module Items
Structs
In js_
deobfuscator::
format
js_deobfuscator
::
format
Module
split
Copy item path
Source
Expand description
Statement splitting:
var a = 1, b = 2
→
var a = 1; var b = 2;
Structs
§
Statement
Splitter
Statement splitting module.