Skip to content
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

Merged
merged 3 commits into from
Oct 13, 2018
Merged

Move generation to babel 7 #762

merged 3 commits into from
Oct 13, 2018

Conversation

DanielMSchmidt
Copy link
Contributor

This allows us to have nicer comments in our generated code (and we need to do it anyways at some point).

@DanielMSchmidt DanielMSchmidt changed the title Move generation to babel 7 [WIP] Move generation to babel 7 Jun 10, 2018
@DanielMSchmidt DanielMSchmidt changed the title [WIP] Move generation to babel 7 Move generation to babel 7 Jun 10, 2018
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
Copy link
Member

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.

Copy link
Contributor Author

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

@stale
Copy link

stale bot commented Oct 2, 2018

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.

@stale stale bot added the 🏚 stale label Oct 2, 2018
@rotemmiz
Copy link
Member

rotemmiz commented Oct 7, 2018

@DanielMSchmidt, can we go forward with this PR? Can you please rerun it on the updated code?

@stale stale bot removed the 🏚 stale label Oct 7, 2018
@DanielMSchmidt
Copy link
Contributor Author

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
@rotemmiz
Copy link
Member

So is this ready?

@DanielMSchmidt
Copy link
Contributor Author

Yes it is👌

@rotemmiz rotemmiz merged commit 4d6cbcc into master Oct 13, 2018
@rotemmiz rotemmiz deleted the danielmschmidt/move-to-babel-7 branch October 13, 2018 18:44
@lock lock bot locked as resolved and limited conversation to collaborators Oct 16, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants