EsParserConfig
interface EsParserConfig {
classPrivateProperty?: boolean;
classProperty?: boolean;
decorators?: boolean;
decoratorsBeforeExport?: boolean;
dynamicImport?: boolean;
exportDefaultFrom?: boolean;
exportNamespaceFrom?: boolean;
functionBind?: boolean;
importAssertions?: boolean;
importMeta?: boolean;
jsx?: boolean;
nullishCoalescing?: boolean;
numericSeparator?: boolean;
optionalChaining?: boolean;
privateMethod?: boolean;
syntax: "ecmascript";
topLevelAwait?: boolean;
}