Code-Inspect / flowr

A program slicer and dataflow analyzer for the R programming language.
https://github.com/Code-Inspect/flowr/wiki
GNU General Public License v3.0
14 stars 2 forks source link

Various flowR dependencies stop it from being webpack-able #757

Open Ellpeck opened 2 months ago

Ellpeck commented 2 months ago

Namely things like tslog, which refernce the node runtime when used, would have to be mocked when trying to webpack something that uses flowr as a dependency.

Additionally, things like the RShell still reference a lot of default node modules that have limited compatibility with webpack.