-
Notifications
You must be signed in to change notification settings - Fork 58
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
expose module.parent as in node #47
base: master
Are you sure you want to change the base?
Conversation
bump |
really this should be merged because it makes browserify more consistent with node. |
…ant to re-add this later though!
@dominictarr can you update this PR to point at another branch? |
@terinjokes not sure I follow, do you want me to update this merge cleanly with current master? |
@dominictarr I'm sorry, I was unclear. This PR points at your fork's master branch, which you've since pushed changes to rename it to Without those changes, this looks to apply cleanly. I don't mind cherrypicking, so not too much of a problem. |
oh, I see, sorry about that. I'll fix this. |
okay I refactored to this branch https://github.com/dominictarr/nodepack/tree/parent |
This pr resolves browserify/browserify#976
It only makes the prelude 23 bytes longer, this will help more node modules work in the browser by default.