Load Typescript into deno_core::extension!
Hello,
As we know, deno_core provide extension that makes possible to create "built-in" functions or classes. But, I want to provide a typed API, if possible via Typescript.
Currently, I use deno_core to implement function to extract / mining data in Typescript. It will be very convenient to also provide built-in types that has type.
This is how I use the extension, notice the
std:index.ts
entry. Unfortunately, it doesn't work.
How to provide at least built-in type definition?0 Replies