EcmaScript 7 Libraries
Requirements
Babel compiler:
- Full ES6 Support
- Flow syntax support
- ES7 Decorators
- ES7 Generators (yield)
- ES7 Asynchronous functions (Promise + async\await)
- ES7 Trailing commas in function syntax
- ES7 Object rest and spread properties
- ES7 Class properties
ES6 imports support
- Sets up
src/*
asimport * from "/*"