-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Move generation to babel 7 #762
Conversation
a6db945
to
f00a11b
Compare
detox/src/devices/IosDriver.js
Outdated
const GREYConfigurationApi = require('./../ios/earlgreyapi/GREYConfiguration'); | ||
const GREYConfigurationDetox = require('./../ios/earlgreyapi/GREYConfigurationDetox'); | ||
const EarlyGrey = require('./../ios/earlgreyapi/EarlGrey'); | ||
const GREYConfigurationApi = require('./../ios/earlgreyapi/GREYConfiguration'); // eslint-disable-line node/no-unpublished-require |
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.
Please try to understand why this eslint doesn't like those lines. It makes no sense.
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.
I can remove it, should be red on master too, right 🤷♂️ The explanation with the npmignore makes kinda sense though
f00a11b
to
e84a29f
Compare
e84a29f
to
7101b78
Compare
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@DanielMSchmidt, can we go forward with this PR? Can you please rerun it on the updated code? |
Sure, it was just out of focus previously 👍 Will put it on my list to rerun the generation again. |
This enables us to generate better comments
7101b78
to
0a076cc
Compare
0a076cc
to
03e8df9
Compare
So is this ready? |
Yes it is👌 |
This allows us to have nicer comments in our generated code (and we need to do it anyways at some point).