Titanium JIRA Archive
Appcelerator Daemon (DAEMON)

[DAEMON-275] appcd-gulp: Add Node.js 12 babel conf

GitHub Issuen/a
TypeImprovement
PriorityMedium
StatusResolved
ResolutionFixed
Resolution Date2019-08-13T18:49:59.000+0000
Affected Version/sn/a
Fix Version/sAppc Daemon 3.0.0
Componentsappcd-gulp
Labelsn/a
ReporterChris Barber
AssigneeChris Barber
Created2019-04-30T05:15:11.000+0000
Updated2019-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.

Comments

  1. Chris Barber 2019-07-08

    As of Node 12.6.0, modules are still experimental, so we will have to wait to remove module transpilation.
  2. Chris Barber 2019-08-09

    PR: https://github.com/appcelerator/appc-daemon/pull/390

JSON Source