Function deno_ast::parse_script_with_post_process

source ·
pub fn parse_script_with_post_process(
    params: ParseParams,
    post_process: impl FnOnce(Script, &Globals) -> Script
) -> Result<ParsedSource, ParseDiagnostic>
Expand description

Parses a script with post processing (see docs on parse_program_with_post_process).