Is there any known way to measure coverage of... types?

This page summarizes the projects mentioned and recommended in the original post on /r/typescript

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • nominal

    Powerful nominal types for your Typescript project (by Coder-Spirit)

  • lambda-ioc

    Discontinued Super type safe dependency injection 💉 for TypeScript (inspired by Diddly)

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • sum-types

    Safe, ergonomic, non-generic sum types in TypeScript.

  • You can test types, at least in terms of asserting happy path types and whether a piece of code, runtime or purely type-level, should trigger a tsc type error. Here's an example using eslint-plugin-expect-type.

  • eslint-plugin-expect-type

    ESLint plugin with ^? Twoslash, $ExpectError, and $ExpectType type assertions. 🧩

  • You can test types, at least in terms of asserting happy path types and whether a piece of code, runtime or purely type-level, should trigger a tsc type error. Here's an example using eslint-plugin-expect-type.

  • tsd

    Check TypeScript type definitions

  • ``` import {expectType} from 'tsd';import concat from '.';expectType(concat('foo', 'bar'));expectType(concat(1, 2)); ``` https://github.com/SamVerschueren/tsd

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • A humble proposal to improve Node <-> Deno compatibility

    1 project | /r/Deno | 27 Aug 2021
  • @coderspirit/nominal - Crazily powerful nominal types on Typescript

    1 project | /r/typescript | 11 Apr 2021
  • Six Factors That Raise The Risk Of Bugs In A Codebase

    2 projects | dev.to | 4 Mar 2024
  • Death by Cloud or How to Build Brittle Systems

    1 project | dev.to | 1 Mar 2024
  • Mastering Type-Safe JSON Serialization in TypeScript

    2 projects | dev.to | 26 Feb 2024