typescript-transpiler
There are 6 repositories under typescript-transpiler topic.
wartoshika/qhun-transpiler
A command line tool to transpiles a Typescript project into supported other languages
Ehntae/AeTypeFall
A Typescript & JavaScript transpiler to Starfall & GLua
wulechuan/wulechuan-js-vue2-sfc-from-typescript-to-javascript
此为吴乐川的《Vue 2.x 单文件部件单独编译工具》。本工具处理一个 `.vue` 文件之内容全文(字符串),得到一个全新的 `.vue` 文件内容之全文(字符串)。文件内容从旧到新的转变可能包含: TypeScript 翻译成 JavaScript ; Pug 翻译成类 HTML ; Stylus 、 Sass 、 LESS 均翻译成 CSS 。
mkslanc/ftst
Fast TS transpiler removes types from a typescript file leaving readable javascript. Since generated javascript is line-by-line equivalent to the typescript source this allows to avoid using source maps while debugging.
NtFreX/MetaDataTransformer
A typescript transpiler wrapper with reflection capabilities
RinMinase/typescript-script
📜🛠 Script tag support for TypeScript. Based from basarat/typescript-script with Minified Versions