-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
[parser] enable dynamic import by default #10843
[parser] enable dynamic import by default #10843
Conversation
AbdulAli19
commented
Dec 9, 2019
Q | A |
---|---|
Fixed Issues? | Fixes #10824 |
Patch: Bug Fix? | No |
Major: Breaking Change? | No |
Minor: New Feature? | Yes |
Tests Added + Pass? | No |
Documentation PR Link | |
Any Dependency Changes? | No |
License | MIT |
couldn't get tests to pass locally so i figure i'm missing something. thought i'd create this pr anyway to get feedback/help on what that might be. edit: the tests that are failing in ci are different than what i was seeing locally, going to see to if i can fix the ones that are failing in ci |
26b890c
to
a41b2e2
Compare
The |
can i also get rid of |
a41b2e2
to
baceca9
Compare
the |
Rebasing on master should make the tests pass |
baceca9
to
b2fd90b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 @AbdulAli19 nice work!