babel / babel-preset-env

PSA: this repo has been moved into babel/babel -->

Home Page:https://github.com/babel/babel/tree/master/packages/babel-preset-env

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

debug/warn/error info should go to console.error

wmertens opened this issue · comments

Right now debug info gets into my files when I redirect output for processing. All notices from applications that are not actual output should be done via stderr, and therefore debug should use console.error.

Yes, that's right.

Would you mind making a PR for this? All the accesses to console.log seems to be in debug.js.

Do you know if that's going to impact other stuff? Maybe some users are relying on the debug info in stdout?

This issue has been moved to babel/babel#6597.