Commit graph

9 commits

Author SHA1 Message Date
2e0e221010 Made modifier typing a lot less nasty 2024-02-21 01:25:52 +00:00
6ad08c4052 Fix camelCase props not working on links 2023-05-21 17:27:29 -05:00
5bea1bf9b4 Fix isFunction typing 2022-11-07 22:06:16 -06:00
e8ba3f1f88 Add utility type for the values within a readonly array 2022-08-22 08:52:02 -05:00
6411ee4e34 Replace isPlainObject 2022-06-23 11:31:10 -05:00
8f7160c725 Add comments for modifiers 2022-05-01 19:23:43 -05:00
665ddff196 Replaced the two Direction enums with a single one 2022-04-30 23:54:14 -05:00
6f781b33fa New layer API WIP 2022-01-13 22:25:47 -06:00
0afcd1cd3d First pass at typescript support
Oh man did this end up requiring a *ton* of other work as well.
There's still a few typing issues I still can't quite work out,
and others I'd like to improve when I have time. In fact, this version
doesn't even really work, it has a stack overflow error caused by
a tooltip for some reason have a tree inside it, which in turn has
another tooltip, etc. There's also 17 errors that I *really* feel like
shouldn't be there, but they are, and 113 warnings - mostly using !
to assert that things are non-null. Lots of work left to do, to sum up.

The reason I'm committing this now is because I really need to get to
work on my game jam, and since it won't use a tree or really many of
TMT-X's features, I can get away with using a broken engine :)
2021-08-16 23:30:54 -05:00