You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(test): remove constant-kind exclusion from parity test (#676) (#680)
The native engine's find_parent_of_types scope guard was fixed in #649
(added generator_function_declaration and generator_function). Both
engines now use identical scope filters for constant extraction, so the
kind != 'constant' workaround in the parity test is no longer needed.
Closes#676
0 commit comments