aduh95 · GitHub

@aduh95

devsnek

aduh95

Closed

@aduh95 aduh95 added the semver-minor

PRs that contain new features and should be released in the next minor version.

label

Sep 28, 2021

@aduh95

VoltrexKeyva

targos

@aduh95 aduh95 added author ready

PRs that have at least one approval, no pending requests for changes, and a CI started.

request-ci

Add this label to start a Jenkins CI on a PR.

labels

Oct 1, 2021

Open

19 tasks

This was referenced

Oct 3, 2021

Open

Open

guybedford

Open

21 tasks

@aduh95

@aduh95 aduh95 added request-ci

Add this label to start a Jenkins CI on a PR.

and removed author ready

PRs that have at least one approval, no pending requests for changes, and a CI started.

labels

Oct 5, 2021

GeoffreyBooth

Open

24 tasks

This was referenced

Oct 7, 2021

Open

Open

Open

@aduh95 aduh95 added the commit-queue

Add this label to land a pull request using GitHub Actions.

label

Oct 9, 2021

nodejs-github-bot pushed a commit that referenced this pull request

Oct 9, 2021
PR-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

aduh95 deleted the vm-import-assertion-dynamic branch

October 9, 2021 08:59

This was referenced

Oct 10, 2021

Open

Open

Open

targos pushed a commit that referenced this pull request

Oct 13, 2021
PR-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, 2021
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

richardlau added a commit that referenced this pull request

Oct 19, 2021
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 19, 2021
Notable 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, 2021
Notable 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

Read the original on github.com ↗