StudioReportLuauAny added to ExperimentalFlags

This commit is contained in:
Junseo Yoo 2024-07-26 10:22:34 -07:00
parent 48c0e9f625
commit bb7d5cf6c8

View File

@ -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,
};