UNPKG

ecma-search

Version:
24 lines (23 loc) 1.01 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _default = { sourceType: 'unambiguous', allowAwaitOutsideFunction: true, allowImportExportEverywhere: true, allowReturnOutsideFunction: true, allowSuperOutsideMethod: true, ranges: true, tokens: true, plugins: [['flow', { all: true }], 'jsx', 'estree', 'asyncFunctions', 'asyncGenerators', 'classConstructorCall', 'classProperties', ['decorators', { decoratorsBeforeExport: false }], 'doExpressions', 'exponentiationOperator', 'exportDefaultFrom', 'exportNamespaceFrom', 'functionBind', 'functionSent', 'objectRestSpread', 'trailingFunctionCommas', 'dynamicImport', 'numericSeparator', 'optionalChaining', 'importMeta', 'classPrivateProperties', 'bigInt', 'optionalCatchBinding', 'throwExpressions', ['pipelineOperator', { proposal: 'minimal' }], 'nullishCoalescingOperator', 'logicalAssignment'] }; exports.default = _default; //# sourceMappingURL=parseOptions.js.map