[DAEMON-275] appcd-gulp: Add Node.js 12 babel conf
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | Medium |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2019-08-13T18:49:59.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Appc Daemon 3.0.0 |
Components | appcd-gulp |
Labels | n/a |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2019-04-30T05:15:11.000+0000 |
Updated | 2019-08-13T23:24:22.000+0000 |
Description
Node.js 12 ships with V8 that supports new JavaScript features that do not require transpilation. Among the new features are class fields.
Node 12 also has support for modules, though this may be a larger scope than simply removing ES6 module transpilation.
As of Node 12.6.0, modules are still experimental, so we will have to wait to remove module transpilation.
PR: https://github.com/appcelerator/appc-daemon/pull/390