Skip to content

Commit

Permalink
Fix date typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey committed May 5, 2023
1 parent 2bc3186 commit d410af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API-Breaking-Changes.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# TypeScript 5.1

- The TypeScript package now targets ES2020 and requires Node 14.17 or newer. Note that Node 14 is EOL at the end of April 2013.
- The TypeScript package now targets ES2020 and requires Node 14.17 or newer. Note that Node 14 is EOL at the end of April 2023.
- `Occurrences` is request handling on `tsserver` and `LanguageService .getOccurrencesAtPosition` are removed now that they have been deprecated for a long time. Use `documentHighlights` request on `tsserver` and `LanguageService.getDocumentHighlights` instead.


Expand Down

0 comments on commit d410af8

Please sign in to comment.