TypeScript Without Transpilation

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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
  • proposal-type-annotations

    ECMAScript proposal for type syntax that is erased - Stage 1

  • JSDoc can get you pretty far, but it can be clumsy sometimes. There’s a [TC39 proposal](https://github.com/tc39/proposal-type-annotations) to allow types to live in JS code and be treated as comments (similar with Python types today)

  • ts-node

    TypeScript execution and REPL for node.js

  • I thought this was going to be a project like ts-node [1]

    [1] https://github.com/TypeStrong/ts-node

  • 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
  • TypeScript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • You can probably do this with the typescript compiler API https://github.com/microsoft/TypeScript/wiki/Using-the-Compi...

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

  • Create a headless CMS using OceanBase and TypeScript: A step-by-step tutorial

    3 projects | dev.to | 7 Dec 2023
  • Creating a serverless API using AWS Lambda and Node.js with TypeScript and Express.js

    5 projects | dev.to | 22 Mar 2023
  • Looking for a TS REPL/tinkering tool, any recommendations?

    2 projects | /r/typescript | 26 Jun 2022
  • ts-node, lendo arquivos TypeScript com Node.js

    2 projects | dev.to | 18 Apr 2022
  • Post to Reddit using its API

    4 projects | dev.to | 19 Jul 2021