text-runner
text-runner copied to clipboard
javascript/run: configuration option to disable making variables global
trafficstars
Replacing const with global. changes JavaScript code. There should be an option to disable this.
<pre textrun="javascript/run" share-vars="false">
const a = 1
</pre>