folke / esbuild-runner

⚡️ Super-fast on-the-fly transpilation of modern JS, TypeScript and JSX using esbuild
https://www.npmjs.com/package/esbuild-runner
Apache License 2.0
712 stars 24 forks source link

What's the `debug` option? #92

Open Peeja opened 3 weeks ago

Peeja commented 3 weeks ago

The debug option is required in TranspileOptions, but it's not documented in the Readme. Should it be optional? What does it do?