koding / kite.js

Kite client in JavaScript
kite.koding.com
MIT License
75 stars 16 forks source link

Switch using babel-preset-env & allow flow to type check files when annotated #77

Closed usirin closed 6 years ago

usirin commented 6 years ago

babel-preset-env is introduced as a replacement for including all required es2015 babel stuff, so for the standard es2015 functionality we can only use 1 preset. (extra stuff which is not in the spec yet still requires their own presets/plugins)