Jesse
Jesse
DDeno
Created by Tibbs on 8/22/2024 in #help
Transpile TS to browser-safe JS with no dependencies?
In that case, you don't really need Deno at all: esbuild should provide everything required to accomplish your goal. You can use the esbuild CLI binary directly.
10 replies
DDeno
Created by Tibbs on 8/22/2024 in #help
Transpile TS to browser-safe JS with no dependencies?
This is the de facto (and currently maybe the only) strategy because a specialized resolver is needed for Deno's module graph that understands its caching system and specifier resolution
10 replies