develar/ts-babel


Compile Typescript to JS

Language: TypeScript

Keywords: babel, typescript


TypeScript allows you only to set target. If you target to es6, no way to compile rest parameters to ES5. But you have to do it because Node support ES6 features step by step and some features are behind flags.

So, Babel is used to transform code.

Run ts-babel to compile. Compiler options are taken automatically from your tsconfig.json. Specify babel configuration in the package.json.

Related

Project Statistics

Sourcerank 9
Repository Size 813 KB
Stars 17
Forks 2
Watchers 2
Open issues 3
Dependencies 24
Contributors 7
Tags 0
Created
Last updated
Last pushed

Top Contributors See all

Vladimir Krivosheev Daniel Scalzi greenkeeper[bot]

Packages Referencing this Repo

ts-babel
Transform TypeScript compiler result using Babel to granular target control
Latest release 6.1.7 - Updated - 17 stars
ts-babel-preset
Preset to compile Typescript using Babel for Node.js 4.0 (with bluebird)
Latest release 0.1.0 - Published - 17 stars
babel-preset-ts-node8
Preset to compile Typescript using Babel for Node.js 8.0
Latest release 4.0.3 - Updated - 17 stars
babel-preset-ts-node4-bluebird
Preset to compile Typescript using Babel for Node.js 4.0 (with bluebird)
Latest release 0.1.1 - Updated - 17 stars
babel-preset-ts-node6-bluebird
Preset to compile Typescript using Babel for Node.js 6.0 (with bluebird)
Latest release 3.0.2 - Updated - 17 stars

Something wrong with this page? Make a suggestion

Last synced: 2024-08-02 12:35:23 UTC

Login to resync this repository