-
Notifications
You must be signed in to change notification settings - Fork 13.4k
[typedef] File.lastModified missing. #20354
Copy link
Copy link
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: lib.d.tsThe issue relates to the different libraries shipped with TypeScriptThe issue relates to the different libraries shipped with TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issueHelp WantedYou can do thisYou can do this
Milestone
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: lib.d.tsThe issue relates to the different libraries shipped with TypeScriptThe issue relates to the different libraries shipped with TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issueHelp WantedYou can do thisYou can do this
The definition of a
Fileinstance is missing the.lastModifiedproperty, and only has the depreciated.lastModifiedDateproperty instead.The depreciated (but at least as widely available) property is also declared as
anyrather thanDate.