# typescript-compile **Repository Path**: jimdoc/typescript-compile ## Basic Information - **Project Name**: typescript-compile - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: gh-pages - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-23 - **Last Updated**: 2024-11-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README TypeScript Compile ================== [TypeScript](http://www.typescriptlang.org) is a brand new language which compiles on JavaScript. However, this operation has to be performed manually, using the command-line compiler `tsc` or other tools. But now it has drastically improved, thanks to TypeScript Compile! TypeScript Compile automatically transforms your TypeScript code into JavaScript on the fly! Just write your TS code between: or include your TS file: and add these two JS files **at the end of the HTML body**: That's it! TypeScript will be compiled to JavaScript and immediately run, by appending the compiled script to the HTML body. You can see any compilation errors in the web console. If you wish to perform a complex compilation with type checking, use the **typescript.compile.dev.js** file instead. Demo ---- [Here is a live demo](http://niutech.github.io/typescript-compile/demo/demo.html) Download -------- [TypeScript 0.8](https://raw.github.com/niutech/typescript-compile/gh-pages/js/typescript.min.js) (minified JS) [TypeScript Compile 0.3](https://raw.github.com/niutech/typescript-compile/gh-pages/js/typescript.compile.min.js) (minified JS) [TypeScript Compile 0.3](https://raw.github.com/niutech/typescript-compile/gh-pages/js/typescript.compile.dev.js) (development JS) Authors & License ---------------- TypeScript is developed by Microsoft Corp. under Apache 2.0 License. TypeScript Compile is developed by Jerzy Głowacki under Apache 2.0 License.