it's em!I
Deno2y ago
4 replies
it's em!

Importing internal modules

I would like to use https://github.com/denoland/deno/blob/main/ext/console/01_console.js in my code, but it can't be directly imported from ext: because i'm writing a normal program and not working on the deno cli itself :P Do i just have to vendor and patch it? I'd really rather not.
GitHub
A modern runtime for JavaScript and TypeScript. Contribute to denoland/deno development by creating an account on GitHub.
deno/ext/console/01_console.js at main · denoland/deno
Was this page helpful?