Type Alias swc_ecma_codegen::text_writer::Symbol

source ·
pub type Symbol = Str;
Expand description

TODO

Aliased Type§

struct Symbol {
    pub span: Span,
    pub value: Atom,
    pub raw: Option<Atom>,
}

Fields§

§span: Span§value: Atom§raw: Option<Atom>

Use None value only for transformations to avoid recalculate escaped characters in strings