JavaScript Tooling Not in JavaScript

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

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • awesome-js-tooling-not-in-js

    A curated list of JavaScript tooling not written in JavaScript

  • closure-compiler

    A JavaScript checker and optimizer.

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

    Static Type Checker for Python

  • Reminds me of Pyright - a static type checker for Python, written in TypeScript.

    https://github.com/microsoft/pyright

  • node

    Node.js JavaScript runtime ✨🐢🚀✨

  • Probably all tests, the `src` folder containing the core NodeJS code is at https://github.com/nodejs/node/tree/master/src. Also keep in mind it builds on top of V8, which is mostly C++: https://github.com/v8/v8.

  • V8

    The official mirror of the V8 Git repository

  • Probably all tests, the `src` folder containing the core NodeJS code is at https://github.com/nodejs/node/tree/master/src. Also keep in mind it builds on top of V8, which is mostly C++: https://github.com/v8/v8.

  • npm-groovy-lint

    Lint, format and auto-fix your Groovy / Jenkinsfile / Gradle files using command line

  • swc

    Rust-based platform for the Web

  • Slightly tangential, but I can't tell if I love or hate the logo for swc https://github.com/swc-project/swc

    Either way, I want to try this next time I'm using TypeScript.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS 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