Babel plugin to emit decorator metadata like typescript compiler
new
-less classes for ES7/Babel, TypeScript, CoffeeScript, etc.
Transforms all internal references to a module's exports such that each reference starts with module.exports
instead of directly referencing an internal name. This enables easy mocking of specific (exported) functions in Jest with Babel/TypeScript, even
Yet another Babel preset for TypeScript, only transforms proposals which TypeScript does not support now.