-
Notifications
You must be signed in to change notification settings - Fork 401
Closed
Labels
priority: lowThis PR should be reviewed after all high and medium PRs.This PR should be reviewed after all high and medium PRs.status: in progressThis issue is being worked on.This issue is being worked on.type: choreThis PR contains changes that are not covered by other types (stylistic, dependency updates, etc).This PR contains changes that are not covered by other types (stylistic, dependency updates, etc).
Description
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.
Metadata
Metadata
Assignees
Labels
priority: lowThis PR should be reviewed after all high and medium PRs.This PR should be reviewed after all high and medium PRs.status: in progressThis issue is being worked on.This issue is being worked on.type: choreThis PR contains changes that are not covered by other types (stylistic, dependency updates, etc).This PR contains changes that are not covered by other types (stylistic, dependency updates, etc).