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

Merge fs-watcher-child into Parcel's monorepo #2197

Merged
merged 8 commits into from Oct 26, 2018
Merged

Conversation

DeMoorJasper
Copy link
Member

↪️ Pull Request

This adds https://github.com/DeMoorJasper/fswatcher-child to the parcel monorepo, once this gets published fswatcher-child will become deprecated.

💻 Examples

🚨 Test instructions

✔️ PR Todo

  • Added/updated unit tests for this change
  • Filled out test instructions (In case there aren't any unit tests)
  • Included links to related issues/PRs

"name": "babel-plugin-autoinstall",
"devDependencies": {
"@babel/core": "^7.1.2"
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this change shouldn't be committed, it's part of the test to verify that it was added.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ow damn, I'll remove it and add it to a gitignore to prevent this in the future

this.startchild();
}

startchild() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wonder if it would be worth it to run this inside the existing parcel worker farm at some point. may be worth experimenting with?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah probably a good idea

@devongovett devongovett merged commit 060db2e into master Oct 26, 2018
@devongovett devongovett deleted the watcher-child branch October 26, 2018 14:03
? require('./lib/promisify')
: require('./src/promisify');

exports.errorUtils =
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

heh, we should try to find a way to make this easier if there are going to be a lot of utils 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants