Docs.rs
swc_ecma_codegen-7.0.0
swc_ecma_codegen 7.0.0
Docs.rs crate page
Apache-2.0
Links
Documentation
Repository
crates.io
Source
Owners
kdy1
swc-bot
Dependencies
ascii ^1.1.0
normal
compact_str ^0.7.1
normal
memchr ^2.6.1
normal
num-bigint ^0.4.3
normal
once_cell ^1.19.0
normal
regex ^1.5.4
normal
rustc-hash ^2
normal
serde ^1.0.197
normal
sourcemap ^9.0.0
normal
swc_allocator ^3.0.0
normal
swc_atoms ^4.0.0
normal
swc_common ^7.0.0
normal
swc_ecma_ast ^7.0.0
normal
swc_ecma_codegen_macros ^1.0.0
normal
tracing ^0.1.40
normal
base64 ^0.21.0
dev
codspeed-criterion-compat ^2.6.0
dev
criterion ^0.5.1
dev
serde_json ^1.0.115
dev
swc_allocator ^3.0.0
dev
swc_common ^7.0.0
dev
swc_ecma_parser ^9.0.0
dev
swc_ecma_testing ^7.0.0
dev
swc_malloc ^1.0.0
dev
testing ^7.0.0
dev
Versions
22.22%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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_
codegen
7.0.0
Ends
With
Alpha
Num
Required Methods
ends_with_alpha_num
Implementations on Foreign Types
Expr
ForHead
Pat
UsingDecl
VarDecl
Implementors
In swc_
ecma_
codegen::
util
swc_ecma_codegen
::
util
Trait
EndsWithAlphaNum
Copy item path
Source
pub trait EndsWithAlphaNum { // Required method fn
ends_with_alpha_num
(&self) ->
bool
; }
Required Methods
§
Source
fn
ends_with_alpha_num
(&self) ->
bool
Implementations on Foreign Types
§
Source
§
impl
EndsWithAlphaNum
for
Expr
Source
§
fn
ends_with_alpha_num
(&self) ->
bool
Source
§
impl
EndsWithAlphaNum
for
Pat
Source
§
fn
ends_with_alpha_num
(&self) ->
bool
Source
§
impl
EndsWithAlphaNum
for
ForHead
Source
§
fn
ends_with_alpha_num
(&self) ->
bool
Source
§
impl
EndsWithAlphaNum
for
UsingDecl
Source
§
fn
ends_with_alpha_num
(&self) ->
bool
Source
§
impl
EndsWithAlphaNum
for
VarDecl
Source
§
fn
ends_with_alpha_num
(&self) ->
bool
Implementors
§