Skip to content

Browser resolve direct#1887

Open
dy wants to merge 2 commits intobrowserify:masterfrom
dy:browser-resolve-direct
Open

Browser resolve direct#1887
dy wants to merge 2 commits intobrowserify:masterfrom
dy:browser-resolve-direct

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.

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.

3 participants