On Sat, May 9, 2020 at 1:47 pm, Jonas Smedegaard <jo...@jones.dk> wrote:
Yes, my mistake: ESLint build-depend on (and suggest) node-babel-code-frame (not node-babel-eslint). Question remain: How is ESLint affected by the babel transition?
We cannot remove node-babel 6 from the archive until eslint remove the build dependency on node-babel-code-frame.
What action is possible to take from the side of eslint?!?
babel-code-frame is renamed to @babel/code-frame in babel 7 (included in node-babel7 package). So replace node-babel-code-frame with node-babel7 in build dependency and patch any code that has require('babel-code-fram') with require('@babel/code-frame').
-- Pkg-javascript-devel mailing list Pkg-javascript-devel@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel