Reference tripple-slash directives in typings pollute global environment #409
Labels
priority: low
This PR should be reviewed after all high and medium PRs.
status: in progress
This issue is being worked on.
type: chore
This PR contains changes that are not covered by other types (stylistic, dependency updates, etc).
All
/// <reference .../>
should be removed as they pollute the global environment.For reference: microsoft/TypeScript#33111
Superagent and many other packages have made the same mistake and also removed: DefinitelyTyped/DefinitelyTyped#57641
Mostly harmless in this case, but could cause conflicting Node.js typings to be referenced.
The text was updated successfully, but these errors were encountered: