text-runner icon indicating copy to clipboard operation
text-runner copied to clipboard

javascript/run: configuration option to disable making variables global

Open kevgo opened this issue 5 years ago • 0 comments
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>

kevgo avatar Aug 08 '20 13:08 kevgo