Skip to content

Commit dfbf115

Browse files
authored
test(typescript-estree): remove babel-parser plugins that are enabled by default (typescript-eslint#2656)
1 parent 393e925 commit dfbf115

File tree

1 file changed

+0
-9
lines changed
  • packages/typescript-estree/tests/ast-alignment

1 file changed

+0
-9
lines changed

packages/typescript-estree/tests/ast-alignment/parse.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,9 @@ function createError(
2121
function parseWithBabelParser(text: string, jsx = true): any {
2222
const babel = require('@babel/parser');
2323
const plugins: ParserPlugin[] = [
24-
'asyncGenerators',
25-
'bigInt',
2624
'classProperties',
2725
'decorators-legacy',
28-
'dynamicImport',
2926
'estree',
30-
'importMeta',
31-
'logicalAssignment',
32-
'nullishCoalescingOperator',
33-
'numericSeparator',
34-
'objectRestSpread',
35-
'optionalChaining',
3627
'typescript',
3728
];
3829
if (jsx) {

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy