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
{{ message }}
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
Assigning the enum object directly to exports in the JS fixes, and generates
declarenamespaceಠ_ಠ.clutz.hr.util{/** * Representation of a tri-state boolean. */enumTriState{FALSE='FALSE',TRUE='TRUE',UNKNOWN='UNKNOWN',}}declare module 'goog:hr.util.TriState'{importTriState=ಠ_ಠ.clutz.hr.util.TriState;exportdefaultTriState;}
The text was updated successfully, but these errors were encountered:
JS:
Clutz generates:
This does not work at all.
Assigning the enum object directly to
exports
in the JS fixes, and generatesThe text was updated successfully, but these errors were encountered: