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

Browser resolve direct #1887

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Browser resolve direct #1887

wants to merge 2 commits into from

Conversation

dy
Copy link

@dy dy commented Nov 28, 2018

Adds #1539 test for now.
Will be fixed once browserify/browser-resolve#84 is merged.

@@ -40,7 +40,7 @@ function Browserify (files, opts) {
var self = this;
if (!(this instanceof Browserify)) return new Browserify(files, opts);
if (!opts) opts = {};

Copy link
Member

Choose a reason for hiding this comment

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

please revert all these unrelated whitespace changes.

Copy link
Author

Choose a reason for hiding this comment

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

Sublime automatically cleans up trailing whitespaces. Not sure I understand what is the meaning of keeping them.
Bah, sad to see there is no way for my contributions.

Copy link
Member

Choose a reason for hiding this comment

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

i wouldn't keep them in most situations, but browserify is old and most of the code was written by people who no longer maintain it, so history tools like git blame are important for people like me who have no idea why things are the way they are a lot of the time 😅 minimal patches are valuable in that respect.

thanks for the test, i hope we can get the browser-resolve patch in soon.

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

Successfully merging this pull request may close these issues.

None yet

3 participants