-
Notifications
You must be signed in to change notification settings - Fork 13k
Closed
Labels
FixedA PR has been merged for this issueA PR has been merged for this issueNeeds ProposalThis issue needs a plan that clarifies the finer details of how it could be implemented.This issue needs a plan that clarifies the finer details of how it could be implemented.SuggestionAn idea for TypeScriptAn idea for TypeScript
Description
Ported from : https://typescript.codeplex.com/workitem/1085
Some core ambient var
s already do this when the only interface is the static one e.g. JSON
: https://github.com/Microsoft/TypeScript/blob/master/src/lib/core.d.ts#L916-L959
Would be nice to do the name for others like String
, Date
perhaps calling them StringStatic
and DateStatic
. It is need for definitions for quite a few JavaScript libraries.
Metadata
Metadata
Assignees
Labels
FixedA PR has been merged for this issueA PR has been merged for this issueNeeds ProposalThis issue needs a plan that clarifies the finer details of how it could be implemented.This issue needs a plan that clarifies the finer details of how it could be implemented.SuggestionAn idea for TypeScriptAn idea for TypeScript