Skip to content

Commit 69cd9ba

Browse files
2 parents da3cde1 + 4a4dd3d commit 69cd9ba

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Breaking-Changes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ These changes list where implementation differs between versions as the spec and
88

99
TypeScript's built-in `.d.ts` library (`lib.d.ts` and family) is now partially generated from Web IDL files from the DOM specification. As a result some vendor-specific types have been removed.
1010

11-
<details><summary>Click here to the full list of removed types:</summary><p>
11+
<details><summary>Click here to read the full list of removed types:</summary><p>
1212

1313
* `CanvasRenderingContext2D.mozImageSmoothingEnabled`
1414
* `CanvasRenderingContext2D.msFillRule`
@@ -167,9 +167,9 @@ TypeScript's built-in `.d.ts` library (`lib.d.ts` and family) is now partially g
167167

168168
### Recommendations:
169169

170-
If your run-time guaranteed to have some of these names available at run-time (e.g. IE-only app) add the declarations locally in your project, e.g.:
170+
If your run-time guarantees that some of these names are available at run-time (e.g. for an IE-only app), add the declarations locally in your project, e.g.:
171171

172-
To Add `Element.msMatchesSelector` back, add the flowing to a local `dom.ie.d.ts`
172+
For `Element.msMatchesSelector`, add the following to a local `dom.ie.d.ts`
173173

174174
```ts
175175
interface Element {

Roadmap.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
# 3.2 (November 2018)
1515

16+
* [X] [Strict bind, call, and apply methods on functions](https://github.com/Microsoft/TypeScript/pull/27028)
1617
* [ ] [Support for `BigInt`](https://github.com/Microsoft/TypeScript/issues/15096)
1718
* [ ] [Partial type argument inference](https://github.com/Microsoft/TypeScript/pull/26349)
1819
* [ ] Refactorings to...

0 commit comments

Comments
 (0)