Enhance error messages to be relative cwd
Open
- Dominant language
- Rust
- Stars
- 1.3k
- Forks
- 49
- PR merge metrics
- No merged PRs in 30d
Description
For example:
```
src/deps/jsr.io/@david/path/0.2.0/mod.ts:1195:15 - error TS2304: Cannot find name 'StreamPipeOptions'.
1195 options?: StreamPipeOptions,
~~~~~~~~~~~~~~~~~
```
This should be relative the cwd rather than the build directory.
Contributor guide
Assessment
This issue has not been assessed yet.