framework/js/src
Alexander Skvortsov d695d96e00
Various TypeScript improvements (#2309)
- Use Mithril.Attributes as base for ComponentAttrs, remove =any from class signature for Component
- Convert Alert to TypeScript, introduce AlertAttrs interface
- Convert AlertManagerState to TypeScript, add overload signatures for `show`, introduce AlertState interface for stored Alerts.
- Set ComponentAttrs as default T for Component
- Make attrs in AlertAttrs optional
- Add AlertIdentifier interface, simplify show type signature
- Remove mithril patch shim, as all patches onto m are now deprecated
- Use Mithril.Static for shim
2020-10-02 18:49:40 -04:00
..
admin Basic Extension Dependency Support (#2188) 2020-10-02 17:54:28 -04:00
common Various TypeScript improvements (#2309) 2020-10-02 18:49:40 -04:00
forum Improve DiscussionListState refresh method (#2322) 2020-10-02 18:03:44 -04:00