Build A Watch Option for TypeScript Runtime in Rust
dev.to·20h·
Discuss: DEV
Flag this post

Andromeda is a new TypeScript runtime that uses the Nova Engine and Oxc, which is written in Rust.

Node.js has had a --watch feature since 2022, and you can find the pull request (PR) for it on GitHub. This watch mode, or hot reload, is very popular for frontend frameworks, testing frameworks, and even in Node.js itself. It automatically reruns the code whenever you change a file in the working directory, making life easier for developers today.

I had never tried Rust before sending this PR, and it was a bit reckless to ask the maintainer to assign the issue to me. Howeve…

Similar Posts

Loading similar posts...