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

util: add options to util.promisify() #43088

Closed

Commits on May 13, 2022

  1. util: add options to util.promisify()

    `options.resolveArray` allows to resolve all callback arguments
    `options.callbackPosition` allows to adjust place of callback
    LiviaMedeiros committed May 13, 2022
    Configuration menu
    Copy the full SHA
    0eb82b3 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. squash: add test

    LiviaMedeiros committed May 16, 2022
    Configuration menu
    Copy the full SHA
    d189f86 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. Configuration menu
    Copy the full SHA
    fd7fc12 View commit details
    Browse the repository at this point in the history
  2. squash: add explicit default undefined for optional parameter

    Co-authored-by: Antoine du Hamel <[email protected]>
    LiviaMedeiros and aduh95 authored May 18, 2022
    Configuration menu
    Copy the full SHA
    9420a34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eba911f View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. Configuration menu
    Copy the full SHA
    6f42043 View commit details
    Browse the repository at this point in the history
  2. squash: fix affix

    LiviaMedeiros committed May 20, 2022
    Configuration menu
    Copy the full SHA
    c3ff4b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77a32b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a47750e View commit details
    Browse the repository at this point in the history