mirror of
https://github.com/denoland/deno.git
synced 2024-11-23 15:16:54 -05:00
5c40b47629
Fixes #25813. I initially tried doing this in `deno_semver`, where it's a cleaner change, but that caused breakage in deno in places where we don't expect a tag (see https://github.com/denoland/deno/issues/25857). This does not fix wildcard requirements failing to choose pre-release versions. That's a little more involved and I'll do a separate PR.
3 lines
No EOL
55 B
JavaScript
3 lines
No EOL
55 B
JavaScript
export function sayHello() {
|
|
console.log("Hello")
|
|
} |