From 7ba4e0cfd738d429afabbda81223cc7e5a48df93 Mon Sep 17 00:00:00 2001 From: Geoffrey Booth <456802+GeoffreyBooth@users.noreply.github.com> Date: Fri, 25 Jun 2021 11:02:28 -0700 Subject: [PATCH 1/3] doc: 2021-06-25 minutes --- doc/meetings/2021-06-25.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 doc/meetings/2021-06-25.md diff --git a/doc/meetings/2021-06-25.md b/doc/meetings/2021-06-25.md new file mode 100644 index 0000000..94bab9b --- /dev/null +++ b/doc/meetings/2021-06-25.md @@ -0,0 +1,32 @@ +# Node.js Loaders Team Meeting 2021-06-25 + +## Links + +* **Recording**: https://www.youtube.com/watch?v=1y5-62Bi18k +* **GitHub Issue**: https://github.com/nodejs/loaders/issues/15 + +## Present + +* Loaders team: @nodejs/loaders +* Geoffrey Booth: @GeoffreyBooth +* Jacob Smith, @JakobJingleheimer +* Bradley Meck: @bmeck +* Bryan English: @bengl +* Stephen Belanger, @qard + +## Agenda + +## Announcements + +*Extracted from **loaders-agenda** labeled issues and pull requests from the **nodejs org** prior to the meeting. + +### nodejs/node + +* esm: consolidate ESM Loader methods [#37468](https://github.com/nodejs/node/pull/37468) + + +## Notes + +* We reviewed #37468 together. Just some documentation notes. +* Per-package loaders will come after the current work, as there are likely to be issues to resolve in the design for such a feature. +* @bmeck’s HTTPS imports PR is landing soon, but it will introduce an incompatibility with regard to `import.meta.url` with loaders. Something to sort out before both become unflagged. From 69856249ab32d774c6b9f7759bfd45da19017371 Mon Sep 17 00:00:00 2001 From: Geoffrey Booth <456802+GeoffreyBooth@users.noreply.github.com> Date: Sat, 26 Jun 2021 13:12:08 -0700 Subject: [PATCH 2/3] Update doc/meetings/2021-06-25.md Co-authored-by: Jacob Smith <3012099+JakobJingleheimer@users.noreply.github.com> --- doc/meetings/2021-06-25.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/meetings/2021-06-25.md b/doc/meetings/2021-06-25.md index 94bab9b..fc37053 100644 --- a/doc/meetings/2021-06-25.md +++ b/doc/meetings/2021-06-25.md @@ -18,7 +18,7 @@ ## Announcements -*Extracted from **loaders-agenda** labeled issues and pull requests from the **nodejs org** prior to the meeting. +* Extracted from **loaders-agenda** labeled issues and pull requests from the **nodejs org** prior to the meeting. ### nodejs/node From 986f2a731c8341a2f2b4be7f6eecead47ccd8cf6 Mon Sep 17 00:00:00 2001 From: Geoffrey Booth <456802+GeoffreyBooth@users.noreply.github.com> Date: Sat, 26 Jun 2021 13:12:12 -0700 Subject: [PATCH 3/3] Update doc/meetings/2021-06-25.md Co-authored-by: Jacob Smith <3012099+JakobJingleheimer@users.noreply.github.com> --- doc/meetings/2021-06-25.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/meetings/2021-06-25.md b/doc/meetings/2021-06-25.md index fc37053..b06a4bd 100644 --- a/doc/meetings/2021-06-25.md +++ b/doc/meetings/2021-06-25.md @@ -9,10 +9,10 @@ * Loaders team: @nodejs/loaders * Geoffrey Booth: @GeoffreyBooth -* Jacob Smith, @JakobJingleheimer +* Jacob Smith: @JakobJingleheimer * Bradley Meck: @bmeck * Bryan English: @bengl -* Stephen Belanger, @qard +* Stephen Belanger: @qard ## Agenda