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

Remove babel from build #186

Closed slifty closed 12 months ago

slifty commented 12 months ago

This PR removes babel from the lint and build steps and replaces it with tsc / ts-lint.

Unfortunately for jest this is a bit awkward, since I couldn't really figure out how to get jest to handle both typescript AND es6 module syntax at the same time. For now I had to just modify tests to directly import js files rather than touch indexes that import ts files (which caused jest to get upset about typescript syntax in a js context)

Related to #153

slifty commented 12 months ago

Closing this in favor of #187