{"library":"application-typescript","type":"library","category":null,"description":"A browser-only loader that allows running TypeScript files directly from script tags with `type=\"application/typescript\"` and `src` attribute, without any build step or bundler. It transpiles TypeScript on-the-fly in the browser using esm.sh for the TypeScript compiler and rewrites import specifiers to blob URLs. Ideal for small prototypes (up to 10–15 components) and quick experiments. Not suitable for production apps due to CDN dependency, lack of tree-shaking, and SSR. Current stable version is 1.0.2. Releases are infrequent. Key differentiator: zero configuration and no build tools, relying on CDN-based compilation via esm.sh.","language":"javascript","status":"active","version":"1.0.2","tags":["javascript","typescript","browser","esm","loader","transpile","no-bundler","prototype","cdn"],"last_verified":"Thu Jun 04","install":[{"cmd":"npm install application-typescript","imports":["<script type=\"module\" src=\"https://esm.sh/application-typescript\"></script>","<script type=\"importmap\">...</script>","<script type=\"application/typescript\" src=\"./hello.ts\"></script>"]},{"cmd":"yarn add application-typescript","imports":[]},{"cmd":"pnpm add application-typescript","imports":[]}],"homepage":"https://github.com/slavahatnuke/application-typescript#readme","github":"https://github.com/slavahatnuke/application-typescript","docs":null,"changelog":null,"pypi":null,"npm":"application-typescript","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}