Skip to content

Commit

Permalink
test(typescript-estree): remove babel-parser plugins that are enabled…
Browse files Browse the repository at this point in the history
… by default (#2656)
  • Loading branch information
sosukesuzuki committed Oct 11, 2020
1 parent 393e925 commit dfbf115
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions packages/typescript-estree/tests/ast-alignment/parse.ts
Expand Up @@ -21,18 +21,9 @@ function createError(
function parseWithBabelParser(text: string, jsx = true): any {
const babel = require('@babel/parser');
const plugins: ParserPlugin[] = [
'asyncGenerators',
'bigInt',
'classProperties',
'decorators-legacy',
'dynamicImport',
'estree',
'importMeta',
'logicalAssignment',
'nullishCoalescingOperator',
'numericSeparator',
'objectRestSpread',
'optionalChaining',
'typescript',
];
if (jsx) {
Expand Down

0 comments on commit dfbf115

Please sign in to comment.