We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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/[email protected]/mod.ts";
package-url/purl-spec#302
The text was updated successfully, but these errors were encountered:
deno.lock example - https://github.com/denoland/fresh-blog-example/blob/main/deno.lock import_map example - https://github.com/denoland/fresh-blog-example/blob/main/import_map.json
Sorry, something went wrong.
No branches or pull requests
Deno seems to encourage golang style imports of http and jsr packages. These currently would not be reported by cdxgen.
Blocked by
package-url/purl-spec#302
The text was updated successfully, but these errors were encountered: