[Pkg-javascript-devel] Bug#942200: Bug#942200: rollup 1.0 transition: node-d3 built with rollup 1.0 gives error in test
Pirate Praveen
praveen at onenetbeyond.org
Sun Oct 13 16:02:20 BST 2019
On Sun, Oct 13, 2019 at 20:15, Pirate Praveen
<praveen at onenetbeyond.org> wrote:
> This seems like a bug in rollup 1.0.2. Using with rollup 1.0.2 in
> package.json, npm i; npm run test also fails. Works fine with rollup
> 1.8.
Now trying to update to 1.10.1 (which also works).
Found debian/nodejs/./build
cd ./. && sh -e debian/nodejs/./build
src/Module.ts:5:34 - error TS2307: Cannot find module
'rollup-pluginutils/src/extractAssignedNames'.
5 import extractAssignedNames from
'rollup-pluginutils/src/extractAssignedNames';
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/watch/index.ts:4:26 - error TS2307: Cannot find module
'rollup-pluginutils/src/createFilter'.
4 import createFilter from 'rollup-pluginutils/src/createFilter';
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Found 4 errors.
We'll need to update node-rollup-pluginutils to 2.6 and drop src_babel
generation as tsc can consume ES module directly. I'm going to try this
tomorrow.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-javascript-devel/attachments/20191013/11f21fef/attachment.html>
More information about the Pkg-javascript-devel
mailing list