/deno_test

A repo for testing changes to the deno runtime

Primary LanguageTypeScript

deno_test

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.

Setup

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.

Running against changes to Deno

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.

Debugging against changes to Deno

Launch the Debug script launch configuration.