swc_ecma_ast

Type Alias Id

Source
pub type Id = (JsWord, SyntaxContext);
Expand description

See Ident for documentation.

Trait Implementations§

Source§

impl From<Ident> for Id

Source§

fn from(i: Ident) -> Self

Converts to this type from the input type.