Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 675f961

Browse files
authored
Merge pull request #452 from Microsoft/addBreakingChangeLink
Add breaking change link to release-notes
2 parents 59acaeb + d1e54a5 commit 675f961

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pages/release notes/TypeScript 2.1.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,8 @@ var Derived = (function (_super) {
452452
}(Base));
453453
```
454454

455+
> This change entails a break in the behavior of extending built-in classes like `Error`, `Array`, `Map`, etc.. Please see the [extending built-ins breaking change documnetation](https://github.com/Microsoft/TypeScript-wiki/blob/master/Breaking-Changes.md#extending-built-ins-like-error-array-and-map-may-no-longer-work) for more details.
456+
455457
# Configuration inheritance
456458

457459
Often a project has multiple output targets, e.g. `ES5` and `ES2015`, debug and production or `CommonJS` and `System`;

0 commit comments

Comments
 (0)