Skip to content

feat(cli): override non-js-like extensions via --ext#1105

Merged
antonmedv merged 2 commits intogoogle:mainfrom
antongolub:ext-override
Feb 22, 2025
Merged

feat(cli): override non-js-like extensions via --ext#1105
antonmedv merged 2 commits intogoogle:mainfrom
antongolub:ext-override

Conversation

@antongolub
Copy link
Collaborator

@antongolub antongolub commented Feb 22, 2025

resolves #1104

zx script.zx           # Unknown file extension "\.zx"
zx --ext=mjs script.zx # OK
  • Tests pass
  • Appropriate changes to README are included in PR

@antongolub antongolub changed the title feat: introduce --ext-override option to process non-std (non js/ts like) file extensions feat(cli): introduce --ext-override option to process non-std (non js/ts like) file extensions Feb 22, 2025
@antongolub
Copy link
Collaborator Author

fyi, @lukakostic

@antongolub antongolub changed the title feat(cli): introduce --ext-override option to process non-std (non js/ts like) file extensions feat(cli): override non-js-like extensions via --ext Feb 22, 2025
@antonmedv antonmedv merged commit be0990f into google:main Feb 22, 2025
24 checks passed
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.

2 participants