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
Summary
=======
Use the MIR types IDs for the names of type-info variables emitted by
the JS code generator, instead of `PType` IDs.
Details
=======
Beyond being a step towards phasing out usage of `PType` in the code
generators, in the interim, this allows for emitting type info for
`PType`s without a proper ID (e.g., types generating using the module
graph's ID generator). Such improper IDs can be negative values, which
would lead in invalid JavaScript identifiers.
0 commit comments