Skip to content

Commit 3766c4d

Browse files
authored
Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 3) (#17235)
* fill optional AST properties for TS* nodes * fix: create TSAbstractAccessorProperty * provide optional properties for more TS* nodes * add test against babel-parser / typescript fixtures * running parser test using the test options * update parser AST fixtures * fix rebase issue * update Babel 8 AST fixtures
1 parent 6e5b5e2 commit 3766c4d

31 files changed

Lines changed: 475 additions & 175 deletions

File tree

eslint/babel-eslint-parser/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
},
4646
"devDependencies": {
4747
"@babel/core": "workspace:^",
48+
"@babel/helper-fixtures": "workspace:^",
4849
"@types/eslint": "^8.56.2",
4950
"@types/estree": "^1.0.5",
5051
"@typescript-eslint/scope-manager": "^6.19.0",

0 commit comments

Comments
 (0)