tailwindcss icon indicating copy to clipboard operation
tailwindcss copied to clipboard

Only read from stdin when using `—input -`

Open thecrypticace opened this issue 1 year ago • 0 comments

Using process.stdin.resume() causes stdin to be consumed and buffered in Node immediately — even when using a file as input. It’d be better for our process to not read data from stdin at all in this case.

thecrypticace avatar Aug 03 '24 05:08 thecrypticace