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
Implemented detached check to i.js for public fields.
There are test cases where we do not want to call `simplify()` for public fields given that they are detached. When we are in `processDeclaration()`, we will now check if the declaration is detached and break out of the method so we do not call `simplify`. Unit tests have been added to show public field support.
PiperOrigin-RevId: 551272612
0 commit comments