<div id="geary-body" dir="auto"><div><br></div></div><div id="geary-quote" dir="auto"><br>On Sun, Oct 13, 2019 at 20:15, Pirate Praveen <praveen@onenetbeyond.org> wrote:<br><blockquote type="cite"><div id="geary-body" dir="auto"><div><span style="white-space: pre-wrap;">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.</span></div></div></blockquote><span style="white-space: pre-wrap;"><br></span><div><span style="white-space: pre-wrap;">Now trying to update to 1.10.1 (which also works).</span></div><div><span style="white-space: pre-wrap;"><br></span></div><div><span style="white-space: pre-wrap;">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.

</span></div><div><span style="white-space: pre-wrap;">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. </span></div></div>