Skip to content

feat(moduletemplate): Wrap function module template wrappers with parens #3661

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

Merged
merged 1 commit into from
Jan 2, 2017

Conversation

btmills
Copy link

@btmills btmills commented Dec 31, 2016

What kind of change does this PR introduce?
Feature

Did you add tests for your changes?
No, just updated existing expected output.

If relevant, link to documentation update:

Summary
This back-ports c7b06ad to webpack-1 based on the Twitter thread for the original PR (#3658).

Does this PR introduce a breaking change?
No

Other information
This is my first webpack PR, so please let me know if there's anything I need to fix!

@jsf-clabot
Copy link

jsf-clabot commented Dec 31, 2016

CLA assistant check
All committers have signed the CLA.

@codecov-io
Copy link

codecov-io commented Dec 31, 2016

Current coverage is 11.76% (diff: 100%)

Merging #3661 into webpack-1 will not change coverage

@@           webpack-1      #3661   diff @@
===========================================
  Files              1          1          
  Lines             34         34          
  Methods            5          5          
  Messages           0          0          
  Branches           6          6          
===========================================
  Hits               4          4          
  Misses            30         30          
  Partials           0          0          

Powered by Codecov. Last update e666686...2def8b4

@btmills
Copy link
Author

btmills commented Dec 31, 2016

I should note that npm test made changes to bin/webpack.js, which I did not include in the commit. Is that correct?

@TheLarkInn TheLarkInn requested a review from sokra December 31, 2016 18:48
@TheLarkInn
Copy link
Member

@sokra would you mind reviewing this one. Since I haven't been involved with the v1 code I just want to ensure another pair of eyes on it before merging into stable v1.

Copy link
Member

@TheLarkInn TheLarkInn left a comment

Choose a reason for hiding this comment

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

Looks good to me from what I can tell.

@sokra sokra merged commit b4ab944 into webpack:webpack-1 Jan 2, 2017
@sokra
Copy link
Member

sokra commented Jan 2, 2017

Thanks

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

Successfully merging this pull request may close these issues.

6 participants