Microsoft/TypeScript

Give an error indicating that the triple slash has syntax error

Open

#5,062 opened on Oct 1, 2015

View on GitHub
 (2 comments) (0 reactions) (0 assignees)TypeScript (6,726 forks)batch import
Help WantedSuggestion

Repository metrics

Stars
 (48,455 stars)
PR merge metrics
 (Avg merge 6d 17h) (9 merged PRs in 30d)

Description

I think it will be very nice to give a syntax error when there is a syntax error in triple slash

For example

/// <reference patj="file1.ts"/> => a syntax error that triple slash syntax

Contributor guide