@@ -159,7 +159,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0).
159159
160160### 🚜 Refactor
161161
162- - 5a46641 ecmascript: Move ` get_constant_value_for_reference_id ` to ` GlobalContext ` trait (#11810 ) (Boshen)
162+ - 5a46641 ecmascript: Move ` get_constant_value_for_reference_id ` to ` IsGlobalReference ` trait (#11810 ) (Boshen)
163163- d5a8f18 minifier: Make ` Ctx ` take ` &mut TraverseCtx ` (#11771 ) (Boshen)
164164
165165
@@ -525,10 +525,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
525525
526526- 8bd6eef ecmascript: Merge constant evaluation logics (#9120 ) (sapphi-red)
527527- b164072 ecmascript: Extract to_numeric (#9111 ) (sapphi-red)
528- - 8f79012 ecmascript: Pass GlobalContext to DetermineValueType instead of extending it (#9107 ) (sapphi-red)
528+ - 8f79012 ecmascript: Pass IsGlobalReference to DetermineValueType instead of extending it (#9107 ) (sapphi-red)
529529- db1744c ecmascript: Remove "constant_evaluation" / "side_effects" features (#9114 ) (sapphi-red)
530- - d670ec7 ecmascript: Pass GlobalContext to MayHaveSideEffects instead of extending it (#9101 ) (sapphi-red)
531- - f4e2d4e ecmascript: Allow GlobalContext to return None (#9100 ) (sapphi-red)
530+ - d670ec7 ecmascript: Pass IsGlobalReference to MayHaveSideEffects instead of extending it (#9101 ) (sapphi-red)
531+ - f4e2d4e ecmascript: Allow IsGlobalReference to return None (#9100 ) (sapphi-red)
532532- 29be94d minifier: Inline more minification methods (#9088 ) (Boshen)
533533- 80f719e minifier: Clean up minimize_statements.rs (#9076 ) (Boshen)
534534- d5edde0 minifier: Minimize ` if (!foo) foo = bar; ` -> ` foo ||= bar ` in the same AST pass (#9075 ) (Boshen)
@@ -1259,7 +1259,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
12591259
12601260### Refactor
12611261
1262- - 067f9b5 semantic: Introduce ` GlobalContext ` trait (#5672 ) (Boshen)
1262+ - 067f9b5 semantic: Introduce ` IsGlobalReference ` trait (#5672 ) (Boshen)
12631263
12641264## [ 0.27.0] - 2024-09-06
12651265
0 commit comments