tvkitchen / countertop

The entry point for developers who want to set up a TV Kitchen.
https://tv.kitchen
GNU Lesser General Public License v3.0
6 stars 2 forks source link

Add Payload class + types #160

Closed slifty closed 2 years ago

slifty commented 2 years ago

This PR adds the Payload class along with relevant typescript objects. It also sets up jest to be able to run against TypeScript.

I've decided that documentation for things like Payload should live as part of the tv.kitchen website. Having it also in the repository makes it hard to know where to look, and I don't want to have too many different places for documentation.

Related to #154 Related to #153

slifty commented 2 years ago

I think when upgrading jest I ... upgraded basically all of our packages. So long as tests pass I think that's OK, even if an ideal world would have that happen in a separate PR.

slifty commented 2 years ago

Update: I undid that accidental universal upgrade; I'll do that another time.