-
Notifications
You must be signed in to change notification settings - Fork 24.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create the Parser interface #35036
Create the Parser interface #35036
Conversation
Summary: This diff is the base to create a polimorphic behavior for TypeScript and Flow parser. This type will allow to share a lot of code between the parsers and also to keep their differences a part. It will be the base diff/PR for further tasks in the Codegen umbrella Issue ## Changelog: [General][Added] - Parser interface to divide parser logic. Differential Revision: D40548707 fbshipit-source-id: 4f6b5e56d74b9b2d92b87dfcf36abab6cb222606
This pull request was exported from Phabricator. Differential Revision: D40548707 |
Base commit: be6f656 |
Base commit: be6f656 |
PR build artifact for a9e7751 is ready. |
PR build artifact for a9e7751 is ready. |
Summary: Pull Request resolved: facebook#35036 This diff is the base to create a polimorphic behavior for TypeScript and Flow parser. This type will allow to share a lot of code between the parsers and also to keep their differences a part. It will be the base diff/PR for further tasks in the Codegen umbrella Issue ## Changelog: [General][Added] - Parser interface to divide parser logic. Differential Revision: https://internalfb.com/D40548707 fbshipit-source-id: 15c4adffcd5ff283d1613baf4996645ecb31dec7
Summary: Pull Request resolved: facebook#35036 This diff is the base to create a polimorphic behavior for TypeScript and Flow parser. This type will allow to share a lot of code between the parsers and also to keep their differences a part. It will be the base diff/PR for further tasks in the Codegen umbrella Issue ## Changelog: [General][Added] - Parser interface to divide parser logic. Differential Revision: https://internalfb.com/D40548707 fbshipit-source-id: b39d5fd9c662fa678b8a5bea2c5e60b0d1eabd13
This pull request was successfully merged by @cipolleschi in 5940d25. When will my fix make it into a release? | Upcoming Releases |
Summary: Pull Request resolved: facebook#35036 This diff is the base to create a polimorphic behavior for TypeScript and Flow parser. This type will allow to share a lot of code between the parsers and also to keep their differences a part. It will be the base diff/PR for further tasks in the Codegen umbrella Issue ## Changelog: [General][Added] - Parser interface to divide parser logic. Reviewed By: cortinico Differential Revision: D40548707 fbshipit-source-id: e632ba52b00b43e50306e3a792a841e72e8c07f4
Summary:
This diff is the base to create a polimorphic behavior for TypeScript and Flow parser. This type will allow to share a lot of code between the parsers and also to keep their differences a part.
It will be the base diff/PR for further tasks in the Codegen umbrella Issue
Changelog:
[General][Added] - Parser interface to divide parser logic.
Differential Revision: D40548707