This is a repo to test changes made to the Deno runtime. This is meant to be checked out along side the Deno source code and edited in a separate editor window.
Check out this repo in the same folder that you checked out deno
. Ensure you have set up the deno
repo to build from source.
First, build your changes into an executable by running cargo build -vv
in the deno
repo. - Consult Deno's docs for more detailed instructions for how to build from source
Run ./deno <arguments>
to run against any changes you made to Deno.
Launch the Debug script
launch configuration.