denoland / denoland/deno_graph
I have a module, now what?
Open
- Dominant language
- Rust
- Stars
- 137
- Forks
- 47
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 4
Description
Ok suppose I've got `parseModule`/`createGraph` resolving modules correctly. How can I now execute the module?
```ts
const m = await denoGraph.parseModule("http://example.ts", "export default { foo: true }")
const { foo } = // ??
console.log(foo)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.