Commit graph

10 commits

Author SHA1 Message Date
0b8210c18d Re-add tests to include array 2022-07-09 23:03:31 -05:00
804e596fa7 Fix doc generation 2022-07-09 22:09:26 -05:00
ff9714546f Remove jest types from tsconfig 2022-07-07 20:40:08 -05:00
7fe57798bb Switched from vue-cli-service to vite
Should be thoroughly tested still
Also involved removing operator overloads, which weren't good anyways
2022-06-25 22:34:18 -05:00
Isha
968079b4f0 Add example test 2022-06-23 18:02:44 +02:00
d680e468b2 Minor change for documentation generation 2022-03-11 00:48:15 -06:00
176bc409d7 Added typedoc config 2022-03-08 00:24:47 -06:00
49474b1518 Changed path aliasing 2022-03-03 21:39:48 -06: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