-
Notifications
You must be signed in to change notification settings - Fork 91
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
fix(refactor): remove stale check for createDynamicModule #451
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mcknasty
commented
Feb 2, 2023
mcknasty
added a commit
to mcknasty/c8
that referenced
this pull request
Feb 20, 2023
…dge.js (bcoe#451) refactor: Changed logic in is-cjs-ems-bridge file for lines of code that were not reached.
mcknasty
force-pushed
the
is-cjs-ems-bridge-code-coverage
branch
from
February 20, 2023 18:28
1f359be
to
b443cdc
Compare
mcknasty
added a commit
to mcknasty/c8
that referenced
this pull request
Jul 29, 2023
refactor: Changed logic in is-cjs-ems-bridge file for lines of code that were not reached.
mcknasty
force-pushed
the
is-cjs-ems-bridge-code-coverage
branch
from
July 29, 2023 02:20
b443cdc
to
4c1e0e5
Compare
mcknasty
added a commit
to mcknasty/c8
that referenced
this pull request
Jul 29, 2023
…dge-code-coverage.js (bcoe#451) refactor: Changed logic in is-cjs-ems-bridge file for lines of code that were not reached.
mcknasty
force-pushed
the
is-cjs-ems-bridge-code-coverage
branch
from
July 29, 2023 03:06
4c1e0e5
to
d9bb553
Compare
Node 14 is now the minimum. Your comment suggests we don't need the CJS bridge any longer? |
…dge-code-coverage.js (bcoe#451) refactor: removed is-cjs-ems-bridge file and references
mcknasty
force-pushed
the
is-cjs-ems-bridge-code-coverage
branch
from
January 3, 2024 21:56
d9bb553
to
03cc9fc
Compare
Yes, I removed the cjs-esm-bridge file and it's references, and the unit tests all passed. Please review when you have a moment. |
bcoe
approved these changes
Jan 4, 2024
bcoe
changed the title
Increase Code Quality By Increasing Code Coverage: lib/is-cjs-esm-bridge.js
fix(refactor): remove stale check for createDynamicModule
Jan 4, 2024
mcknasty
added a commit
to mcknasty/c8
that referenced
this pull request
Jul 17, 2024
…dge-code-coverage.js (bcoe#451) refactor: removed is-cjs-ems-bridge file and references
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request 451
The purpose of this pull request is to increase coverage on the is-cjs-esm-bridge.js file. Below is a table of the results I was able to obtain from refactoring. One Node version 10.24.1, I was not able to get 100% coverage but since that version is in the process of being deprecated, and all other versions of node were able to obtain 100% coverage, I would like this pull request to be considered.
Following the Contributions Recommendations here.
File Code Coverage Matrix Report
*Node version 10.x is no longer supported
Unit Tests Results
Node Version Testing Matrix
*Node version 10.x is no longer supported
Referencing Issue #448
[Updated 2023-02-20 1:29PM EST - Making updates requested in conversation, updating branch and PR docs]
[Updated 2023-07-28 11:20PM EST - Rebasing Pull Request]