{"library":"tsbunch","type":"library","category":null,"description":"TSBunch is a specialized TypeScript bundler designed to concatenate multiple `.ts` modules into a single `.ts` file without transpiling them to JavaScript. It is currently at version 0.4.25. Its primary use case is for platforms like CodinGame that require a single-file submission for TypeScript projects but do not allow or need JavaScript transpilation. Unlike mainstream bundlers (e.g., Webpack, Rollup, esbuild), TSBunch avoids generating JavaScript, instead leveraging TypeScript's `namespace` feature for module aggregation. This makes it unique for specific build workflows where the output must remain TypeScript. It has known limitations regarding full ES module import/export syntax support and does not resolve circular dependencies, operating primarily via string matching rather than a full AST analysis.","language":"javascript","status":"active","version":"0.4.25","tags":["javascript","typescript","bundler","codingame"],"last_verified":"Wed May 27","install":[{"cmd":"npm install tsbunch","imports":["import tsbunch from 'tsbunch'; // For ESM"]},{"cmd":"yarn add tsbunch","imports":[]},{"cmd":"pnpm add tsbunch","imports":[]}],"homepage":"https://www.zweisolutions.com/","github":"https://github.com/Zweihander-Main/TSBunch","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/tsbunch","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/tsbunch/compatibility"}}