aboutsummaryrefslogtreecommitdiff
path: root/static/ts/types.ts (unfollow)
Commit message (Collapse)Author
2023-09-07Document remaining javascript items.Hugo Hörnquist
2023-09-05Move JS documentation into the JS-code.Hugo Hörnquist
Texinfo was a bad match for how TypeScript is structured. This also allows generation of jsdoc pages, which can be nice. Another large win is that this opens up for the texinfo pages to replace the Guile heading with different subheadings, including - external library - internal library - C library - ...
2023-09-05Move frontend code to subdirectories, to simplify command line flags.Hugo Hörnquist
2021-12-02Add basic changelog viewHugo Hörnquist
2021-11-26Got categories working.Hugo Hörnquist
2021-11-18Minor fixes.Hugo Hörnquist
2021-11-10Re-modularize javascript.Hugo Hörnquist
This moves almost everything out of globals.ts, into sepparate files. Things are still slightly to tightly coupled. But that is worked on.
2021-11-10Basic event modification works again.Hugo Hörnquist
2021-11-01Limit exports to those used by imports.Hugo Hörnquist
This gives a clearer picture of what is dead code and what isn't.
2021-10-31Everything but lib.Hugo Hörnquist
2021-10-04Major typescript work.Hugo Hörnquist
2021-10-04{.js => .ts} on relavant files.Hugo Hörnquist
2021-02-01Look at mapping in vcal types to js types.Hugo Hörnquist
2020-12-18Start work on jcal system.Hugo Hörnquist
2020-10-02Move JS type info into own file.Hugo Hörnquist