Type Definition dprint_swc_ecma_ast_view::Id[][src]

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

Redeclaration of swc_ecma_utils::Id. Contains the name and scope of the identifier, but only when the tree has been resolved with an swc resolver such as ts_resolver.