mirror of
https://github.com/denoland/deno.git
synced 2024-12-14 03:23:17 -05:00
f2d94b6ef0
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
3 lines
77 B
TypeScript
3 lines
77 B
TypeScript
import { Test } from "jsr:@denotest/module_graph";
|
|
|
|
console.log(new Test());
|