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
In our factories, every Identifier has an unconditional assignment to originalKeywordKind. This feels wasteful, but it's at the expense of reducing polymorphism. As an experiment, we should see
Whether we can conditionally set it at no cost, or
Whether we can just remove it entirely, computing the necessary information on the fly.