mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-04 10:50:54 +01:00
revert differ.h change
This commit is contained in:
parent
837bba31e4
commit
268e0b2ab7
1 changed files with 2 additions and 2 deletions
|
@ -158,8 +158,8 @@ struct DifferEnvironment
|
||||||
{
|
{
|
||||||
TypeId rootLeft;
|
TypeId rootLeft;
|
||||||
TypeId rootRight;
|
TypeId rootRight;
|
||||||
std::optional<std::string> externalSymbolLeft = std::nullopt;
|
std::optional<std::string> externalSymbolLeft;
|
||||||
std::optional<std::string> externalSymbolRight = std::nullopt;
|
std::optional<std::string> externalSymbolRight;
|
||||||
DenseHashMap<TypeId, TypeId> genericMatchedPairs;
|
DenseHashMap<TypeId, TypeId> genericMatchedPairs;
|
||||||
DenseHashMap<TypePackId, TypePackId> genericTpMatchedPairs;
|
DenseHashMap<TypePackId, TypePackId> genericTpMatchedPairs;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue