Docs.rs
rspack_plugin_javascript-0.5.0
rspack_plugin_javascript 0.5.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
hardfist
Dependencies
anymap3 ^1.0.1
normal
async-trait ^0.1.84
normal
bitflags ^2.9.1
normal
cow-utils ^0.1.3
normal
either ^1.13.0
normal
fast-glob ^0.4.4
normal
indexmap ^2.7.0
normal
indoc ^2.0.5
normal
itertools ^0.14.0
normal
linked_hash_set ^0.1.5
normal
num-bigint ^0.4.6
normal
once_cell ^1.20.2
normal
rayon ^1.10.0
normal
regex ^1.11.1
normal
regress ^0.10.4
normal
ropey ^1.6.1
normal
rspack_cacheable =0.5.0
normal
rspack_collections =0.5.0
normal
rspack_core =0.5.0
normal
rspack_error =0.5.0
normal
rspack_futures =0.5.0
normal
rspack_hash =0.5.0
normal
rspack_hook =0.5.0
normal
rspack_ids =0.5.0
normal
rspack_javascript_compiler =0.5.0
normal
rspack_paths =0.5.0
normal
rspack_regex =0.5.0
normal
rspack_util =0.5.0
normal
rustc-hash ^2.1.0
normal
serde_json ^1.0.134
normal
sugar_path ^1.2.0
normal
swc_core ^36.0.0
normal
swc_node_comments ^14.0.0
normal
tokio ^1.42.0
normal
tracing ^0.1.41
normal
url ^2.5.4
normal
winnow ^0.7.12
normal
Versions
17.6%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
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
RootName
rspack_
plugin_
javascript
0.5.0
Root
Name
Provided Methods
get_root_name
Implementations on Foreign Types
Callee
Expr
Ident
MetaPropExpr
ThisExpr
Implementors
In rspack_
plugin_
javascript::
visitors
rspack_plugin_javascript
::
visitors
Trait
Root
Name
Copy item path
Source
pub trait RootName { // Provided method fn
get_root_name
(&self) ->
Option
<
Atom
> { ... } }
Provided Methods
§
Source
fn
get_root_name
(&self) ->
Option
<
Atom
>
Implementations on Foreign Types
§
Source
§
impl
RootName
for
Callee
Source
§
fn
get_root_name
(&self) ->
Option
<
Atom
>
Source
§
impl
RootName
for
Expr
Source
§
fn
get_root_name
(&self) ->
Option
<
Atom
>
Source
§
impl
RootName
for
MetaPropExpr
Source
§
fn
get_root_name
(&self) ->
Option
<
Atom
>
Source
§
impl
RootName
for
ThisExpr
Source
§
fn
get_root_name
(&self) ->
Option
<
Atom
>
Source
§
impl
RootName
for
Ident
Source
§
fn
get_root_name
(&self) ->
Option
<
Atom
>
Implementors
§