pub fn parse_script_with_post_process(
    params: ParseParams,
    post_process: impl FnOnce(Script) -> Script
) -> Result<ParsedSource, Diagnostic>
Expand description

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