Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: denoland/deno
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: subdirectory/deno
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: subshell-5
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 7 files changed
  • 2 contributors

Commits on Jan 24, 2025

  1. v8: turn off throw_on_side_effect

    navigaid committed Jan 24, 2025
    Copy the full SHA
    2f3ce5a View commit details
  2. Copy the full SHA
    3fdeabc View commit details
  3. change prompt character to ❯

    navigaid committed Jan 24, 2025
    Copy the full SHA
    a2242b4 View commit details
  4. press ctrl-d to exit

    navigaid committed Jan 24, 2025
    Copy the full SHA
    ad5ba65 View commit details
  5. add dkg-push script

    navigaid committed Jan 24, 2025
    Copy the full SHA
    81bf9ae View commit details
  6. try out rustyline vi mode

    navigaid committed Jan 24, 2025
    Copy the full SHA
    4a1a09d View commit details
  7. bump rust-toolchain to 1.83

    navigaid committed Jan 24, 2025
    Copy the full SHA
    2eca8a4 View commit details
  8. add denorc support

    --- prompt ---
    
    You're in deno's codebase
    
    I want you to add a feature for deno to load initialization script from a predetermined script dir ~/.denorc,
    
    for example, under ~/.denorc, if we have
    
    - 01-init-global-variables.ts
    - 02-set-env-vars.ts
    
    they will be loaded in order, equivalent to deno repl --eval-file ~/.denorc/01-init-global-variables.ts,~/.denorc/02-set-env-vars.ts
    
    this feature is modeled after bash's .bashrc file
    navigaid authored and navigaid committed Jan 24, 2025
    Copy the full SHA
    7007e17 View commit details
  9. bump rust-toolchain to 1.84

    navigaid committed Jan 24, 2025
    Copy the full SHA
    ad98b5b View commit details
Loading