[Pkg-javascript-devel] Rollup in Debian
Pirate Praveen
praveen at onenetbeyond.org
Wed Jan 15 09:41:35 GMT 2020
On ഞാ, Jan 5, 2020 at 22:16, Pirate Praveen
<praveen at onenetbeyond.org> wrote:
> It needs acorn 6 and only webpack 4.30 is compatible with acorn 6. To
> upload webpack 4.30 to unstable we need node-webassemblyjs.
> node-webassemblyjs needs either nodejs 12 or Array.prototype.flatMap
> polyfill packaged.
>
> I think getting nodejs 12 into unstable is more productive than
> packaging the polyfill. So help with nodejs 12 transition to get
> rollup into unstable.
array.prototype.flatmap has the following dependencies,
"define-properties": "^1.1.3", "es-abstract": "^1.17.0-next.1",
"function-bind": "^1.1.1"
and es-abstract has the following dependencies,
"es-to-primitive": "^1.2.1",
"function-bind": "^1.1.1",
"has": "^1.0.3",
"has-symbols": "^1.0.1",
"is-callable": "^1.1.5",
"is-regex": "^1.0.5",
"object-inspect": "^1.7.0",
"object-keys": "^1.1.1",
"object.assign": "^4.1.0",
"string.prototype.trimleft": "^2.1.1",
"string.prototype.trimright": "^2.1.1"
So we will need to embed all of these if we don't want to wait for
nodejs 12.
More information about the Pkg-javascript-devel
mailing list