pub fn parse_script_or_module_string(
    file: Symbol,
    input: &str
) -> Result<ScriptOrModule, ParseError<Loc, Error>>