Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add Deno.exitCode API #23609

Merged
merged 31 commits into from
May 29, 2024
Merged

feat: Add Deno.exitCode API #23609

merged 31 commits into from
May 29, 2024

Commits on Apr 29, 2024

  1. Add Deno.exit.code support

    lukeed committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    870e805 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Update lib.deno.ns.d.ts

    lukeed committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    0798c5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b7c5fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9cc8188 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f81d833 View commit details
    Browse the repository at this point in the history
  5. fix(lint): use primordials

    lukeed committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    f5b6c83 View commit details
    Browse the repository at this point in the history
  6. chore: add addl tests

    lukeed committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    2435c75 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    89cf058 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    39f72f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    581abcc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa4fdc0 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    2c1481f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b30d68 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    7839cc1 View commit details
    Browse the repository at this point in the history
  2. improve error a bit

    bartlomieju committed May 23, 2024
    Configuration menu
    Copy the full SHA
    21930ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8661a99 View commit details
    Browse the repository at this point in the history
  4. lint

    bartlomieju committed May 23, 2024
    Configuration menu
    Copy the full SHA
    974c06b View commit details
    Browse the repository at this point in the history
  5. remove stray files

    bartlomieju committed May 23, 2024
    Configuration menu
    Copy the full SHA
    fb2ad14 View commit details
    Browse the repository at this point in the history
  6. maybe fix?

    bartlomieju committed May 23, 2024
    Configuration menu
    Copy the full SHA
    35c78d4 View commit details
    Browse the repository at this point in the history
  7. Try again

    bartlomieju committed May 23, 2024
    Configuration menu
    Copy the full SHA
    54831ae View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    703f1b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fb4d91 View commit details
    Browse the repository at this point in the history
  3. update type declarations

    bartlomieju committed May 28, 2024
    Configuration menu
    Copy the full SHA
    6cf53f5 View commit details
    Browse the repository at this point in the history
  4. add spec test

    bartlomieju committed May 28, 2024
    Configuration menu
    Copy the full SHA
    ba9a252 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf77c66 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eb03dff View commit details
    Browse the repository at this point in the history
  7. fix test

    bartlomieju committed May 28, 2024
    Configuration menu
    Copy the full SHA
    f228e1d View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    40d35ec View commit details
    Browse the repository at this point in the history
  2. exit sanitizer

    bartlomieju committed May 29, 2024
    Configuration menu
    Copy the full SHA
    6c2f234 View commit details
    Browse the repository at this point in the history
  3. Wording

    bartlomieju committed May 29, 2024
    Configuration menu
    Copy the full SHA
    0b91e19 View commit details
    Browse the repository at this point in the history
  4. update tests and working

    bartlomieju committed May 29, 2024
    Configuration menu
    Copy the full SHA
    393f7b9 View commit details
    Browse the repository at this point in the history