On Sun, Oct 13, 2019 at 19:13, Xavier <[email protected]> wrote:
Thanks a lot for your work !


You are welcome :)
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.

After updating node-rollup-pluginutils, I get

../../../../../../../usr/share/nodejs/rollup-pluginutils/src/createFilter.ts:1:16 - error TS2307: Cannot find module 'micromatch'.

1 import mm from 'micromatch';
                ~~~~~~~~~~~~

../../../../../../../usr/share/nodejs/rollup-pluginutils/src/extractAssignedNames.ts:1:22 - error TS2307: Cannot find module 'estree-walker'.

1 import { Node } from 'estree-walker';
                      ~~~~~~~~~~~~~~~

I think we'll need to include the type definitions in these two packages (or add them to node-typescript-types). I will try this now.

Reply via email to