Struct swc_ecma_parser::TsConfig
source · [−]pub struct TsConfig {
pub tsx: bool,
pub decorators: bool,
pub dts: bool,
pub no_early_errors: bool,
}
Fields
tsx: bool
decorators: bool
dts: bool
.d.ts
no_early_errors: bool
Trait Implementations
sourceimpl<'de> Deserialize<'de> for TsConfig
impl<'de> Deserialize<'de> for TsConfig
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Copy for TsConfig
impl Eq for TsConfig
impl StructuralEq for TsConfig
impl StructuralPartialEq for TsConfig
Auto Trait Implementations
impl RefUnwindSafe for TsConfig
impl Send for TsConfig
impl Sync for TsConfig
impl Unpin for TsConfig
impl UnwindSafe for TsConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more