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

javascript: don't try resolving path after installation, try import() directly #115

Merged
merged 1 commit into from
Dec 20, 2023

Conversation

extremeheat
Copy link
Owner

Fixes some issues with path resolution. Where as require() doesn't get updated after an npm install, it seems ESM import() does get updated, so we don't have to resolve the path manually to require it.

@extremeheat extremeheat merged commit 0e3a091 into master Dec 20, 2023
6 checks passed
@extremeheat
Copy link
Owner Author

/makerelease 1.1.2

@import-bot import-bot mentioned this pull request Dec 20, 2023
@extremeheat extremeheat deleted the fix-js-installs branch December 25, 2023 02:47
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.

1 participant