mirror of
https://github.com/denoland/deno.git
synced 2025-02-05 22:21:20 -05:00
![David Sherret](/assets/img/avatar_default.png)
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
4 lines
127 B
TypeScript
4 lines
127 B
TypeScript
import version, { TestClass } from "jsr:@denotest/no_module_graph@0.1.0";
|
|
|
|
console.log(version);
|
|
console.log(new TestClass());
|