diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-01-24 16:35:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-24 16:35:47 +0100 |
commit | 50eaeabefb83042686e271687979c2a0c40cc7e6 (patch) | |
tree | 668423e1c33469ab448c6335793ce964a63e3026 /cli/tsc/00_typescript.js | |
parent | 62786cfebb5c9fe36d0930582951f442bdfe9441 (diff) |
feat: Change deprecation warning formatting (#22080)
Removes weird "frame like" characters and simplifies the output:
```
warning: Use of deprecated "Deno.isatty()" API. This API will be removed in Deno 2.
Stack trace:
at file:///Users/ib/dev/deno/foo.js:2:8
hint: Use `stdStream.isTerminal()` instead.
warning: Use of deprecated "Deno.isatty()" API. This API will be removed in Deno 2.
Stack trace:
at file:///Users/ib/dev/deno/foo.js:7:8
hint: Use `stdStream.isTerminal()` instead.
```
https://github.com/denoland/deno/assets/13602871/7a6e24bf-44ec-4dbf-ac96-2af1db9f2ab9
Diffstat (limited to 'cli/tsc/00_typescript.js')
0 files changed, 0 insertions, 0 deletions