swc_ecma_ast

Type Alias 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.