QuickJS: Handle Typescript Sourcemap

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
  1. vscode-quickjs-debug

    QuickJS Debug Adapter for VS Code

    We can debug quickjs execution but stacktraces are relativ to JS so we need to parse our sourcemap files to get the TS line back. Those sourcemap use VLQ encoding, so let's make a VLQ parser:

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. quickjs

    Public repository of the QuickJS Javascript Engine.

    I'm currently using Bellard's QuickJS engine on a new TypeScript project.

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

  • pg_csv: Flexible CSV Processing for Postgres

    1 project | news.ycombinator.com | 1 Sep 2025
  • A Linux version of the Procmon Sysinternals tool

    3 projects | news.ycombinator.com | 31 Aug 2025
  • DocumentDB: Comparing Emulation Internals with MongoDB

    2 projects | dev.to | 1 Sep 2025
  • Rasterizer: A GPU-accelerated 2D vector graphics engine in ~4k LOC

    1 project | news.ycombinator.com | 1 Sep 2025
  • Red is a next-generation programming language strongly inspired by REBOL

    3 projects | news.ycombinator.com | 30 Aug 2025

Did you know that C is
the 6th most popular programming language
based on number of references?