moleculerjs / moleculer-repl

REPL module for Moleculer framework
http://moleculer.services/docs/moleculer-repl.html
MIT License
27 stars 25 forks source link

Adds stream objectMode support and print stream to stdout #72

Closed PetrChalov closed 10 months ago

PetrChalov commented 11 months ago

This PR adds support for object streams, and the output of stream chunks to stdout.

AndreMaz commented 11 months ago

Hi @PetrChalov can you please add an example to examples dir that tests this feature?

icebob commented 11 months ago

And need tests as well.

PetrChalov commented 11 months ago

@AndreMaz @icebob tests and examples added.

AndreMaz commented 11 months ago

Thank you @PetrChalov Working nice image

@icebob after merge would be a good idea adding prettier.config.js and format the entire repo.

PetrChalov commented 10 months ago

@icebob, remarks corrected.