Show HN: Tsbro – TypeScript for the browser, no build step
tsbro TypeScript for the Browser. No tooling, no build step, simply works. TypeScript is still second-class citizen with regards to browser adoption, there is a proposal to fix that, but until then we have to use tooling, bundlers, build steps that are an impediment for when you want to quickly create a short demo or PoC. There are ways to run TypeScript code but it can't import other files or make use of remote packages. tsbro solves this by completely bypassing the browser's import system u