From a807bec0e2c167de56a5b3f126394d00dcbbe8a7 Mon Sep 17 00:00:00 2001 From: Mike Vitousek Date: Fri, 26 Jul 2024 15:52:14 -0700 Subject: [PATCH] Update base for Update on "[compiler] Make compiler aware of whether a local binding is constlike or not" Summary: Minor change which supports the changeDetection work later on. We can know whether an individual local binding is const or constlike. [ghstack-poisoned]