jaredpalmer / tsdx

Zero-config CLI for TypeScript package development
https://tsdx.io
MIT License
11.24k stars 508 forks source link

No visible console logs during watch #930

Closed samrith-s closed 3 years ago

samrith-s commented 3 years ago

Current Behavior

I have the following code: image

But when in watch mode, I do not get an console logs: image

Expected behavior

It should print console log statements in code on the terminal.

Your environment

  System:
    OS: macOS 10.15.6
    CPU: (12) x64 Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz
    Memory: 7.94 GB / 32.00 GB
    Shell: 5.7.1 - /bin/zsh
  Binaries:
    Node: 14.6.0 - ~/.nvm/versions/node/v14.6.0/bin/node
    Yarn: 1.22.10 - ~/.nvm/versions/node/v14.6.0/bin/yarn
    npm: 6.14.6 - ~/.nvm/versions/node/v14.6.0/bin/npm
  Browsers:
    Chrome Canary: 88.0.4319.0
    Safari: 13.1.2
  npmPackages:
    tsdx: 0.14.1 => 0.14.1
    typescript: 4.0.5 => 4.0.5
agilgur5 commented 3 years ago

Duplicate of #478