gettext-parser icon indicating copy to clipboard operation
gettext-parser copied to clipboard

Migrate to streamx

Open perrin4869 opened this issue 4 years ago • 0 comments

The main motivation behind this PR is that readable-stream is difficult for bundlers to handle due to circular dependencies (see https://github.com/nodejs/readable-stream/issues/348). I believe this might be the cause behind the discussion here: https://github.com/i18next/i18next-gettext-converter/issues/105 Other than that, streamx seems to have a smaller footprint and other projects like gulp plan to migrate to streamx as well. For your consideration :) Thanks!

perrin4869 avatar Nov 13 '21 17:11 perrin4869