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

Add Support for ESM Actions #90

Merged
merged 4 commits into from
Aug 22, 2024
Merged

Add Support for ESM Actions #90

merged 4 commits into from
Aug 22, 2024

Conversation

ncalteen
Copy link
Collaborator

This PR converts local-action to ESM, as well as adds support for JavaScript/TypeScript actions written in ESM syntax.

This is accomplished by replacing proxyquire with quibble, which allows for stubbing out both CommonJS and ESM packages with less issues.

@ncalteen ncalteen self-assigned this Aug 22, 2024
@ncalteen ncalteen changed the title Refactor for ESM support Add Support for ESM Actions Aug 22, 2024
@ncalteen ncalteen merged commit 5d37e4c into main Aug 22, 2024
13 checks passed
@ncalteen ncalteen deleted the ncalteen/esm branch August 22, 2024 21:38
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