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

address PR feedback #9

Merged
merged 5 commits into from
May 3, 2023
Merged

address PR feedback #9

merged 5 commits into from
May 3, 2023

Conversation

pkanal
Copy link

@pkanal pkanal commented May 3, 2023

Which problem is this PR solving?

Addresses comments about using * imports and inlining wrapEsm / unwrapEsm functions.

Short description of the changes

  • Avoided using the import * as X pattern since it is not ESM friendly
  • Inlined the private _wrapEsm & _unwrapEsm functions

@pkanal pkanal marked this pull request as ready for review May 3, 2023 19:33
@pkanal pkanal self-assigned this May 3, 2023
@pkanal pkanal requested a review from a team May 3, 2023 19:34
@codecov-commenter
Copy link

codecov-commenter commented May 3, 2023

Codecov Report

❗ No coverage uploaded for pull request base (esm-support@ddc8dc5). Click here to learn what that means.
The diff coverage is n/a.

❗ Current head bf42322 differs from pull request most recent head 27bf2dd. Consider uploading reports for the commit 27bf2dd to get more accurate results

@@              Coverage Diff               @@
##             esm-support       #9   +/-   ##
==============================================
  Coverage               ?   92.34%           
==============================================
  Files                  ?       92           
  Lines                  ?     2220           
  Branches               ?      437           
==============================================
  Hits                   ?     2050           
  Misses                 ?      170           
  Partials               ?        0           

Copy link

@JamieDanielson JamieDanielson left a comment

Choose a reason for hiding this comment

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

Aha, yes! This looks great.

@JamieDanielson JamieDanielson merged commit 42eb5ba into esm-support May 3, 2023
@JamieDanielson JamieDanielson deleted the purvi/pr-feedback branch May 3, 2023 22:54
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.

3 participants