From 1012e55bdecf037faa8e878ace68258d99b5f831 Mon Sep 17 00:00:00 2001 From: Roy Ramos Date: Sun, 16 Jun 2024 10:01:10 -0600 Subject: [PATCH] Update Breaking-Changes.md (#332) docs: fixing broken URL link in section 3.9 --- Breaking-Changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Breaking-Changes.md b/Breaking-Changes.md index 0e919202..81b16942 100644 --- a/Breaking-Changes.md +++ b/Breaking-Changes.md @@ -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