Skip to content

Commit

Permalink
Update ExperimentalFlags.h (#1123)
Browse files Browse the repository at this point in the history
Add LuauUpdatedRequireByStringSemantics to experimental flags.
  • Loading branch information
menarulalam authored Dec 4, 2023
1 parent ce18007 commit 765ac75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Common/include/Luau/ExperimentalFlags.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ inline bool isFlagExperimental(const char* flag)
"LuauInstantiateInSubtyping", // requires some fixes to lua-apps code
"LuauTinyControlFlowAnalysis", // waiting for updates to packages depended by internal builtin plugins
"LuauFixIndexerSubtypingOrdering", // requires some small fixes to lua-apps code since this fixes a false negative
"LuauUpdatedRequireByStringSemantics", // requires some small fixes to fully implement some proposed changes
// makes sure we always have at least one entry
nullptr,
};
Expand Down

0 comments on commit 765ac75

Please sign in to comment.