Skip to content

fix: migrate Deno standard library imports to JSR #455

Description

@luojiyin1987

Problem

The project mixes deno.land/std URLs with JSR imports.
Deno 2 lint rejects inline dependency URLs.

Proposed change

Move standard library imports to JSR.
Declare dependency aliases in deno.json.
Replace any values in render_svg.ts.
Format vercel.json.

Validation

  • deno fmt --check
  • deno lint
  • deno test --allow-env

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions