Skip to content

Commit

Permalink
Update Breaking-Changes.md (#332)
Browse files Browse the repository at this point in the history
docs: fixing broken URL link in section 3.9
  • Loading branch information
yor-so committed Jun 16, 2024
1 parent 71a0d23 commit 1012e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Breaking-Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -1037,7 +1037,7 @@ You can see the specific changes in [the original pull request](https://github.c
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.
For more details, see [the PR that applies this change](https://github.com/microsoft/TypeScript/pull/359670).
For more details, see [the PR that applies this change](https://github.com/microsoft/TypeScript/pull/35967).
## Exports are Hoisted and Initially Assigned
Expand Down

0 comments on commit 1012e55

Please sign in to comment.