Type Alias swc_ecma_ast::Id

source ·
pub type Id = (Atom, 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.