BeyondCodeBootcamp / BeyondCodeBootcamp/jswt
bug: default tsc script silences all errors by mistake
Open
- Dominant language
- JavaScript
- Stars
- 13
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
`npx -p typescript@5.x -- tsc -p ./jsconfig.json | grep '\.js([0-9]\+,[0-9]\+): error'`
`grep` and `grep -E` don't actually recognize `\d`.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the default tsc script containing the shown command and run it against jsconfig.json with a TypeScript error. Confirm the filtering reports compiler errors instead of silencing them, and verify the default script behaves correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- shell, typescript
- Domain
- build-system, tooling
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100