-
-
Notifications
You must be signed in to change notification settings - Fork 2.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
Merge fs-watcher-child into Parcel's monorepo #2197
Conversation
"name": "babel-plugin-autoinstall", | ||
"devDependencies": { | ||
"@babel/core": "^7.1.2" | ||
} |
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.
this change shouldn't be committed, it's part of the test to verify that it was added.
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.
Ow damn, I'll remove it and add it to a gitignore to prevent this in the future
this.startchild(); | ||
} | ||
|
||
startchild() { |
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.
wonder if it would be worth it to run this inside the existing parcel worker farm at some point. may be worth experimenting with?
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.
Yeah probably a good idea
? require('./lib/promisify') | ||
: require('./src/promisify'); | ||
|
||
exports.errorUtils = |
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.
heh, we should try to find a way to make this easier if there are going to be a lot of utils 😉
↪️ 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