mirror of
https://github.com/luau-lang/luau.git
synced 2024-11-15 22:35:43 +08:00
StudioReportLuauAny added to ExperimentalFlags
This commit is contained in:
parent
48c0e9f625
commit
bb7d5cf6c8
@ -13,6 +13,7 @@ inline bool isFlagExperimental(const char* flag)
|
|||||||
static const char* const kList[] = {
|
static const char* const kList[] = {
|
||||||
"LuauInstantiateInSubtyping", // requires some fixes to lua-apps code
|
"LuauInstantiateInSubtyping", // requires some fixes to lua-apps code
|
||||||
"LuauFixIndexerSubtypingOrdering", // requires some small fixes to lua-apps code since this fixes a false negative
|
"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
|
// makes sure we always have at least one entry
|
||||||
nullptr,
|
nullptr,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user