-
Notifications
You must be signed in to change notification settings - Fork 0
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
Convert to ESM #123
Closed
Closed
Convert to ESM #123
Commits on Apr 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bb3cf2f - Browse repository at this point
Copy the full SHA bb3cf2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7aefdb8 - Browse repository at this point
Copy the full SHA 7aefdb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bb523e - Browse repository at this point
Copy the full SHA 7bb523eView commit details
Commits on Apr 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4a6c5ed - Browse repository at this point
Copy the full SHA 4a6c5edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6480c5d - Browse repository at this point
Copy the full SHA 6480c5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac57ee2 - Browse repository at this point
Copy the full SHA ac57ee2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6af918d - Browse repository at this point
Copy the full SHA 6af918dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ffb4b1 - Browse repository at this point
Copy the full SHA 2ffb4b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 775a5a2 - Browse repository at this point
Copy the full SHA 775a5a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6f66a2 - Browse repository at this point
Copy the full SHA a6f66a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 324f87f - Browse repository at this point
Copy the full SHA 324f87fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c2c52b - Browse repository at this point
Copy the full SHA 2c2c52bView commit details -
engine: allInstalledNodeVersions test bug fix
Seems the mock-fs library does not mock fs.existsSync which caused tests to fail. Instead of using existsSync to verify nodeHome, utilize a direectory read of the parent of nodeHome and if found there and is a directory that's good enough.
Configuration menu - View commit details
-
Copy full SHA for 076d9cb - Browse repository at this point
Copy the full SHA 076d9cbView commit details -
Except that chai must stay at v4 for sinon-chai-es.
Configuration menu - View commit details
-
Copy full SHA for df4babb - Browse repository at this point
Copy the full SHA df4babbView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8f4806 - Browse repository at this point
Copy the full SHA d8f4806View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cc7079 - Browse repository at this point
Copy the full SHA 7cc7079View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e36f06 - Browse repository at this point
Copy the full SHA 1e36f06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e2f3c7 - Browse repository at this point
Copy the full SHA 9e2f3c7View commit details
Commits on Jun 22, 2024
-
remove excessive blank lines Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0281b6b - Browse repository at this point
Copy the full SHA 0281b6bView commit details -
fix typo Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for db5f265 - Browse repository at this point
Copy the full SHA db5f265View commit details -
chore: Improve error handling in engines.js
This commit improves the error handling in the `engines.js` file. Instead of throwing an error, it now logs an error message and exits the process with a non-zero status code when the `package.json` file is not found. This change ensures better user experience and provides more informative error messages. Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 98f495c - Browse repository at this point
Copy the full SHA 98f495cView commit details -
chore: Refactor engine.js for better readability
This commit refactors the `engine.js` file to improve code readability. Specifically, it updates the `allInstalledNodeVersions` method to handle cases where the `NVM_BIN` or `NVM_HOME` environment variables are not defined. use optional chaining were feasible
Configuration menu - View commit details
-
Copy full SHA for e9fb1c8 - Browse repository at this point
Copy the full SHA e9fb1c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a677b0 - Browse repository at this point
Copy the full SHA 9a677b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e14075 - Browse repository at this point
Copy the full SHA 3e14075View commit details
Commits on Jun 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e27347c - Browse repository at this point
Copy the full SHA e27347cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 885a2b1 - Browse repository at this point
Copy the full SHA 885a2b1View commit details
Commits on Jul 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8a52718 - Browse repository at this point
Copy the full SHA 8a52718View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3da9ca4 - Browse repository at this point
Copy the full SHA 3da9ca4View commit details
Commits on Jul 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3e371df - Browse repository at this point
Copy the full SHA 3e371dfView commit details
Commits on Jul 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d825bcc - Browse repository at this point
Copy the full SHA d825bccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9213d34 - Browse repository at this point
Copy the full SHA 9213d34View commit details -
Configuration menu - View commit details
-
Copy full SHA for e747cc0 - Browse repository at this point
Copy the full SHA e747cc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8eb7269 - Browse repository at this point
Copy the full SHA 8eb7269View commit details
Commits on Jul 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b2d2a8f - Browse repository at this point
Copy the full SHA b2d2a8fView commit details
Commits on Oct 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6030eea - Browse repository at this point
Copy the full SHA 6030eeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 430f7a0 - Browse repository at this point
Copy the full SHA 430f7a0View 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.