Skip to content

Commit 29e28bb

Browse files
Merge pull request #16 from nodejs/2021-06-25
2 parents a66c7e4 + 986f2a7 commit 29e28bb

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

doc/meetings/2021-06-25.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Node.js Loaders Team Meeting 2021-06-25
2+
3+
## Links
4+
5+
* **Recording**: https://www.youtube.com/watch?v=1y5-62Bi18k
6+
* **GitHub Issue**: https://github.com/nodejs/loaders/issues/15
7+
8+
## Present
9+
10+
* Loaders team: @nodejs/loaders
11+
* Geoffrey Booth: @GeoffreyBooth
12+
* Jacob Smith: @JakobJingleheimer
13+
* Bradley Meck: @bmeck
14+
* Bryan English: @bengl
15+
* Stephen Belanger: @qard
16+
17+
## Agenda
18+
19+
## Announcements
20+
21+
* Extracted from **loaders-agenda** labeled issues and pull requests from the **nodejs org** prior to the meeting.
22+
23+
### nodejs/node
24+
25+
* esm: consolidate ESM Loader methods [#37468](https://github.com/nodejs/node/pull/37468)
26+
27+
28+
## Notes
29+
30+
* We reviewed #37468 together. Just some documentation notes.
31+
* 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.
32+
* @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.

0 commit comments

Comments
 (0)