Kitson Kelly

Results 496 comments of Kitson Kelly

The public compiler API would need to: 1. Allow a user to register a compiler. That registration would include extensions and media types that it should compile. For security and...

> You specified separating compilers by media type, but I don't think that extension(media type) is really a reliable way to do this This is exactly how we do it...

Service Workers aren't really suitable for a public compiler API. Service Workers are a specific class of Web Workers anyways. The existing compiler is implemented as a web worker, and...

If there is a JavaScript based Clojure compiler, then that would likely be possible to accomplish with this feature.

@GeoffreyBooth thanks for the input! This is a really slow burn issue for Deno, but it would be great to align. I think a "resolve" and "load" hooks should be...

@mimbrown it is already part of Deno, as it is what is used to do module resolution, but directly as a Rust crate. We are unlikely to expose it as...

One of the big differences of Deno versus Node.js is that when using TypeScript and type checking, the TypeScript type checker (tsc) is loaded into memory. We don't unload this...

Ref: denoland/import_map#42 which is required for this.

Where would a better place to document it? https://deno.land/manual/typescript/types#deno-friendly-cdns