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: disposable Deno resources #20845

Merged
merged 11 commits into from
Nov 1, 2023

Commits on Oct 10, 2023

  1. feat: disposable Deno resources

    This commit implements Symbol.dispose and Symbol.asyncDispose for
    the relevant resources.
    lucacasonato committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    c400486 View commit details
    Browse the repository at this point in the history
  2. first test

    lucacasonato committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    f652682 View commit details
    Browse the repository at this point in the history
  3. more tests

    lucacasonato committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    7a5b7f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    a71aea3 View commit details
    Browse the repository at this point in the history
  2. format

    bartlomieju committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    a153630 View commit details
    Browse the repository at this point in the history
  3. lint

    bartlomieju committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    862c60a View commit details
    Browse the repository at this point in the history
  4. Update ext/http/00_serve.js

    Signed-off-by: Bartek Iwańczuk <biwanczuk@gmail.com>
    bartlomieju committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    4898970 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. add more tests

    lucacasonato committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    dc8a1a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c59469b View commit details
    Browse the repository at this point in the history
  3. fix tests on macos

    lucacasonato committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    bd4df5e View commit details
    Browse the repository at this point in the history
  4. fix on windows

    lucacasonato committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    6cfdfbf View commit details
    Browse the repository at this point in the history