fix(eslint-config): switch to new babel parser#34020
Conversation
|
@jacdebug has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Base commit: ea29ae1 |
|
Thanks for sending this over @Kerumen This is sadly not sufficient. Please check another other similar attempt here: We need to update all the references of |
|
@cortinico I don't see a lot of reference. Maybe I should also update the test here? |
A quick grep returns this: |
|
The only important one here are |
Yeah the should all be updated.
|
|
@cortinico Done! ✅ |
Great 👍 The problem is that now we need to make the CI green |
Base commit: ea29ae1 |
|
The CI is green now! 🟢 Here is what I did:
|
Awesome stuff! We'll re-import this and we should be fine merging it 👍 |
|
@jacdebug has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
|
Any progress here? 🚀 |
Sadly not. I've been trying to merge this PR internally, but our setup related to babel is quite intricate and it's more challenging than expected. |
|
This pull request was successfully merged by @Kerumen in 97291bf. When will my fix make it into a release? | Upcoming Releases |
|
Kudos to @jacdebug for unblocking this 👍 |
Summary
babel-eslintis deprecated now. We should use the new Babel parser.Changelog
[General] [Fixed] - Use new Babel parser instead of deprecated one
Test Plan
Ensure lint is working as expected.