☰
RepeatedJsPass
RepeatedJsPass
Implementors
In swc_ecma_transforms::pass
Structs
Optional
Traits
JsPass
Repeated
RepeatedJsPass
Functions
noop
?
Trait
swc_ecma_transforms
::
pass
::
RepeatedJsPass
source
·
[
−
]
pub trait RepeatedJsPass:
Repeated
+
JsPass
{ }
Implementors
source
impl<T>
RepeatedJsPass
for T
where
T:
Repeated
+
JsPass
+ ?
Sized
,