Tibbs
Tibbs
DDeno
Created by Tibbs on 8/22/2024 in #help
Transpile TS to browser-safe JS with no dependencies?
The plan is to build an HTML webcomponent as a part of a monorepo but take dependencies on shared types and interfaces from the main Deno service project, but the core bits of that should all be pure TS. This helps a lot. Thanks everyone 🙂
10 replies
DDeno
Created by Tibbs on 8/22/2024 in #help
Transpile TS to browser-safe JS with no dependencies?
Ahhh I also did not know esbuild was available as a node-free binary! https://esbuild.github.io/getting-started/#download-a-build
10 replies
DDeno
Created by Tibbs on 8/22/2024 in #help
Transpile TS to browser-safe JS with no dependencies?
@Mark G and @Jesse , thanks for this! In my context, I'm not going to be using any Deno namespace APIs, just pure TS, because I understand the Deno runtime and APIs won't be available in the browser context. Same recommendation?
10 replies
DDeno
Created by Tibbs on 7/1/2024 in #help
Deno loading NPM module oracledb .node files with incorrect architecture
Thanks @marvinh. , issue submitted: https://github.com/denoland/deno/issues/24395
5 replies
DDeno
Created by Tibbs on 7/1/2024 in #help
Deno loading NPM module oracledb .node files with incorrect architecture
No description
5 replies