https://github.com/ryanclementshax/deno_test
A repo for testing changes to the deno runtime
https://github.com/ryanclementshax/deno_test
Last synced: about 1 year ago
JSON representation
A repo for testing changes to the deno runtime
- Host: GitHub
- URL: https://github.com/ryanclementshax/deno_test
- Owner: RyanClementsHax
- Created: 2024-04-23T20:57:46.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-23T20:58:00.000Z (about 2 years ago)
- Last Synced: 2024-10-05T07:41:06.950Z (over 1 year ago)
- Language: TypeScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# deno_test
- [Setup](#setup)
- [Running against changes to Deno](#running-against-changes-to-deno)
- [Debugging against changes to Deno](#debugging-against-changes-to-deno)
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](https://docs.deno.com/runtime/manual/references/contributing/building_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](https://docs.deno.com/runtime/manual/references/contributing/building_from_source) for more detailed instructions for how to [build from source](https://docs.deno.com/runtime/manual/references/contributing/building_from_source)
Run `./deno ` to run against any changes you made to Deno.
## Debugging against changes to Deno
Launch the `Debug script` launch configuration.