2 posts tagged with "TypeScript"
View All TagsAdd breakpoints and run an interactive debugger for Python and TypeScript.
New features
- Add breakpoints to Python and TypeScript scripts
- Run an interactive debugger session
- Step through code execution

Windmill provides a true NodeJS compatibility mode using Bun. This means that you can run your existing NodeJS code without any modifications. Only comment //nodejs on the first line of your Bun script.
New features
- Node.js support without any code modification.