Function deno_ast::parse_module_with_post_process
source ยท pub fn parse_module_with_post_process(
params: ParseParams,
post_process: impl FnOnce(Module, &Globals) -> Module,
) -> Result<ParsedSource, ParseDiagnostic>
Expand description
Parses a module with post processing (see docs on parse_program_with_post_process
).