TypeScript Parser

Open-source TypeScript projects categorized as Parser

Top 23 TypeScript Parser Projects

  1. cheerio

    The fast, flexible, and elegant library for parsing and manipulating HTML and XML.

    Project mention: How I Built drift-guard: A CLI to Stop AI Agents from Destroying Your Design | dev.to | 2026-03-12

    drift-guard uses css-tree for CSS parsing and cheerio for HTML. It walks the AST and extracts every design-relevant declaration into categorized tokens.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. PostCSS

    Transforming styles with JS plugins

    Project mention: The tech stack behind InkRows | dev.to | 2026-01-06

    Tailwind CSS keeps styling consistent and fast. The utility-first approach means I don't waste time naming classes or managing CSS organization. With the Vite integration and PostCSS transformations, the build stays lean.

  4. esprima

    ECMAScript parsing infrastructure for multipurpose analysis

    Project mention: Fastest Front End Tooling for Humans and AI | news.ycombinator.com | 2026-02-18

    Hasn't that already been tried (10+ years ago) with projects like https://github.com/jquery/esprima ? Which have since seen usage dramatically reduced for performance reasons.

  5. tsdoc

    A doc comment standard for TypeScript

    Project mention: API extractor usage in tldraw codebase. | dev.to | 2025-09-25

    Online documentation: You have faithfully annotated each TypeScript member with nice TSDoc descriptions. Now that your library has shipped, it’s time to set up a nicely formatted API reference. What tool to use?

  6. htmlparser2

    The fast & forgiving HTML and XML parser

  7. bhai-lang

    A toy programming language written in Typescript

    Project mention: Show HN: Building a Programming Language for Myself | news.ycombinator.com | 2026-05-19

    From the article: https://bhailang.js.org/ seems interesting, its something that I am able to understand the insider joke of as it is built upon the hindi language which is my native language.

    This post is posted by the author so I have a few questions, I do think this is cool but I would really like something like this but perhaps firstly kotlin/java transpiler or golang/C or maybe even rust transpiler, this currently seems to be an interpreted language.

    It could also be really interesting to see a language transpile to julia and then use a language like this but for gpu programming as Julia can natively compile to GPU's.

    Perhaps I might have misread but how does it really end up running, does it run in javascript/typescript? I would really love something like teak but for minimalist android app creations fwiw if that interests the author.

  8. parse5

    HTML parsing/serialization toolset for Node.js. WHATWG HTML Living Standard (aka HTML5)-compliant.

  9. diff2html

    Pretty diff to html javascript library (diff2html)

    Project mention: Diff Algorithms | news.ycombinator.com | 2025-09-30
  10. ts-sql

    A SQL database implemented purely in TypeScript type annotations.

  11. croner

    Trigger functions or evaluate cron expressions in JavaScript or TypeScript. No dependencies. Most features. Node. Deno. Bun. Browser.

    Project mention: Closing the automation gap in Claude Code | dev.to | 2026-04-07

    Scheduling semantics are deterministic. Cron expressions behave exactly as they do everywhere else — no abstraction layer adds jitter, batching, or "approximate" windows. The plugin validates cron expressions at registration time using croner and converts them to human-readable descriptions with cronstrue so you can confirm what you've configured.

  12. vue-styleguidist

    Created from react styleguidist for Vue Components with a living style guide

  13. html-react-parser

    📝 HTML to React parser.

  14. HypeScript

    🐬 A simplified implementation of TypeScript's type system written in TypeScript's type system

  15. core

    A modern PDF library for TypeScript. Parse, modify, and generate PDFs with a clean, intuitive API. (by LibPDF-js)

    Project mention: Show HN: LibPDF – The PDF library for TypeScript that I needed | news.ycombinator.com | 2026-01-29
  16. markdown-exit

    Fast, customizable Markdown parser and renderer with full CommonMark support. TypeScript rewrite of markdown-it with enhancements.

    Project mention: Show HN: Markdown-exit – a TypeScript rewrite of Markdown-it with enhancements | news.ycombinator.com | 2025-11-01
  17. ngx-markdown

    Angular markdown component/directive/pipe/service to parse static, dynamic or remote content to HTML with syntax highlight and more...

  18. json-schema-ref-parser

    Parse, Resolve, and Dereference JSON Schema $ref pointers in Node and browsers

  19. typed-query-selector

    Better typed `querySelector` and `querySelectorAll`.

  20. liqe

    Lightweight and performant Lucene-like parser, serializer and search engine.

  21. arcsecond

    ✨Zero Dependency Parser Combinator Library for JS Based on Haskell's Parsec

  22. vscode-blockman

    VSCode extension to highlight nested code blocks

  23. HLTV

    The unofficial HLTV Node.js API

  24. antlr4-c3

    A grammar agnostic code completion engine for antlr-ng and ANTLR4 based parsers

    Project mention: Antlr-Ng Parser Generator | news.ycombinator.com | 2025-09-13

    I'm a fan of antlr-ng. It's a solid upgrade if you're already using antlr. In my experience, they're fully compatible. antlr's ALL(*) parsing is relatively powerful for a parser generator, but it lacks support for incremental parsing. antlr-ng might improve things enough to be usable interactively in smaller settings, even if you need to reparse the document each time. It also comes with useful extensions like https://github.com/mike-lischke/antlr4-c3, which generates syntactic and semantic completions directly from the grammar.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

TypeScript Parser discussion

Log in or Post with

TypeScript Parser related posts

  • Show HN: Building a Programming Language for Myself

    1 project | news.ycombinator.com | 19 May 2026
  • How I Built drift-guard: A CLI to Stop AI Agents from Destroying Your Design

    3 projects | dev.to | 12 Mar 2026
  • Hello Worg, the Org-Mode Community

    7 projects | news.ycombinator.com | 22 Feb 2026
  • Elo – A data expression language which compiles to JavaScript, Ruby, and SQL

    4 projects | news.ycombinator.com | 11 Jan 2026
  • Git Adventures && TOML Config

    3 projects | dev.to | 3 Oct 2025
  • Antlr-Ng Parser Generator

    3 projects | news.ycombinator.com | 13 Sep 2025
  • A parser for TypeScript types, written in TypeScript types

    5 projects | news.ycombinator.com | 3 Aug 2025
  • A note from our sponsor - SaaSHub
    www.saashub.com | 7 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Parser projects in TypeScript? This list will help you:

# Project Stars
1 cheerio 30,358
2 PostCSS 28,958
3 esprima 7,132
4 tsdoc 4,953
5 htmlparser2 4,765
6 bhai-lang 4,108
7 parse5 3,899
8 diff2html 3,379
9 ts-sql 3,287
10 croner 2,558
11 vue-styleguidist 2,498
12 html-react-parser 2,418
13 HypeScript 1,969
14 core 1,725
15 markdown-exit 1,350
16 ngx-markdown 1,188
17 json-schema-ref-parser 1,107
18 typed-query-selector 781
19 liqe 674
20 arcsecond 576
21 vscode-blockman 500
22 HLTV 485
23 antlr4-c3 470

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

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