Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
iuioiua committed Feb 6, 2024
1 parent 9fb2fe7 commit fe13979
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/convert_to_jsr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ function toStdJsrSpecifier(
path: string,
): string {
return path === "mod"
? `jsr:@std/${module}@^${version}`
: `jsr:/@std/${module}@^${version}/${path}`;
? `jsr:@std/${module}@${version}`
: `jsr:@std/${module}@${version}/${path}`;
}

for await (
Expand Down

1 comment on commit fe13979

@github-actions
Copy link

Choose a reason for hiding this comment

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

No typecheck tests failure

This error was most likely caused by incorrect type stripping from the SWC crate

Please report the following failure to https://github.com/denoland/deno with a reproduction of the current commit

Failure log

Please sign in to comment.