pub fn generator<C>(unresolved_mark: Mark, _comments: C) -> impl VisitMut + Fold where
    C: Comments
Available on crate feature __transforms only.
Expand description

Generator based on tsc generator at https://github.com/microsoft/TypeScript/blob/162224763681465b417274383317ca9a0a573835/src/compiler/transformers/generators.ts