Skip to content

fix: improve require es module #61

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
Feb 23, 2017
Merged

fix: improve require es module #61

merged 1 commit into from
Feb 23, 2017

Conversation

popomore
Copy link
Member

@popomore popomore commented Feb 23, 2017

Checklist
  • npm test passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)
Description of change

Compile such as babel, typescript will compile es module always
containing __esModule, we should do right things.

Typescript 2.2 fix this bug in
microsoft/TypeScript#13871

@mention-bot
Copy link

@popomore, thanks for your PR! By analyzing the history of the files in this pull request, we identified @gxcsoccer, @dead-horse and @ngot to be potential reviewers.

Compile such as babel, typescript will compile es module always
containing `__esModule`, we should do right things.

Typescript 2.2 fix this bug in
microsoft/TypeScript#13871
@popomore popomore force-pushed the fix-require-es-module branch from d87c7d3 to be063b2 Compare February 23, 2017 10:53
@codecov
Copy link

codecov bot commented Feb 23, 2017

Codecov Report

Merging #61 into master will not change coverage.
The diff coverage is 100%.

@@          Coverage Diff          @@
##           master    #61   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          17     17           
  Lines         797    792    -5     
=====================================
- Hits          797    792    -5
Impacted Files Coverage Δ
lib/utils/index.js 100% <100%> (ø)
lib/loader/mixin/extend.js 100% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 29051c9...be063b2. Read the comment docs.

@fengmk2 fengmk2 merged commit 832aacc into master Feb 23, 2017
@fengmk2 fengmk2 deleted the fix-require-es-module branch February 23, 2017 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants