Closed
aduh95
added
the
semver-minor
label
Sep 28, 2021
aduh95
added
author ready
labels
Oct 1, 2021Open
19 tasks
This was referenced
Oct 3, 2021Open
Open
Open
21 tasks
aduh95
added
request-ci
and removed author ready
PRs that have at least one approval, no pending requests for changes, and a CI started.labels
Oct 5, 2021Open
24 tasks
This was referenced
Oct 7, 2021Open
Open
Open
aduh95
added
the
commit-queue
label
Oct 9, 2021nodejs-github-bot pushed a commit that referenced this pull request
Oct 9, 2021PR-URL: #40249 Reviewed-By: Bradley Farias <bradley.meck@gmail.com> Reviewed-By: Guy Bedford <guybedford@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
aduh95 deleted the vm-import-assertion-dynamic branch
October 9, 2021 08:59This was referenced
Oct 10, 2021Open
Open
Open
targos pushed a commit that referenced this pull request
Oct 13, 2021PR-URL: #40249 Reviewed-By: Bradley Farias <bradley.meck@gmail.com> Reviewed-By: Guy Bedford <guybedford@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
Merged
2 tasks
richardlau added a commit that referenced this pull request
Oct 18, 2021Merged
richardlau added a commit that referenced this pull request
Oct 19, 2021richardlau added a commit that referenced this pull request
Oct 19, 2021Notable Changes: Experimental ESM Loader Hooks API: Node.js ESM Loader hooks have been consolidated to represent the steps involved needed to facilitate future loader chaining: 1. `resolve`: `resolve` [+ `getFormat`] 2. `load`: `getFormat` + `getSource` + `transformSource` For consistency, `getGlobalPreloadCode` has been renamed to `globalPreload`. A loader exporting obsolete hook(s) will trigger a single deprecation warning (per loader) listing the errant hooks. Contributed by Jacob Smith, Geoffrey Booth, and Bradley Farias - #37468 Other Notable Changes: deps: * upgrade npm to 8.1.0 (npm team) #40463 doc: * deprecate (doc-only) http abort related (dr-js) #36670 vm: * (SEMVER-MINOR) add support for import assertions in dynamic imports (Antoine du Hamel) #40249 PR-URL: #40504
richardlau added a commit that referenced this pull request
Oct 20, 2021Notable Changes: Experimental ESM Loader Hooks API: Node.js ESM Loader hooks have been consolidated to represent the steps involved needed to facilitate future loader chaining: 1. `resolve`: `resolve` [+ `getFormat`] 2. `load`: `getFormat` + `getSource` + `transformSource` For consistency, `getGlobalPreloadCode` has been renamed to `globalPreload`. A loader exporting obsolete hook(s) will trigger a single deprecation warning (per loader) listing the errant hooks. Contributed by Jacob Smith, Geoffrey Booth, and Bradley Farias - #37468 Other Notable Changes: deps: * upgrade npm to 8.1.0 (npm team) #40463 doc: * deprecate (doc-only) http abort related (dr-js) #36670 vm: * (SEMVER-MINOR) add support for import assertions in dynamic imports (Antoine du Hamel) #40249 PR-URL: #40504
Merged
1 task