-
Notifications
You must be signed in to change notification settings - Fork 399
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
Add ES Module loader initial implementation #1348
Merged
Merged
Commits on Sep 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 93a386c - Browse repository at this point
Copy the full SHA 93a386cView commit details -
Add unit tests using testdouble for dependency mocking
Proxyquire doesn't work in an import setting, it only works with require
Configuration menu - View commit details
-
Copy full SHA for 9507b44 - Browse repository at this point
Copy the full SHA 9507b44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66b1dc5 - Browse repository at this point
Copy the full SHA 66b1dc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77e5e7c - Browse repository at this point
Copy the full SHA 77e5e7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 06a70f9 - Browse repository at this point
Copy the full SHA 06a70f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0b1513 - Browse repository at this point
Copy the full SHA a0b1513View commit details
Commits on Sep 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7f19bc5 - Browse repository at this point
Copy the full SHA 7f19bc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c125656 - Browse repository at this point
Copy the full SHA c125656View commit details -
Configuration menu - View commit details
-
Copy full SHA for 022bf3e - Browse repository at this point
Copy the full SHA 022bf3eView commit details -
Move eslint setting to test-only eslint config
I only added that parserOptions stanza to fix a parsing issue in my unit test file, but configuring it in the top-level eslintrc.js meant that I updated eslint to allow things that would have broken in node14. By configuring in the test-only eslint config, we limit the blast radius of this potential issue
Configuration menu - View commit details
-
Copy full SHA for 063ab42 - Browse repository at this point
Copy the full SHA 063ab42View commit details -
Optimize return value to prevent GC thrashing and fix logic issue wit…
…h debug statements
Configuration menu - View commit details
-
Copy full SHA for 5951051 - Browse repository at this point
Copy the full SHA 5951051View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba96f68 - Browse repository at this point
Copy the full SHA ba96f68View commit details
Commits on Sep 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3c260d5 - Browse repository at this point
Copy the full SHA 3c260d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9335a6f - Browse repository at this point
Copy the full SHA 9335a6fView commit details
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.