interface ParseOptions {
    bare_returns?: boolean;
    ecma?: ECMA;
    html5_comments?: boolean;
    shebang?: boolean;
}

Properties

bare_returns?: boolean
ecma?: ECMA

Deprecated

legacy option. Currently, all supported EcmaScript is valid to parse.

html5_comments?: boolean
shebang?: boolean