Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions doc/meetings/2021-06-25.md
Original file line number Diff line number Diff line change
@@ -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.