We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6493770 commit 01a6a6eCopy full SHA for 01a6a6e
packages/repl/src/lib/workers/bundler/index.ts
@@ -298,7 +298,7 @@ async function get_bundle(
298
imports.add(pkg_name);
299
}
300
301
- const fetch_package_info = async (pkg_url) => {
+ const fetch_package_info = async (pkg_url: string) => {
302
try {
303
pkg_url = await follow_redirects(pkg_url, uid);
304
0 commit comments