Skip to content

Commit

Permalink
feat: support all runtimes
Browse files Browse the repository at this point in the history
- feat: support all popular js runtimes
  - patches for `glob`, `minipass`, and `path-scurry`
  - upstream prs (listed below)
  - test entrypoint commands
- test: add test entrypoints for each major runtime
- test: add scripts to test entrypoint with each major runtime
- chore: sync lockfiles

Related Issues
- isaacs/node-glob#580
- isaacs/path-scurry#16
- isaacs/minipass#54
- tj/commander.js#2169

Upstream PRs
- isaacs/node-glob#581
- isaacs/minipass#55
- isaacs/path-scurry#17
- tj/commander.js#2170

Signed-off-by: Sam Gammon <sam@elide.dev>
  • Loading branch information
sgammon committed Mar 31, 2024
1 parent 0464590 commit a5fb21b
Show file tree
Hide file tree
Showing 16 changed files with 685 additions and 42 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Expand Up @@ -7,4 +7,5 @@ __tests__
src/model.ts
src/entry.ts
commitlint.config.js
scripts/cjs-shim.js
packaging/
Binary file modified bun.lockb
Binary file not shown.
60 changes: 30 additions & 30 deletions dist/action.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/action.js.map

Large diffs are not rendered by default.

0 comments on commit a5fb21b

Please sign in to comment.