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
core: Parameters and return values now have explicit types instead of any. Due to TypeScript
limitations, any is still partially required in recursive type definitions.
core: Introduced _(id) to tag translations for automated extraction from source code.