Focused tools
10 static jobs
Worker deadline
2,000 ms
Private JavaScript tools that never run your source
Format, minify, check syntax, explore AST nodes, inventory imports and exports, inspect scopes, rename bindings, escape strings, and measure complexity locally.
Choose a JavaScript job
Each route has a distinct formatting, parsing, static-analysis, or encoding contract.
Start with a syntax check
Confirm that standard ECMAScript parses under the intended source grammar before analyzing or transforming it.
Syntax report
Submit the example or replace it with your own input. Source is parsed but never executed.
A parse-only workspace
JavaScript text can describe arbitrary behavior. These tools inspect its syntax and bindings without invoking that behavior.
Inputs are limited to 256 KiB, outputs to 1 MiB, trees to 30,000 nodes and 256 levels, and reports to 10,000 rows.
JSX, TypeScript, Flow, and proposal-only syntax are excluded so the contract remains standard ECMAScript.