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
Implement behavior for public fields with the @nocollapse JsDoc.
CheckJsDoc will now throw `JSC_MISPLACED_ANNOTATION` on fields with a `@nocollapse` that are not static. Field assignments inside constructors with the `@nocollpase` JsDoc present will also throw `JSC_MISPLACED_ANNOTATION`. Unit tests have been added for these additions. This pass puts the team closer to enabling public fields for the compiler.
PiperOrigin-RevId: 554887149
0 commit comments