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

fix(cli): restore deno run - to handle stdin as typescript #18391

Merged
merged 1 commit into from
Mar 23, 2023

Conversation

Cre3per
Copy link
Contributor

@Cre3per Cre3per commented Mar 23, 2023

Bug reported here shortly after merging --ext changes #17172 (comment)

Also found a missing --check in integration tests for --ext that would have missed a bug if there was one.

Fixes #18392

Copy link
Member

@dsherret dsherret left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing this, @Cre3per! I'm surprised we didn't have a test for this one.

@dsherret dsherret changed the title fix(cli): deno run - handles stdin as typescript fix(cli): restore deno run - to handle stdin as typescript Mar 23, 2023
@dsherret dsherret merged commit eb25e50 into denoland:main Mar 23, 2023
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.

deno run - treats stdin as JavaScript
2 participants