Documentation
¶
Overview ¶
Package tsc wraps `<pm exec> tsc --noEmit --pretty false`. The line format is stable across TS 4.x/5.x: `path.ts(LINE,COL): error TSNNNN: message`.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseTscOutput ¶
ParseTscOutput reads tsc stderr/stdout and returns one Finding per error/ warning line. Non-matching lines (progress noise, `# path` cascades) are silently skipped.
Types ¶
Click to show internal directories.
Click to hide internal directories.