We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b889625 commit 6dccb2cCopy full SHA for 6dccb2c
1 file changed
main.go
@@ -276,6 +276,7 @@ func (s *StringArray) String() string {
276
}
277
278
func parseTSProject(ctx context.Context, repoPath string, opts lang.ParseOptions, outputFlag *string) error {
279
+ return fmt.Errorf("skipped parseTSProject for test")
280
if outputFlag == nil {
281
return fmt.Errorf("output path is required")
282
0 commit comments