-
-
Notifications
You must be signed in to change notification settings - Fork 2
🐛 Avoid using https://
imports
#18
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
Conversation
WalkthroughThe recent updates involve standardizing import paths across several TypeScript files, shifting from direct URLs to custom aliases that utilize a Changes
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Actionable comments outside the diff hunks (1)
process_test.ts (1)
Line range hint
5-12
: The test cases are correctly implemented, using appropriate assertions and handling asynchronous operations effectively.
Review Status
Configuration used: CodeRabbit UI
Files selected for processing (5)
- bin/browse.ts (2 hunks)
- hosting_service/mod_test.ts (1 hunks)
- hosting_service/services/bitbucket_org.ts (1 hunks)
- process_test.ts (1 hunks)
- util_test.ts (1 hunks)
Additional comments not posted (6)
process_test.ts (1)
1-1
: The update to use the custom module protocol "jsr:@std/assert" aligns with the PR's objectives and is correctly implemented.hosting_service/services/bitbucket_org.ts (1)
3-3
: The update to use the custom module protocol "jsr:@std/path" for importingextname
is correctly implemented and aligns with the PR's objectives.bin/browse.ts (2)
2-6
: The updates to use custom module protocols for importing modules align with the PR's objectives and are correctly implemented.
56-56
: The modification in thereadAliasesFile
function to useawait dir("config")
for obtaining the configuration directory is a good practice, enhancing maintainability.hosting_service/mod_test.ts (1)
1-2
: The updates to use custom module paths with the "jsr" protocol for importing modules are correctly implemented and align with the PR's objectives.util_test.ts (1)
1-2
: The updates to use custom module paths prefixed with "jsr:@std" for importing modules are correctly implemented and align with the PR's objectives.
Summary by CodeRabbit