-
-
Notifications
You must be signed in to change notification settings - Fork 75
Fix: Replace removed API with public flags (fixes #498) #499
Fix: Replace removed API with public flags (fixes #498) #499
Conversation
Looks like the build failure just needs restarted? |
@texastoland you can close & reopen the PR to restart the build. |
I'll wait a day or so to make sure there's nothing else to fix first. |
🛎 ping 💢 |
Would love this to be merged if it works :) |
@sbason you can add my branch to your |
TypeScript 3 support needs to be managed in its own branch until it is the stable release. I will create a protected branch for that now and you can use that as the target for the PR. You can then install from that branch on github if you are using the RC. Please also keep PRs focused on one thing, rather than tweaking multiple unrelated things. |
The TypeScript 3 branch is now available: https://github.com/eslint/typescript-eslint-parser/tree/ts-3.0 Please open a new PR with that as the base |
@JamesHenry these changes are not specific to TypeScript 3. The parser has been using internal and deprecated APIs for a long time. None of the tests had to change. This is strictly a patch version intended for master. I can remove the commit upgrading TypeScript (strictly a dev dependency) however. |
🙏🏽 request to reopen please. |
Please remove the TypeScript upgrade, then we can merge it |
If the PR is closed and the head branch is updated, it’s not possible to re-open it until the head branch gets reset to the old commit. |
A new PR can always be opened at least! :) |
LGTM on master except maybe the version change to TypeScript.