Skip to content

Commit 1012e55

Browse files
authored
Update Breaking-Changes.md (#332)
docs: fixing broken URL link in section 3.9
1 parent 71a0d23 commit 1012e55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Breaking-Changes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1037,7 +1037,7 @@ You can see the specific changes in [the original pull request](https://github.c
10371037
10381038
When targeting module systems like CommonJS in ES5 and above, TypeScript will use get accessors to emulate live bindings so that changes to a variable in one module are witnessed in any exporting modules. This change is meant to make TypeScript's emit more compliant with ECMAScript modules.
10391039
1040-
For more details, see [the PR that applies this change](https://github.com/microsoft/TypeScript/pull/359670).
1040+
For more details, see [the PR that applies this change](https://github.com/microsoft/TypeScript/pull/35967).
10411041
10421042
## Exports are Hoisted and Initially Assigned
10431043

0 commit comments

Comments
 (0)