mirror of
https://github.com/denoland/deno.git
synced 2024-11-29 16:30:56 -05:00
b78c7130e9
This also updates deno_graph, which has the JSR change to use "exports". It's not yet useful atm, so I've made this PR a fix about the deno doc --lint error message improvements. I'll do a follow-up PR that adds exports to the deno.json
5 lines
166 B
TypeScript
5 lines
166 B
TypeScript
import version1 from "jsr:@denotest/no_module_graph@0.1.0";
|
|
import version2 from "jsr:@denotest/no_module_graph@^0.2";
|
|
|
|
console.log(version1);
|
|
console.log(version2);
|