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): always check if tempfile exists #1041

Merged
merged 2 commits into from
Dec 26, 2024

Conversation

antongolub
Copy link
Collaborator

@antongolub antongolub commented Dec 25, 2024

What's wrong now:

  • Processing readme.md may override existing user's local readme.md.mjs
  • Markdown flow ignores --ext and applies .mjs everytime, so cjs contents fails.
  • Fetching from https ignores --ext option too: https://example.com/path/script.js.bak calls <temp>script.js.bak instead of <temp>script.js.mjs
  • Tests pass
  • Appropriate changes to README are included in PR

@antongolub antongolub requested a review from antonmedv December 25, 2024 22:37
@antongolub antongolub changed the title fix(cli): always check if tempfile exist fix(cli): always check if tempfile exists Dec 26, 2024
@antongolub antongolub merged commit 6ecbad2 into google:main Dec 26, 2024
19 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.

1 participant