💻
💻 Technology

Meow: new all-in-one JavaScript runtime packs runtime, bundler and linter into 82 MB

Meow is a new JavaScript runtime that bundles a Node-compatible runtime, package manager, formatter, test runner, linter, type checker and bundler into a single 82 MB binary. It uses the V8 engine for stability and achieves Node.js drop-in compatibility via the deno_node library. Its key innovation is parsing the codebase once into an Oxc AST in memory, feeding all tools from that single graph and eliminating redundant work.

Comments

No comments yet