Function swc_ecma_transforms_typescript::typescript::tsx

source ·
pub fn tsx<C>(
    cm: Lrc<SourceMap>,
    config: Config,
    tsx_config: TsxConfig,
    comments: C,
    top_level_mark: Mark
) -> impl Fold + VisitMut
where C: Comments,