TypeScript Without Transpilation

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

Nutrient - The #1 PDF SDK Library
Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.
nutrient.io
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. 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)

  2. Nutrient

    Nutrient - The #1 PDF SDK Library. Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.

    Nutrient logo
  3. 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

  4. 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

  • Get Started with TypeScript

    2 projects | dev.to | 27 Sep 2024
  • 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

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?