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

feat: add --import-map option #31

Merged
merged 3 commits into from
Aug 26, 2024
Merged

feat: add --import-map option #31

merged 3 commits into from
Aug 26, 2024

Conversation

kt3k
Copy link
Member

@kt3k kt3k commented Aug 26, 2024

This PR adds --import-map option. You can run the command with custom import map path.

deno run -A jsr:@deno/bump-workspaces/cli --import-map ./import_map.json

@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 69.23077% with 4 lines in your changes missing coverage. Please review.

Project coverage is 80.95%. Comparing base (f21af28) to head (1df6a76).

Files Patch % Lines
mod.ts 69.23% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #31      +/-   ##
==========================================
- Coverage   81.39%   80.95%   -0.45%     
==========================================
  Files           2        2              
  Lines         559      567       +8     
  Branches       79       80       +1     
==========================================
+ Hits          455      459       +4     
- Misses        103      107       +4     
  Partials        1        1              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kt3k
Copy link
Member Author

kt3k commented Aug 26, 2024

tested in denoland/std#5824

@kt3k kt3k merged commit 17820b5 into main Aug 26, 2024
1 check passed
@kt3k kt3k deleted the import-map-option branch August 26, 2024 08:50
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.

3 participants