gettext-parser
gettext-parser copied to clipboard
Migrate to streamx
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!