[][src]Type Definition swc_common::comments::SingleThreadedCommentsMap

type SingleThreadedCommentsMap = Rc<RefCell<FxHashMap<BytePos, Vec<Comment>>>>;