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

v14.15.2 proposal #36476

Merged
merged 186 commits into from Dec 15, 2020
Merged

v14.15.2 proposal #36476

merged 186 commits into from Dec 15, 2020

Commits on Nov 16, 2020

  1. n-api: revert change to finalization

    Fixes: #35620
    
    This reverts commit a6b6556 which
    changed finalization behavior related to N-API. We will investigate
    the original issue with the test separately.
    
    PR-URL: #35777
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
    Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
    Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
    mhdawson authored and BethGriggs committed Nov 16, 2020
    Copy the full SHA
    f1e84f4 View commit details
    Browse the repository at this point in the history
  2. deps: update to cjs-module-lexer@0.4.3

    PR-URL: #35745
    Reviewed-By: Jan Krems <jan.krems@gmail.com>
    Reviewed-By: Myles Borins <myles.borins@gmail.com>
    Reviewed-By: Ujjwal Sharma <ryzokuken@disroot.org>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    guybedford authored and BethGriggs committed Nov 16, 2020
    Copy the full SHA
    1f77406 View commit details
    Browse the repository at this point in the history
  3. deps: upgrade to cjs-module-lexer@0.5.0

    PR-URL: #35871
    Reviewed-By: Myles Borins <myles.borins@gmail.com>
    Reviewed-By: Jan Krems <jan.krems@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Bradley Farias <bradley.meck@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    guybedford authored and BethGriggs committed Nov 16, 2020
    Copy the full SHA
    172be4f View commit details
    Browse the repository at this point in the history
  4. deps: update to cjs-module-lexer@0.5.2

    PR-URL: #35901
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    guybedford authored and BethGriggs committed Nov 16, 2020
    Copy the full SHA
    0356963 View commit details
    Browse the repository at this point in the history
  5. deps: upgrade to cjs-module-lexer@1.0.0

    PR-URL: #35928
    Reviewed-By: Myles Borins <myles.borins@gmail.com>
    Reviewed-By: Bradley Farias <bradley.meck@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    guybedford authored and BethGriggs committed Nov 16, 2020
    Copy the full SHA
    1e8dfb9 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. doc: Remove reference to io.js

    Signed-off-by: Hussaina Begum Nandyala <hexxdump@gmail.com>
    
    PR-URL: #35618
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Evan Lucas <evanlucas@me.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    hexxdump authored and MylesBorins committed Nov 24, 2020
    Copy the full SHA
    e71b4ba View commit details
    Browse the repository at this point in the history
  2. lib: honor setUncaughtExceptionCaptureCallback

    This api does not alter the behavior of diagnostic
    report configured on uncaught exceptions.
    This is deemed as a bug. Honor this API.
    
    Refs: #35588
    PR-URL: #35595
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    gireeshpunathil authored and MylesBorins committed Nov 24, 2020
    Copy the full SHA
    d58a466 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. stream: move to internal/streams

    Move all the streams constructors to internal/streams
    and avoid a circular dependencies between the modules.
    
    See: nodejs/readable-stream#348
    
    PR-URL: #35239
    Backport-PR-URL: #35349
    Reviewed-By: Robert Nagy <ronagy@icloud.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
    mcollina authored and BethGriggs committed Dec 2, 2020
    Copy the full SHA
    fb14acb View commit details
    Browse the repository at this point in the history
  2. doc: remove documentation for stream._construct()

    The feature was added in Node.js v15.0.0.
    
    Fixes: #36058
    
    PR-URL: #36119
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Beth Griggs <bgriggs@redhat.com>
    lpinca authored and BethGriggs committed Dec 2, 2020
    Copy the full SHA
    f723335 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2020

  1. tools: update gyp-next to v0.6.0

    Refs: https://github.com/nodejs/gyp-next/releases/tag/v0.6.0
    
    PR-URL: #35635
    Reviewed-By: Myles Borins <myles.borins@gmail.com>
    Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
    Reviewed-By: Rod Vagg <rod@vagg.org>
    ryzokuken authored and BethGriggs committed Dec 7, 2020
    Copy the full SHA
    baca8ee View commit details
    Browse the repository at this point in the history
  2. gyp,build: consistent shared library location

    Ref: nodejs/node-gyp#2233
    Ref: nodejs/gyp-next#69
    
    PR-URL: #35635
    Refs: https://github.com/nodejs/gyp-next/releases/tag/v0.6.0
    Reviewed-By: Myles Borins <myles.borins@gmail.com>
    Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
    Reviewed-By: Rod Vagg <rod@vagg.org>
    rvagg authored and BethGriggs committed Dec 7, 2020
    Copy the full SHA
    e2b8734 View commit details
    Browse the repository at this point in the history
  3. doc: use kbd element in tty doc

    PR-URL: #35613
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Trott authored and BethGriggs committed Dec 7, 2020
    Copy the full SHA
    2c34266 View commit details
    Browse the repository at this point in the history
  4. doc: add example code for process.getgroups()

    PR-URL: #35625
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    PoojaDurgad authored and BethGriggs committed Dec 7, 2020
    Copy the full SHA
    f6ebd81 View commit details
    Browse the repository at this point in the history
  5. test: check for AbortController existence

    Running tests comparitively on older versions of Node.js that
    do not have AbortController can be a pain. Only add the
    AbortController to knownGlobals if it actually exists.
    
    Signed-off-by: James M Snell <jasnell@gmail.com>
    
    PR-URL: #35616
    Reviewed-By: Denys Otrishko <shishugi@gmail.com>
    Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    jasnell authored and BethGriggs committed Dec 7, 2020
    Copy the full SHA
    226c180 View commit details
    Browse the repository at this point in the history
  6. build: do not install jq in workflows

    It is already installed in the GitHub runners.
    
    PR-URL: #35638
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    targos authored and BethGriggs committed Dec 7, 2020
    Copy the full SHA
    71e0f33 View commit details
    Browse the repository at this point in the history
  7. build: use GITHUB_ENV file to set env variables

    The other way is deprecated.
    
    PR-URL: #35638
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    targos authored and BethGriggs committed Dec 7, 2020
    Copy the full SHA
    4813d91 View commit details
    Browse the repository at this point in the history
  8. fs: remove unused assignment

    PR-URL: #35642
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
    Trott authored and BethGriggs committed Dec 7, 2020
    Copy the full SHA
    5f0c814 View commit details
    Browse the repository at this point in the history
  9. doc: fix EventEmitter examples

    Since the section refers to EventEmitter, instances in the example
    should be created of the same class EventEmitter.
    
    PR-URL: #33513
    Reviewed-By: James M Snell <jasnell@gmail.com>
    shaw91 authored and BethGriggs committed Dec 7, 2020
    Copy the full SHA
    6c4e697 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

  1. test: add common.mustSucceed

    PR-URL: #35086
    Reviewed-By: Ruy Adorno <ruyadorno@github.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    tniessen authored and BethGriggs committed Dec 8, 2020
    Copy the full SHA
    70cb708 View commit details
    Browse the repository at this point in the history
  2. test: refactor test-https-host-headers

    Use `common.mustCall` and `util.debuglog`. Remove unnecessary functions
    
    PR-URL: #32805
    Reviewed-By: James M Snell <jasnell@gmail.com>
    himself65 authored and BethGriggs committed Dec 8, 2020
    Copy the full SHA
    d62e72b View commit details
    Browse the repository at this point in the history
  3. tools: update gyp-next to v0.6.2

    PR-URL: #35690
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    targos authored and BethGriggs committed Dec 8, 2020
    Copy the full SHA
    985efdf View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

  1. test: add test for listen callback runtime binding

    PR-URL: #35657
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    adinhtdsibm authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    f535d62 View commit details
    Browse the repository at this point in the history
  2. doc: importModuleDynamically gets Script, not Module

    PR-URL: #35593
    Reviewed-By: Gus Caplan <me@gus.host>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    SimenB authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    806a269 View commit details
    Browse the repository at this point in the history
  3. doc: clarify experimental API elements in vm.md

    Remove redundant "should not be considered stable" (it immediately
    follows a clause saying that it is "experimental") and replace with a
    more clear (to me, at least) statement that we don't recommend using the
    feature in production.
    
    PR-URL: #35594
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Trott authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    2388852 View commit details
    Browse the repository at this point in the history
  4. src: large pages support in illumos/solaris systems

        Making sure using apis supported by both.
    
        PR-URL: #34320
        Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
        Reviewed-By: James M Snell <jasnell@gmail.com>
        Reviewed-By: Gabriel Schulhof <gabriel.schulhof@intel.com>
        Reviewed-By: Denys Otrishko <shishugi@gmail.com>
    devnexen authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    00d9499 View commit details
    Browse the repository at this point in the history
  5. deps: fix typo in zlib.gyp that break arm-fpu-neon build

    PR-URL: #35659
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    lucasg authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    4937a34 View commit details
    Browse the repository at this point in the history
  6. module: only try to enrich CJS syntax errors

    It is guaranteed that V8 throws a syntax error when `import` or `export`
    is used outside of ESM.
    
    Fixes: #35687
    
    PR-URL: #35691
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Guy Bedford <guybedford@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    targos authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    1fdf727 View commit details
    Browse the repository at this point in the history
  7. doc: add a statement in the documentation.

    PR-URL: #35585
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    PoojaDurgad authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    4d72e98 View commit details
    Browse the repository at this point in the history
  8. doc: use kbd element in os doc

    Use kbd element for key strokes and remove extra parentheses.
    
    PR-URL: #35656
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Evan Lucas <evanlucas@me.com>
    Trott authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    df4043b View commit details
    Browse the repository at this point in the history
  9. doc: add release key for Danielle Adams

    Add Danielle Adams's release key.
    
    PR-URL: #35545
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Beth Griggs <bgriggs@redhat.com>
    Reviewed-By: Shelley Vohr <codebytere@gmail.com>
    Reviewed-By: Myles Borins <myles.borins@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    danielleadams authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    ba623ef View commit details
    Browse the repository at this point in the history
  10. doc: use kbd element in readline doc

    PR-URL: #35698
    Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Trott authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    7c089ad View commit details
    Browse the repository at this point in the history
  11. build: use make functions instead of echo

    PR-URL: #35707
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    aduh95 authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    6c61b93 View commit details
    Browse the repository at this point in the history
  12. build: add license-builder GitHub Action

    PR-URL: #35712
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
    bnb authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    2a8c2dd View commit details
    Browse the repository at this point in the history
  13. doc: add Installing Node.js header in BUILDING.md

    PR-URL: #35710
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    PoojaDurgad authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    d0d67c6 View commit details
    Browse the repository at this point in the history
  14. doc,esm: document experimental warning removal

    PR-URL: #35750
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Guy Bedford <guybedford@gmail.com>
    aduh95 authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    e9d485f View commit details
    Browse the repository at this point in the history
  15. doc,src,test: revise C++ code for linter update

    PR-URL: #35719
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Trott authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    dc589b5 View commit details
    Browse the repository at this point in the history
  16. tools: bump cpplint to 1.5.0

    https://github.com/cpplint/cpplint/releases/tag/1.5.0
    
    PR-URL: #35719
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Trott authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    c730153 View commit details
    Browse the repository at this point in the history
  17. tools: refloat 7 Node.js patches to cpplint.py

    Cherry-pick 12c8b4d
    Original commit message:
        This commit is a suggestion for adding a rule for NULL usages in the
        code base. This will currently report a number of errors which could be
        ignored using // NOLINT (readability/null_usage)
    
        PR-URL: #17373
        Reviewed-By: Jon Moss <me@jonathanmoss.me>
        Reviewed-By: Anna Henningsen <anna@addaleax.net>
        Reviewed-By: Timothy Gu <timothygu99@gmail.com>
        Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
        Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
        Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
        Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    
    Refs: 12c8b4d
    
    Cherry-pick fc81e80
    Original commit message:
    
        Update cpplint.py to check for inline headers when the corresponding
        header is already included.
    
        PR-URL: #21521
        Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
        Reviewed-By: James M Snell <jasnell@gmail.com>
    
    Refs: fc81e80
    
    Cherry-pick cbc3dd9
    Original commit message:
    
        src, tools: add check for left leaning pointers
    
        This commit adds a rule to cpplint to check that pointers in the code
        base lean to the left and not right, and also fixes the violations
        reported.
    
        PR-URL: #21010
        Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
        Reviewed-By: Anna Henningsen <anna@addaleax.net>
        Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
        Reviewed-By: James M Snell <jasnell@gmail.com>
    
    Refs: cbc3dd9
    
    Cherry-pick 9029981
    Original commit message:
    
        tools: fix cpplint.py header rules
    
        THIS COMMIT SHOULD GO WITH THE NEXT. IT WILL FIND NEW LINT.
    
        PR-URL: #26306
        Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    
    Refs: 9029981
    
    Cherry-pick 0a25ace
    Original commit message:
    
        tools: move cpplint configuration to .cpplint
    
        PR-URL: #27098
        Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
        Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
    
    Refs: 0a25ace
    
    Cherry-pick afa9a72
    Original commit message:
    
        tools: refloat update link to google styleguide for cpplint
    
        This commit updates two old links to Google's C++ styleguide which
        currently result in a 404 when accessed.
    
        PR-URL: #30876
        Reviewed-By: Michaël Zasso <targos@protonmail.com>
        Reviewed-By: David Carlier <devnexen@gmail.com>
        Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
        Reviewed-By: Richard Lau <riclau@uk.ibm.com>
        Reviewed-By: Rich Trott <rtrott@gmail.com>
    
    Refs: afa9a72
    
    Cherry-pick e23bf8f
    Original commit message:
    
        tools,src: refloat forbid usage of v8::Persistent
    
        `v8::Persistent` comes with the surprising catch that it requires
        manual cleanup. `v8::Global` doesn’t, making it easier to use,
        and additionally provides move semantics. New code should always
        use `v8::Global`.
    
        PR-URL: #31018
        Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
        Reviewed-By: Richard Lau <riclau@uk.ibm.com>
        Reviewed-By: James M Snell <jasnell@gmail.com>
        Reviewed-By: David Carlier <devnexen@gmail.com>
        Reviewed-By: Rich Trott <rtrott@gmail.com>
        Reviewed-By: Gus Caplan <me@gus.host>
        Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
        Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
        Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
    
    PR-URL: #35569
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
    Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
    
    PR-URL: #35719
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Trott authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    07e5d35 View commit details
    Browse the repository at this point in the history
  18. doc: update package.json field definitions

    Only imports has the experimental status right now but technically all
    ESM related features are currently experimental. The list also doesn't
    appear to be in any specific order so I've grouped the experimental
    features together.
    
    PR-URL: #35741
    Reviewed-By: Guy Bedford <guybedford@gmail.com>
    Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
    Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
    Reviewed-By: Ujjwal Sharma <ryzokuken@disroot.org>
    MylesBorins authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    2feb86e View commit details
    Browse the repository at this point in the history
  19. doc: this prints replaced with this is printed

    PR-URL: #35515
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Christian Clauss <cclauss@me.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    PoojaDurgad authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    c0d9756 View commit details
    Browse the repository at this point in the history
  20. doc: improve text for breakOnSigint

    * Make the 7 instances of breakOnSigint text blocks consistent.
    * Use present tense.
    * Use kbd element for keystrokes.
    * Minor style edits.
    
    PR-URL: #35692
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Trott authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    47ba122 View commit details
    Browse the repository at this point in the history
  21. doc: update console.error example

    Signed-off-by: Lee, Bonggi <iyabong@gmail.com>
    
    PR-URL: #34964
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    iyabong authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    8ef0652 View commit details
    Browse the repository at this point in the history
  22. http2: remove unsupported %.* specifier

    The debug sprintf doesn't support %.* specifiers
    
    Fixes: #35688
    
    PR-URL: #35694
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Ricky Zhou <0x19951125@gmail.com>
    Reviewed-By: David Carlier <devnexen@gmail.com>
    Momtchil Momtchev authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    2dbaaf9 View commit details
    Browse the repository at this point in the history
  23. http2: reinject data received before http2 is attached

    Reinject the data already received from the TLS
    socket when the HTTP2 client is attached with a
    delay
    
    Fixes: #35475
    
    PR-URL: #35678
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Alba Mendez <me@alba.sh>
    Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
    Reviewed-By: Ricky Zhou <0x19951125@gmail.com>
    Momtchil Momtchev authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    57f2fe0 View commit details
    Browse the repository at this point in the history
  24. http2: fix reinjection check

    We reinject when the sockets has already waiting
    data, remarked by @mildsunrise
    
    Co-authored-by: Alba Mendez <me@alba.sh>
    
    PR-URL: #35678
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Alba Mendez <me@alba.sh>
    Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
    Reviewed-By: Ricky Zhou <0x19951125@gmail.com>
    Momtchil Momtchev authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    ec9fae9 View commit details
    Browse the repository at this point in the history
  25. doc: add a example code to API doc property

    example code added to the process.setgroups() API
    doc property in process.md
    
    PR-URL: #35738
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    PoojaDurgad authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    4dc5e4a View commit details
    Browse the repository at this point in the history
  26. timers: correct explanation in comment

    PR-URL: #35437
    Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    wjabbour authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    41aac46 View commit details
    Browse the repository at this point in the history
  27. stream: remove redundant context from comments

    Using the variable name in the comment and justifying the type seems
    redundant to me and instead it should defined the entity which it is
    acting, like in our case it is acting as a flag to control the flow in
    streams.
    
    PR-URL: #35728
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Robert Nagy <ronagy@icloud.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
    yashLadha authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    d1fd3f2 View commit details
    Browse the repository at this point in the history
  28. doc: mark optional parameters in timers.md

    PR-URL: #35764
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    vsemozhetbyt authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    62bf1a6 View commit details
    Browse the repository at this point in the history
  29. doc: remove stability warning in v8 module doc

    Remove note indicating that the APIs can change at any time. This module
    migrated from Experimental to Stable 6 years ago (in io.js 1.4.2).
    
    PR-URL: #35774
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
    Trott authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    63533d7 View commit details
    Browse the repository at this point in the history
  30. doc: fix header level in fs.md

    Indentation for #fs_fs_promises_api is level 2 but it should be level 3.
    
    PR-URL: #35771
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    ax1 authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    eee62b0 View commit details
    Browse the repository at this point in the history
  31. doc: use kbd element in readline doc prose

    The kbd element has already been added in the keybindings table, but we
    missed it in one line in the prose.
    
    PR-URL: #35737
    Reviewed-By: Roman Reiss <me@silverwind.io>
    Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
    Trott authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    41937f7 View commit details
    Browse the repository at this point in the history
  32. doc: modified memory set statement set size

    PR-URL: #35517
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    PoojaDurgad authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    77cfcba View commit details
    Browse the repository at this point in the history
  33. doc: add require statement in the example

    PR-URL: #35554
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Harshitha K P <harshitha014@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    PoojaDurgad authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    47b4b2b View commit details
    Browse the repository at this point in the history
  34. src: use MaybeLocal.ToLocal instead of IsEmpty

    PR-URL: #35716
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: David Carlier <devnexen@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    danbev authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    34c870e View commit details
    Browse the repository at this point in the history
  35. deps: update acorn to v8.0.4

    This adds support for nullish coalescing, optional chaining and
    numeric separators.
    The acorn-numeric-separator plugin can be removed.
    
    PR-URL: #35791
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Shelley Vohr <codebytere@gmail.com>
    Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
    targos authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    7367e6c View commit details
    Browse the repository at this point in the history
  36. doc: add a subsystems header in pull-requests.md

    PR-URL: #35718
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    PoojaDurgad authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    0de3f56 View commit details
    Browse the repository at this point in the history
  37. http: lazy create IncomingMessage.headers

    When rawHeaders is enough don't create the headers object.
    
    PR-URL: #35281
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    ronag authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    b58725c View commit details
    Browse the repository at this point in the history
  38. doc: consolidate and clarify breakOnSigInt text

    PR-URL: #35787
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
    Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
    Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Trott authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    600cffa View commit details
    Browse the repository at this point in the history
  39. doc,test: update v8 method doc and comment

    Update documentation and test comment for v8.cachedDataVersionTag().
    
    PR-URL: #35795
    Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Trott authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    be79250 View commit details
    Browse the repository at this point in the history
  40. doc: use case-sensitive in the example

    PR-URL: #35624
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    PoojaDurgad authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    9c7d4bd View commit details
    Browse the repository at this point in the history
  41. doc: update MessagePort documentation for EventTarget inheritance

    Refs: #34057
    Refs: #35835
    
    PR-URL: #35839
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    addaleax authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    02f9a2a View commit details
    Browse the repository at this point in the history
  42. doc: make small improvements to REPL doc

    * button -> key
    * apply missing kbd element
    * revise "Recoverable errors" text for brevity and clarity
    
    PR-URL: #35808
    Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Trott authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    2984974 View commit details
    Browse the repository at this point in the history
  43. events: make eventTarget.removeAllListeners() return this

    Fixes: #35762
    
    PR-URL: #35805
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    lpinca authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    8ef4557 View commit details
    Browse the repository at this point in the history
  44. test: add upstream test cases to encoding

    Refs: web-platform-tests/wpt#25988
    Refs: web-platform-tests/wpt#26158
    
    PR-URL: #35794
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    watilde authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    0aba122 View commit details
    Browse the repository at this point in the history
  45. doc: add conditional example for setBreakpoint()

    The `node-inspect` debugging client supports passing an optional third
    parameter as a string to be evaluated when the breakpoint is hit. If the
    condition evaluates to `true` in the current context, the breakpoint
    pauses execution; otherwise the execution continues.
    
    This was raised as an issue in
    nodejs/node-inspect#68, but the client already
    supports that functionality, so I thought it'd be helpful to add it to
    the node documentation.
    
    PR-URL: #35823
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Jan Krems <jan.krems@gmail.com>
    copperwall authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    34d6ca3 View commit details
    Browse the repository at this point in the history
  46. tools: add update-npm script

    I've had to update this one too many times, and much of it can be
    automated, so let's do that!
    
    The maintenance instructions have also been updated.
    
    PR-URL: #35822
    Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    MylesBorins authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    b19a85e View commit details
    Browse the repository at this point in the history
  47. test: add onerror test cases to policy

    Increase test coverage of lib/internal/policy/manifest.js
    
    PR-URL: #35797
    Refs: https://coverage.nodejs.org/coverage-642f2064c06793b7/lib/internal/policy/manifest.js.html#L60
    Refs: https://coverage.nodejs.org/coverage-642f2064c06793b7/lib/internal/policy/manifest.js.html#L146
    Reviewed-By: Ben Coe <bencoe@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    watilde authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    3bb7f36 View commit details
    Browse the repository at this point in the history
  48. doc: fix reference to googletest test fixture

    PR-URL: #35813
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
    tniessen authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    8131d95 View commit details
    Browse the repository at this point in the history
  49. build,tools: add lint-js-doc target

    Add a build target to lint JS code in Markdown files only.
    
    PR-URL: #35708
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    aduh95 authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    77b7c98 View commit details
    Browse the repository at this point in the history
  50. build: add vcbuilt test-doc target

    PR-URL: #35708
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    aduh95 authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    67d3182 View commit details
    Browse the repository at this point in the history
  51. doc: recommend test-doc instead of lint-md

    The documentation style guide used to recommend checking changes in the
    docs by running `make lint-md`. This leaves out some important checks
    which are contained in the `test-doc` build target. This commit also
    replaces `lint` by `lint-md` in the list of `test-doc`'s prerequisites.
    
    PR-URL: #35708
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    aduh95 authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    3f3d2d7 View commit details
    Browse the repository at this point in the history
  52. lib: use primordials when calling methods of Error

    This is to unsure that code using those methods won't crash if the
    methods are deleted in userland.
    
    PR-URL: #35837
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Shingo Inoue <leko.noor@gmail.com>
    aduh95 authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    41d997c View commit details
    Browse the repository at this point in the history
  53. build,tools: gitHub Actions: use Node.js Fermium

    PR-URL: #35840
    Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    aduh95 authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    50552fa View commit details
    Browse the repository at this point in the history
  54. doc: move ronkorving to emeritus

    In email, ronkorving indicated that he could/should be moved to emeritus
    at this time.
    
    PR-URL: #35828
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Ron Korving <ron@ronkorving.nl>
    Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
    Reviewed-By: Yuta Hiroto <hello@hiroppy.me>
    Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
    Trott authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    9486f5f View commit details
    Browse the repository at this point in the history
  55. test: fix reference to WPT testharness.js

    The W3C testharness.js was moved to the `web-platform-tests/wpt`
    repository a while ago.
    
    PR-URL: #35814
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    tniessen authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    a5b9418 View commit details
    Browse the repository at this point in the history
  56. assert,repl: enable ecmaVersion 2021 in acorn parser

    This adds support for the new logical assignment operators.
    
    PR-URL: #35827
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Gus Caplan <me@gus.host>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    targos authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    a9d3a0d View commit details
    Browse the repository at this point in the history
  57. test: mark test-http2-respond-file-error-pipe-offset flaky

    This is now failing inconsistently across many platforms. This
    appears to be the result of the addition of mustSucceed being
    added to the test during testing refactoring.
    
    We should mark flaky until we have figured out what the issue
    is.
    
    Refs: #35881
    
    PR-URL: #35883
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    MylesBorins authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    4ed4b64 View commit details
    Browse the repository at this point in the history
  58. n-api: napi_make_callback emit async init with resource of async_context

    instead of emit async init with receiver of the callback.
    
    PR-URL: #32930
    Fixes: #32898
    Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
    legendecas authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    1cb50c1 View commit details
    Browse the repository at this point in the history
  59. zlib: test BrotliCompress throws invalid arg value

    PR-URL: #35830
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Ricky Zhou <0x19951125@gmail.com>
    RaisinTen authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    f59e225 View commit details
    Browse the repository at this point in the history
  60. test: mark test-worker-eventlooputil flaky

    This is consistently failing in CI right now. Lets mark it flaky
    while we figure out what is going on.
    
    Refs: #35844
    
    PR-URL: #35886
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Ricky Zhou <0x19951125@gmail.com>
    MylesBorins authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    cab65fb View commit details
    Browse the repository at this point in the history
  61. doc: add on statement in the APIs docs

    PR-URL: #35610
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    PoojaDurgad authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    26e4293 View commit details
    Browse the repository at this point in the history
  62. doc: move bnoordhuis to emeritus

    It's been ten years and it's time for a change. September 30 was my
    last day at IBM and my last day as a full-time Node.js maintainer.
    
    I feel Deno is the future and that's why I'm joining that scrappy
    startup, Deno Land Inc., to make that future happen.
    
    PR-URL: #35865
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    bnoordhuis authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    a15dede View commit details
    Browse the repository at this point in the history
  63. tools: bump cpplint to 1.5.1

    https://github.com/cpplint/cpplint/releases/tag/1.5.1
    
    PR-URL: #35866
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Trott authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    d177cb3 View commit details
    Browse the repository at this point in the history
  64. tools: refloat 7 Node.js patches to cpplint.py

    Cherry-pick 12c8b4d
    Original commit message:
        This commit is a suggestion for adding a rule for NULL usages in the
        code base. This will currently report a number of errors which could be
        ignored using // NOLINT (readability/null_usage)
    
        PR-URL: #17373
        Reviewed-By: Jon Moss <me@jonathanmoss.me>
        Reviewed-By: Anna Henningsen <anna@addaleax.net>
        Reviewed-By: Timothy Gu <timothygu99@gmail.com>
        Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
        Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
        Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
        Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    
    Refs: 12c8b4d
    
    Cherry-pick fc81e80
    Original commit message:
    
        Update cpplint.py to check for inline headers when the corresponding
        header is already included.
    
        PR-URL: #21521
        Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
        Reviewed-By: James M Snell <jasnell@gmail.com>
    
    Refs: fc81e80
    
    Cherry-pick cbc3dd9
    Original commit message:
    
        src, tools: add check for left leaning pointers
    
        This commit adds a rule to cpplint to check that pointers in the code
        base lean to the left and not right, and also fixes the violations
        reported.
    
        PR-URL: #21010
        Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
        Reviewed-By: Anna Henningsen <anna@addaleax.net>
        Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
        Reviewed-By: James M Snell <jasnell@gmail.com>
    
    Refs: cbc3dd9
    
    Cherry-pick 9029981
    Original commit message:
    
        tools: fix cpplint.py header rules
    
        THIS COMMIT SHOULD GO WITH THE NEXT. IT WILL FIND NEW LINT.
    
        PR-URL: #26306
        Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    
    Refs: 9029981
    
    Cherry-pick 0a25ace
    Original commit message:
    
        tools: move cpplint configuration to .cpplint
    
        PR-URL: #27098
        Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
        Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
    
    Refs: 0a25ace
    
    Cherry-pick afa9a72
    Original commit message:
    
        tools: refloat update link to google styleguide for cpplint
    
        This commit updates two old links to Google's C++ styleguide which
        currently result in a 404 when accessed.
    
        PR-URL: #30876
        Reviewed-By: Michaël Zasso <targos@protonmail.com>
        Reviewed-By: David Carlier <devnexen@gmail.com>
        Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
        Reviewed-By: Richard Lau <riclau@uk.ibm.com>
        Reviewed-By: Rich Trott <rtrott@gmail.com>
    
    Refs: afa9a72
    
    Cherry-pick e23bf8f
    Original commit message:
    
        tools,src: refloat forbid usage of v8::Persistent
    
        `v8::Persistent` comes with the surprising catch that it requires
        manual cleanup. `v8::Global` doesn’t, making it easier to use,
        and additionally provides move semantics. New code should always
        use `v8::Global`.
    
        PR-URL: #31018
        Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
        Reviewed-By: Richard Lau <riclau@uk.ibm.com>
        Reviewed-By: James M Snell <jasnell@gmail.com>
        Reviewed-By: David Carlier <devnexen@gmail.com>
        Reviewed-By: Rich Trott <rtrott@gmail.com>
        Reviewed-By: Gus Caplan <me@gus.host>
        Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
        Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
        Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
    
    PR-URL: #35569
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
    Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
    
    PR-URL: #35719
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    
    PR-URL: #35866
    Trott authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    dfd6ad9 View commit details
    Browse the repository at this point in the history
  65. build: fix lint-js-fix target

    Refs: #35708
    
    PR-URL: #35927
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    aduh95 authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    f33fa26 View commit details
    Browse the repository at this point in the history
  66. doc: adjust table alignment for remark v13

    Addresses table-cell-padding rule issues
    
    PR-URL: #35647
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    nschonni authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    6e1612f View commit details
    Browse the repository at this point in the history
  67. doc: disable no-undefined-references workarounds

    The manual links appear to be specific workarounds, so just ignore them
    
    PR-URL: #35647
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    nschonni authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    733c9da View commit details
    Browse the repository at this point in the history
  68. doc: temporarily disable list-item-bullet-indent

    Not an issue with v13 remark, but seems to be a glitch in the disabled
    lines in v12 conflicting.
    
    PR-URL: #35647
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    nschonni authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    513bed2 View commit details
    Browse the repository at this point in the history
  69. doc: update tables in README files for linting changes

    PR-URL: #35905
    Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
    Reviewed-By: Shelley Vohr <codebytere@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Trott authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    51ce1a2 View commit details
    Browse the repository at this point in the history
  70. benchmark: add startup benchmark for loading public modules

    Adding a new benchmark for testing the performance of loading
    available public modules.
    
    PR-URL: #35816
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    joyeecheung authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    21d3ccf View commit details
    Browse the repository at this point in the history
  71. benchmark: make the benchmark tool work with Node 10

    Avoid using class fields in the benchmark tools since they are
    not available in Node 10. This can be reverted when Node 10
    reaches EOL.
    
    PR-URL: #35817
    Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
    Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    Reviewed-By: Mary Marchini <oss@mmarchini.me>
    joyeecheung authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    f648796 View commit details
    Browse the repository at this point in the history
  72. test: add missing ref comments to parallel.status

    PR-URL: #35896
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Trott authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    de375e1 View commit details
    Browse the repository at this point in the history
  73. stream: fix regression on duplex end

    Decide the return status of writeOrBuffer before
    calling stream.write which can reset state.length
    
    Add unit test for #35926
    
    Refs: #35926
    
    Backport-PR-URL: #36375
    PR-URL: #35941
    Fixes: #35926
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Momtchil Momtchev authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    1cefb7e View commit details
    Browse the repository at this point in the history
  74. src: create helper for reading Uint32BE

    Fixes: #34827
    
    Backport-PR-URL: #35701
    PR-URL: #34944
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    juanarbol authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    f230039 View commit details
    Browse the repository at this point in the history
  75. benchmark: remove modules that require intl

    `inspector` and `trace_events` will throw errors if Node.js has been
    compiled with `--without-intl`.
    
    Refs: #35816
    
    PR-URL: #35968
    Fixes: #35962
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Harshitha K P <harshitha014@gmail.com>
    Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
    richardlau authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    fdb1c0d View commit details
    Browse the repository at this point in the history
  76. doc: fix release-schedule link in backport guide

    PR-URL: #35920
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    watilde authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    98e4b77 View commit details
    Browse the repository at this point in the history
  77. n-api: unlink reference during its destructor

    Currently, a reference is being unlinked from the list of references
    tracked by the environment when `v8impl::Reference::Delete` is called.
    This causes a leak when deletion must be deferred because the finalizer
    hasn't yet run, but the finalizer does not run because environment
    teardown is in progress, and so no more gc runs will happen, and the
    `FinalizeAll` run that happens during environment teardown does not
    catch the reference because it's no longer in the list. The test below
    will fail when running with ASAN:
    
    ```
    ./node ./test/node-api/test_worker_terminate_finalization/test.js
    ```
    
    OTOH if, to address the above leak, we make a special case to not
    unlink a reference during environment teardown, we run into a
    situation where the reference gets deleted by
    `v8impl::Reference::Delete` but does not get unlinked because it's
    environment teardown time. This leaves a stale pointer in the linked
    list which will result in a use-after-free in `FinalizeAll` during
    environment teardown. The test below will fail if we make the above
    change:
    
    ```
    ./node -e "require('./test/node-api/test_instance_data/build/Release/test_ref_then_set.node');"
    ```
    
    Thus, we unlink a reference precisely when we destroy it – in its
    destructor.
    
    Refs: #34731
    Refs: #34839
    Refs: #35620
    Refs: #35777
    Fixes: #35778
    Signed-off-by: Gabriel Schulhof <gabriel.schulhof@intel.com>
    PR-URL: #35933
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    Reviewed-By: Zeyu Yang <himself65@outlook.com>
    Gabriel Schulhof authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    88aa4e0 View commit details
    Browse the repository at this point in the history
  78. doc: option --prof documentation help added

    PR-URL: #34991
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
    Krank2me authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    6259c2d View commit details
    Browse the repository at this point in the history
  79. doc: add new wordings to the API description

    PR-URL: #35588
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    PoojaDurgad authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    c90571f View commit details
    Browse the repository at this point in the history
  80. doc: update benchmark CI test indicator in README

    As of c7627da, benchmark tests are run
    in CI, but the README was not updated to indicate this.
    
    PR-URL: #35945
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Trott authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    773685c View commit details
    Browse the repository at this point in the history
  81. console: use more primordials

    PR-URL: #35734
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    aduh95 authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    568e617 View commit details
    Browse the repository at this point in the history
  82. lib: refactor to use more primordials

    PR-URL: #35875
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    aduh95 authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    de3c804 View commit details
    Browse the repository at this point in the history
  83. events: port some wpt tests

    PR-URL: #33621
    Reviewed-By: James M Snell <jasnell@gmail.com>
    benjamingr authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    570a8bf View commit details
    Browse the repository at this point in the history
  84. doc: update core-validate-commit link in guide

    PR-URL: #35938
    Reviewed-By: Shelley Vohr <codebytere@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Mary Marchini <oss@mmarchini.me>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    watilde authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    990facb View commit details
    Browse the repository at this point in the history
  85. doc: revise v8.getHeapSnapshot()

    * move entry above v8.getHeapSpaceStatistics() (where it belongs
      alphabetically and is not out of place logically)
    * split lengthy sentence into two sentences
    
    PR-URL: #35849
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    Trott authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    b11725e View commit details
    Browse the repository at this point in the history
  86. test: update old comment style test_util.cc

    PR-URL: #35884
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    RaisinTen authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    1453de1 View commit details
    Browse the repository at this point in the history
  87. http2: fix error stream write followed by destroy

    PR-URL: #35951
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Ricky Zhou <0x19951125@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    davedoesdev authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    92bd7b5 View commit details
    Browse the repository at this point in the history
  88. domain: refactor to use more primordials

    PR-URL: #35885
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    aduh95 authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    3a08afc View commit details
    Browse the repository at this point in the history
  89. tools,doc: enable ecmaVersion 2021 in acorn parser

    PR-URL: #35994
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
    Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    aduh95 authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    3e7598d View commit details
    Browse the repository at this point in the history
  90. benchmark: ignore build artifacts for napi addons

    Add `.gitignore` to ignore the `build` directory in a similar way
    to the other addons under `benchmark/napi`.
    
    PR-URL: #35970
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    richardlau authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    d027be0 View commit details
    Browse the repository at this point in the history
  91. tools: don't print gold linker warning w/o flag

    Currently warning is printed called even if the selection ordering flag
    has not been passed.
    
    Only print warning if `--limit-configure-section-file`
    has been passed to configure.
    
    Fixes: #35872
    
    PR-URL: #35955
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    MylesBorins authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    4664681 View commit details
    Browse the repository at this point in the history
  92. win, build: fix build time on Windows

    Sets MSBuild experimental switches to make it build in parallel project
    files generated by gyp 0.5.0.
    
    Fixes: #35921
    
    PR-URL: #35932
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
    Reviewed-By: Zeyu Yang <himself65@outlook.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    bzoz authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    ffe517b View commit details
    Browse the repository at this point in the history
  93. fs: remove unnecessary Function#bind() in fs/promises

    PR-URL: #35208
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Masashi Hirano <shisama07@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    bnoordhuis authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    2f692c4 View commit details
    Browse the repository at this point in the history
  94. doc,crypto: added sign/verify method changes about dsaEncoding

    PR-URL: #35480
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    panva authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    4faf71b View commit details
    Browse the repository at this point in the history
  95. doc: fix crypto doc linter errors

    PR-URL: #36035
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    aduh95 authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    1ca1f26 View commit details
    Browse the repository at this point in the history
  96. http2: move events to the JSStreamSocket

    When using a JSStreamSocket, the
    HTTP2Session constructor will replace
    the socket object
    http2 events should be attached to the
    JSStreamSocket object because the http2
    session handle lives there
    
    Fixes: #35695
    
    PR-URL: #35772
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Ricky Zhou <0x19951125@gmail.com>
    Momtchil Momtchev authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    dce01fd View commit details
    Browse the repository at this point in the history
  97. http2: centralise socket event binding in Http2Session

    Move the socket event binding to the
    HTTP2Session constructor so that an error
    event could be delivered should the
    constructor fail
    
    Ref: #35772
    
    PR-URL: #35772
    Fixes: #35695
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Ricky Zhou <0x19951125@gmail.com>
    Momtchil Momtchev authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    c455b84 View commit details
    Browse the repository at this point in the history
  98. deps: cherry-pick 9a49b22 from V8 upstream

    Original commit message:
      Fix alloc/dealloc size mismatch for v8::BackingStore
    
      On newer compilers the {operator delete} with explicit {size_t}
      argument would be instantiated for {v8::BackingStore} and used
      in the destructor of {std::unique_ptr<v8::BackingStore>}. The {size_t}
      argument is wrong though, since the pointer actually points
      to a {v8::internal::BackingStore} object.
      The solution is to explicitly provide a {operator delete}, preventing
      an implicitly generated {size_t} operator.
    
      Bug:v8:11081
    
      Change-Id: Iee0aa47a67f0e41000bea628942f7e3d70198b83
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2506712
      Commit-Queue: Ulan Degenbaev <ulan@chromium.org>
      Reviewed-by: Camillo Bruni <cbruni@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#70916}
    
    PR-URL: #35939
    Fixes: #35669
    Refs: v8/v8@9a49b22
    Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Gus Caplan <me@gus.host>
    danbev authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    d2ee676 View commit details
    Browse the repository at this point in the history
  99. doc,fs: document value of stats.isDirectory on symbolic links

    PR-URL: #27413
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    coderaiser authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    17c3fc6 View commit details
    Browse the repository at this point in the history
  100. doc: advise users to import the full set of trusted release keys

    PR-URL: #32655
    Fixes: #32559
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Myles Borins <myles.borins@gmail.com>
    haqer1 authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    cddcfcd View commit details
    Browse the repository at this point in the history
  101. doc,net: document socket.timeout

    PR-URL: #34543
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Harshitha K P <harshitha014@gmail.com>
    Reviewed-By: Pranshu Srivastava <rexagod@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Denys Otrishko <shishugi@gmail.com>
    kobelb authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    fc17ead View commit details
    Browse the repository at this point in the history
  102. doc: add note regarding file structure in src/README.md

    Refs: #34944 (comment)
    Co-authored-by: Anna Henningsen <anna@addaleax.net>
    
    PR-URL: #35000
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    lundibundi authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    30cd797 View commit details
    Browse the repository at this point in the history
  103. http2: add has method to proxySocketHandler

    PR-URL: #35197
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    masx200 authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    c4e17cf View commit details
    Browse the repository at this point in the history
  104. doc,stream: write(chunk, encoding, cb) encoding can be null

    In stream write encoding can be null.
    
    Fixes: #33715
    
    PR-URL: #35372
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    dev-script authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    0a944a4 View commit details
    Browse the repository at this point in the history
  105. test: improve error message for policy failures

    PR-URL: #35633
    Fixes: #35600
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    bmeck authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    002005f View commit details
    Browse the repository at this point in the history
  106. bootstrap: refactor to use more primordials

    PR-URL: #35999
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Khaidi Chu <i@2333.moe>
    aduh95 authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    0477e00 View commit details
    Browse the repository at this point in the history
  107. fs: replace finally with PromisePrototypeFinally

    #35993 (comment)
    
    PR-URL: #35995
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    baruchiro authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    7c3b6f1 View commit details
    Browse the repository at this point in the history
  108. build: fix zlib inlining for IA-32

    PR-URL: #35679
    Fixes: #35629
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    RaisinTen authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    f498127 View commit details
    Browse the repository at this point in the history
  109. build, tools: look for local installation of NASM

    Search the default installation path for NASM installed by a user
    without administrator privileges when not found on the Path or in
    the default system-wide installation path.
    
    PR-URL: #36014
    Reviewed-By: Zeyu Yang <himself65@outlook.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    richardlau authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    8ab7f25 View commit details
    Browse the repository at this point in the history
  110. doc: move v8.getHeapCodeStatistics()

    Move v8.getHeapCodeStatistics() to its alphabetic location in the docs.
    An effort to alphabetize all the entries met some resistance on the
    grounds that it put some things in an order that wasn't logical, but
    this one should be uncontroversial, I think.
    
    PR-URL: #36027
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Trott authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    9470bf5 View commit details
    Browse the repository at this point in the history
  111. doc: escape asterisk in cctest gtest-filter

    PR-URL: #36034
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    RaisinTen authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    6daf204 View commit details
    Browse the repository at this point in the history
  112. stream: fix thrown object reference

    PR-URL: #36065
    Reviewed-By: Robert Nagy <ronagy@icloud.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    kanongil authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    7c99885 View commit details
    Browse the repository at this point in the history
  113. test: remove flaky designation for fixed test

    Remove flaky designation for test-worker-eventlooputil fixed in 9dbde1d.
    
    PR-URL: #35961
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Trott authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    b05cdfe View commit details
    Browse the repository at this point in the history
  114. querystring: reduce memory usage by Int8Array

    PR-URL: #34179
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Denys Otrishko <shishugi@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    sapics authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    e161249 View commit details
    Browse the repository at this point in the history
  115. async_hooks: fix leak in AsyncLocalStorage exit

    If exit is called and then run or enterWith are called within the
    exit function, the als instace should not be added to the storageList
    additional times. The correct behaviour is to remove the instance
    from the storageList before executing the exit handler and then to
    restore it after.
    
    PR-URL: #35779
    Reviewed-By: Vladimir de Turckheim <vlad2t@hotmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
    Reviewed-By: Andrey Pechkurov <apechkurov@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Qard authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    029ea16 View commit details
    Browse the repository at this point in the history
  116. http2: delay session.receive() by a tick

    PR-URL: #35985
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    szmarczak authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    ab2b066 View commit details
    Browse the repository at this point in the history
  117. tools: fix config serialization w/ long strings

    So that “config.gypi” gets serialized correctly in cases such as:
    
        ./configure --v8-options='--write-protect-code-memory \
        --wasm-write-protect-code-memory'
    
    Where “v8_options” gets prettyprinted into a multiline string.
    
    PR-URL: #35982
    Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    oleavr authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    23dd2b0 View commit details
    Browse the repository at this point in the history
  118. tools: enforce use of single quotes in editorconfig

    PR-URL: #36020
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    aduh95 authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    5a41282 View commit details
    Browse the repository at this point in the history
  119. doc: update list styles for remark-parse@9 rendering

    remark-parse@9.0.0 combined with our html.js tool ends a list if a
    multi-line item does not include indentation. Update our docs for this
    formatting.
    
    I looked around for a lint rule to enforce this but didn't find one
    readily available. (Happy to be shown that I'm wrong about that!) We may
    need to write one.
    
    PR-URL: #36049
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
    Trott authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    d796bc7 View commit details
    Browse the repository at this point in the history
  120. tools: update doc tools to remark-parse@9.0.0

    PR-URL: #36049
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
    Trott authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    b7441ea View commit details
    Browse the repository at this point in the history
  121. util: fix to inspect getters that access this

    Fixes: #36045
    
    Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
    
    PR-URL: #36052
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    RaisinTen authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    dfb353b View commit details
    Browse the repository at this point in the history
  122. doc: fix typo in debugger.md

    Use apostrophe for possessive.
    
    PR-URL: #36066
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
    Trott authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    4dbbbaa View commit details
    Browse the repository at this point in the history
  123. test: replace var with const

    Replace `var` with `const` in vm context for test-util-inspect.js.
    
    PR-URL: #36069
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    arsenalzp authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    3029872 View commit details
    Browse the repository at this point in the history
  124. build: conditionally clear vcinstalldir

    For scenario where target env is explicitly specified as vs2019, do
    not clear VCINSTALLDIR which was being cleared to handle fallback to
    vs2017 block when attempting to find a matching available VS.
    
    Fixes: #35856
    
    PR-URL: #36009
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    bingenito authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    6bafe04 View commit details
    Browse the repository at this point in the history
  125. src: remove duplicate logic for getting buffer

    We were fetching the buffer from the float array to send out the
    response in js land, however that logic is being duplicated in
    node_process.h. Now they will be using an inline to fetch the array
    buffers and making it more generic.
    
    PR-URL: #34553
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    yashLadha authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    2770cd9 View commit details
    Browse the repository at this point in the history
  126. assert: refactor to use more primordials

    PR-URL: #35998
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    aduh95 authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    c508bfc View commit details
    Browse the repository at this point in the history
  127. cluster: refactor to use more primordials

    PR-URL: #36011
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    aduh95 authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    929e127 View commit details
    Browse the repository at this point in the history
  128. test: add util.inspect test for null maxStringLength

    Add test case to cover currently-uncovered code.
    
    Refs: https://coverage.nodejs.org/coverage-39a7f7663e8f70fc/lib/internal/util/inspect.js.html#L333
    
    PR-URL: #36086
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
    Trott authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    b53068e View commit details
    Browse the repository at this point in the history
  129. esm: refactor to use more primordials

    PR-URL: #36019
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    aduh95 authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    8d672b8 View commit details
    Browse the repository at this point in the history
  130. vm: refactor to use more primordials

    PR-URL: #36023
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    aduh95 authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    1906f19 View commit details
    Browse the repository at this point in the history
  131. test: improve test-stream-duplex-readable-end

    - Remove unneeded listener for the `'error'` event.
    - Use `common.mustCall()`.
    - Verify that the `src` stream gets paused.
    
    PR-URL: #36056
    Refs: #35941
    Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Ricky Zhou <0x19951125@gmail.com>
    lpinca authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    8516c2e View commit details
    Browse the repository at this point in the history
  132. doc: document the error when cwd not exists in child_process.spawn

    If the option cwd does not exist, the error ENOENT is the same as
    the error emitted when the command does not exist, it's confusing.
    
    PR-URL: #34505
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    FeelyChau authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    c088434 View commit details
    Browse the repository at this point in the history
  133. doc: move shigeki to emeritus

    In email, Shigeki Ohtsu indicated that a move to emeritus would be
    appropriate at this time. I'm especially grateful for the crypto and
    security work over the years, and I'm sure I'm not the only one.
    
    PR-URL: #36093
    Reviewed-By: Shigeki Ohtsu <ohtsu@ohtsu.org>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Trott authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    4fad888 View commit details
    Browse the repository at this point in the history
  134. doc: esm docs consolidation and reordering

    PR-URL: #36046
    Reviewed-By: Bradley Farias <bradley.meck@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Geoffrey Booth <webmaster@geoffreybooth.com>
    guybedford authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    800e1db View commit details
    Browse the repository at this point in the history
  135. n-api: factor out calling pattern

    Factor out how we handle a `napi_status`-valued return internally.
    
    Signed-off-by: Gabriel Schulhof <gabriel.schulhof@intel.com>
    PR-URL: #36113
    Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Gabriel Schulhof authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    08657e7 View commit details
    Browse the repository at this point in the history
  136. tools: hide commit queue action link

    PR-URL: #36124
    Reviewed-By: Denys Otrishko <shishugi@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    aduh95 authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    28d6283 View commit details
    Browse the repository at this point in the history
  137. test: add test for fs.read when offset key is null

    added test for uncovered if statement in lib/fs.js
    
    PR-URL: #35918
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    mayankagarwals authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    b6aa42c View commit details
    Browse the repository at this point in the history
  138. test: make test-http2-client-jsstream-destroy.js reliable

    Use events instead of setTimeout() calls.
    
    Fixes: #36078
    
    PR-URL: #36129
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Trott authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    402e29a View commit details
    Browse the repository at this point in the history
  139. n-api: improve consistency of how we get context

    Refs: nodejs/node-addon-api#764
    Improve the consistency of how we get a context
    when needed. We generally used env->context() in N-API
    but there were are few exceptions that this PR addresses.
    
    Signed-off-by: Michael Dawson <mdawson@devrus.com>
    
    PR-URL: #36068
    Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
    Reviewed-By: Gabriel Schulhof <gabriel.schulhof@intel.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
    mhdawson authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    dde727e View commit details
    Browse the repository at this point in the history
  140. doc: clarify text about process not responding

    The existing text about processes not responding is unclear, at least to
    me. Suggestions for clarification welcome, but I think the best thing
    might be to state that the process may stop responding and leave it at
    that. The explanantion (about asynchronous listeners) is not clear to
    me. (Why would the fact that the listeners are asynchronous matter?) If
    it's an unnecessary detail (as seems likely), let's remove it.
    
    PR-URL: #36117
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Trott authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    8a7c2b9 View commit details
    Browse the repository at this point in the history
  141. test: deflake test-http-destroyed-socket-write2

    Ensure that the write occurs in the same tick where the socket is
    destroyed by the other peer.
    
    PR-URL: #36120
    Fixes: #36081
    Fixes: #4066
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Ricky Zhou <0x19951125@gmail.com>
    lpinca authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    3e77536 View commit details
    Browse the repository at this point in the history
  142. test: fix typo in inspector-helper.js

    PR-URL: #36127
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    lpinca authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    a563f79 View commit details
    Browse the repository at this point in the history
  143. build: try “python3” as a last resort for 3.x

    So that Xcode's Python 3 gets picked up.
    
    PR-URL: #35983
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
    Reviewed-By: Christian Clauss <cclauss@me.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    oleavr authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    304e269 View commit details
    Browse the repository at this point in the history
  144. fs: filehandle read now accepts object as argument

    PR-URL: #34180
    Fixes: #34176
    Refs: https://nodejs.org/api/fs.html#fs_filehandle_read_options
    Reviewed-By: Zeyu Yang <himself65@outlook.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    branisha authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    8d84bdc View commit details
    Browse the repository at this point in the history
  145. doc,url: fix url.hostname example

    PR-URL: #33735
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    darkrishabh authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    8fdf077 View commit details
    Browse the repository at this point in the history
  146. tools: remove bashisms from license builder script

    PR-URL: #36122
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    aduh95 authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    75e49b8 View commit details
    Browse the repository at this point in the history
  147. src: refactor using-declarations node_env_var.cc

    PR-URL: #36128
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    RaisinTen authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    5c81a10 View commit details
    Browse the repository at this point in the history
  148. fs: remove experimental from promises.rmdir recursive

    This was missed in commit 35b17d9.
    
    Refs: #34278
    Refs: #35171
    
    Signed-off-by: Anders Kaseorg <andersk@mit.edu>
    
    PR-URL: #36131
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Ben Coe <bencoe@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    andersk authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    d27e563 View commit details
    Browse the repository at this point in the history
  149. build: replace which with command -v

    PR-URL: #36118
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    RaisinTen authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    699bb34 View commit details
    Browse the repository at this point in the history
  150. tools: only use 2 cores for macos action

    There are only 2 cores available so we shouldn't be using -j8
    
    Refs: https://docs.github.com/en/free-pro-team@latest/actions/reference/specifications-for-github-hosted-runners#supported-runners-and-hardware-resources
    
    PR-URL: #36169
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Mary Marchini <oss@mmarchini.me>
    MylesBorins authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    127a4fb View commit details
    Browse the repository at this point in the history
  151. benchmark: fix build warnings

    The napi/* benchmarks were using an incorrect signature for the V8
    add-on init function. This was causing a warning.
    
    Signed-off-by: Gabriel Schulhof <gabriel.schulhof@intel.com>
    PR-URL: #36157
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Gabriel Schulhof authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    d49e0ca View commit details
    Browse the repository at this point in the history
  152. doc: de-emphasize wrapping in napi_define_class

    Change the documentation for `napi_define_class` in such a way that
    it mentions wrapping C++ class instances as a possible use for the API,
    rather than making the assumption that it is the use case for the API.
    
    Signed-off-by: Gabriel Schulhof <gabriel.schulhof@intel.com>
    Co-authored-by: Rich Trott <rtrott@gmail.com>
    Fixes: #36150
    PR-URL: #36159
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    2 people authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    f5efd54 View commit details
    Browse the repository at this point in the history
  153. tools: bump unist-util-find@1.0.1 to unist-util-find@1.0.2

    PR-URL: #36106
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Trott authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    713d1eb View commit details
    Browse the repository at this point in the history
  154. win,build,tools: support VS prerelease

    PR-URL: #36033
    Reviewed-By: Bartosz Sosnowski <bartosz@janeasystems.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    baruchiro authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    c4c8541 View commit details
    Browse the repository at this point in the history
  155. doc: add compatibility/interop technical value

    PR-URL: #35323
    Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    GeoffreyBooth authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    72fb6f8 View commit details
    Browse the repository at this point in the history
  156. async_hooks: refactor to use more primordials

    PR-URL: #36168
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    aduh95 authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    6d43c8d View commit details
    Browse the repository at this point in the history
  157. n-api: fix test_async_context warnings

    Signed-off-by: Gabriel Schulhof <gabriel.schulhof@intel.com>
    PR-URL: #36171
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
    Gabriel Schulhof authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    7a01e24 View commit details
    Browse the repository at this point in the history
  158. n-api: clean up binding creation

    * Remove dead code for `GetterCallbackWrapper` and
      `SetterCallbackWrapper`.
    * Factor out creation of new `v8::Function`s.
    * Factor out creation of new `v8::FunctionTemplate`s.
    * Turn `CallbackBundle` into a class, internalizing creation of new
      instances and garbage collection.
    
    Signed-off-by: Gabriel Schulhof <gabriel.schulhof@intel.com>
    PR-URL: #36170
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: David Carlier <devnexen@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    Gabriel Schulhof authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    81b0562 View commit details
    Browse the repository at this point in the history
  159. test: update comments in test-fs-read-offset-null

    Update comment to refer to the correct ASCII code (120 rather than 66).
    All other changes are cosmetic.
    
    PR-URL: #36152
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Trott authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    40d5928 View commit details
    Browse the repository at this point in the history
  160. doc: revise agent.destroy() text

    PR-URL: #36163
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Harshitha K P <harshitha014@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Trott authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    2f76a75 View commit details
    Browse the repository at this point in the history
  161. http: fix typo in comment

    alredy -> already
    
    PR-URL: #36193
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Pranshu Srivastava <rexagod@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Ricky Zhou <0x19951125@gmail.com>
    HollowMan6 authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    45aee0d View commit details
    Browse the repository at this point in the history
  162. doc: remove stray comma in url.md

    PR-URL: #36175
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Trott authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    47bd445 View commit details
    Browse the repository at this point in the history
  163. deps: upgrade npm to 6.14.9

    PR-URL: #36450
    Fixes: https://github.com/docs
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
    Reviewed-By: Beth Griggs <bgriggs@redhat.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    MylesBorins authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    6cea315 View commit details
    Browse the repository at this point in the history
  164. http2: check write not scheduled in scope destructor

    Fixes: #33156
    
    PR-URL: #36241
    Backport-PR-URL: #36372
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    davedoesdev authored and BethGriggs committed Dec 15, 2020
    Copy the full SHA
    71c3efe View commit details
    Browse the repository at this point in the history
  165. 2020-12-15, Version 14.15.2 'Fermium' (LTS)

    Notable Changes:
    
    - **deps**:
      - upgrade npm to 6.14.9 (Myles Borins)
        #36450
      - update acorn to v8.0.4 (Michaël Zasso)
        #35791
    - **doc**: add release key for Danielle Adams (Danielle Adams)
        #35545
    - **http2**: check write not scheduled in scope destructor (David Halls)
        #36241
    - **stream**: fix regression on duplex end (Momtchil Momtchev)
        #35941
    
    PR-URL: #36476
    BethGriggs committed Dec 15, 2020
    Copy the full SHA
    a2f9a70 View commit details
    Browse the repository at this point in the history