Open
Description
Summary
Adding a nim configuration option to choose which javascript runtime to run the js examples with docgen
Description
Currently docgen runs the javascript examples with node, but I want to run it with deno because I depend on Deno apis (when targeting deno) also maybe someone wants to target bun
Currently its hard coded here
Line 101 in 1e01651
I propose adding a configuration option that allows the user to choose the runtime.
Alternatives
No response
Standard Output Examples
No response
Backwards Compatibility
No response
Links
No response