I’m migrating a Nativescript project from version 6.8 to 8.1. This involves converting modules from CommonJS to ES6, which is mostly just converting function exports, so that exports.foo = function(args)…Read morejavascript – CommonJS to ES6 migration exports. to export