diff --git a/doc/meetings/2021-06-25.md b/doc/meetings/2021-06-25.md new file mode 100644 index 0000000..b06a4bd --- /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.