Type Alias swc_core::common::comments::SingleThreadedCommentsMap

pub type SingleThreadedCommentsMap = Rc<RefCell<HashMap<BytePos, Vec<Comment>, BuildHasherDefault<FxHasher>>>>;
Available on crate feature __common only.

Aliased Type§

struct SingleThreadedCommentsMap { /* private fields */ }