karimould / awesome-js-tooling-not-in-js

A curated list of JavaScript tooling not written in JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JS Tooling not in JS Awesome

A curated list of JavaScript tooling not written in JavaScript

Contents

Bundlers

  • esbuild, JavaScript bundler in Go

Compilers

Engines

  • Boa, an embeddable and experimental Javascript engine, written in Rust
  • Goja, an ECMAScript/JavaScript engine, written in Go
  • Hermes, JavaScript engine optimized for React Native, written in C++
  • V8, high-performance JavaScript and WebAssembly engine, written in C++

Formatters

  • dprint, Pluggable and configurable code formatting platform written in Rust. support several languages such as JavaScript/TypeScript.

Linters

  • Deno Lint
  • Flow, a static type checker for JavaScript, written in OCaml
  • quick-lint-js, written in C++
  • RSLint, a (WIP) Extremely fast JavaScript and TypeScript linter, written in Rust

Miscellaneous

If you can think of a more appropriate category for the items below, PRs welcome!

Related Articles

Contribute

Contributions welcome! Read the contribution guidelines first.

About

A curated list of JavaScript tooling not written in JavaScript