Titanium JIRA Archive
Appcelerator Daemon (DAEMON)

[DAEMON-319] appcd-core: Upgrade to latest Node.js 12 LTS release

GitHub Issuen/a
TypeStory
PriorityHigh
StatusResolved
ResolutionFixed
Resolution Date2020-04-01T06:04:16.000+0000
Affected Version/sn/a
Fix Version/sAppc Daemon 4.0.0
Componentsappcd-core
Labelscb-next
ReporterChris Barber
AssigneeChris Barber
Created2020-02-11T07:03:40.000+0000
Updated2020-04-01T06:04:16.000+0000

Description

While the daemon supports Node 10, we should update the core to Node 12 so that we can use the latest features such as workers. Node.js doesn't gain us much as far as removing Babel transpilation. We could switch over to ES modules, but we still need to transpile for dynamic imports and optional chaining. We probably cannot remove Babel until Node 14 goes LTS in late 2020.

Comments

  1. Chris Barber 2020-04-01

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

JSON Source