From bb7d5cf6c80b17fde097deaa926fd40426ed5801 Mon Sep 17 00:00:00 2001 From: Junseo Yoo Date: Fri, 26 Jul 2024 10:22:34 -0700 Subject: [PATCH] StudioReportLuauAny added to ExperimentalFlags --- Common/include/Luau/ExperimentalFlags.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Common/include/Luau/ExperimentalFlags.h b/Common/include/Luau/ExperimentalFlags.h index 6680cf62..f83de70b 100644 --- a/Common/include/Luau/ExperimentalFlags.h +++ b/Common/include/Luau/ExperimentalFlags.h @@ -13,6 +13,7 @@ inline bool isFlagExperimental(const char* flag) static const char* const kList[] = { "LuauInstantiateInSubtyping", // requires some fixes to lua-apps code "LuauFixIndexerSubtypingOrdering", // requires some small fixes to lua-apps code since this fixes a false negative + "StudioReportLuauAny", // takes telemetry data for usage of any types // makes sure we always have at least one entry nullptr, };