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

Support TypeScript #155

Closed slifty closed 2 years ago

slifty commented 2 years ago

This PR adds support for TypeScript to the respository.

Note that it this is simply the first step in the process of converting this repository to TypeScript. The long term goal is to be able to remove Babel (and JS) entirely.

Related to #153

codecov-commenter commented 2 years ago

Codecov Report

Merging #155 (f088191) into main (caa6f74) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #155   +/-   ##
=======================================
  Coverage   83.61%   83.61%           
=======================================
  Files          12       12           
  Lines         293      293           
  Branches       49       49           
=======================================
  Hits          245      245           
  Misses         46       46           
  Partials        2        2           
Impacted Files Coverage Δ
src/tools/utils/index.js 100.00% <ø> (ø)

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more