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