mirror of
https://github.com/luau-lang/luau.git
synced 2025-01-19 17:28:06 +00:00
StudioReportLuauAny added to ExperimentalFlags
This commit is contained in:
parent
48c0e9f625
commit
bb7d5cf6c8
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue