Skip to content
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

[deno] Detect direct imports #1024

Open
prabhu opened this issue Apr 29, 2024 · 1 comment
Open

[deno] Detect direct imports #1024

prabhu opened this issue Apr 29, 2024 · 1 comment

Comments

@prabhu
Copy link
Contributor

prabhu commented Apr 29, 2024

Deno seems to encourage golang style imports of http and jsr packages. These currently would not be reported by cdxgen.

import { VERSION } from "https://deno.land/std/version.ts";
import { parse, stringify } from "jsr:@std/toml";
import { Client } from "https://deno.land/x/postgres@v0.17.0/mod.ts";

Blocked by

package-url/purl-spec#302

@prabhu
Copy link
Contributor Author

prabhu commented Apr 29, 2024

@prabhu prabhu added this to the 11.0.0 milestone May 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant