Skip to content

Commit 0e261b1

Browse files
Merge pull request #20 from nodejs/2021-07-23-minutes
2021-07-23 minutes
2 parents a1f46d8 + 328bf28 commit 0e261b1

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

doc/meetings/2021-07-23.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Node.js Loaders Team Meeting 2021-07-23
2+
3+
## Links
4+
5+
* **Recording**: https://www.youtube.com/watch?v=YOTlQHjtff0
6+
* **GitHub Issue**: https://github.com/nodejs/loaders/issues/19
7+
8+
## Present
9+
10+
* Loaders team: @nodejs/loaders
11+
* Geoffrey Booth: @GeoffreyBooth
12+
* Stephen Belanger: @qard
13+
* Bradley Farias: @bmeck
14+
* Jacob Smith: @JakobJingleheimer
15+
16+
## Agenda
17+
18+
* esm: consolidate ESM Loader methods [#37468](https://github.com/nodejs/node/pull/37468)
19+
20+
TODO: Move the loaders examples repo into the nodejs org.
21+
22+
## Notes
23+
24+
Jacob is getting the example loaders in https://github.com/GeoffreyBooth/node-loaders/pull/2 to work. One of the tests in there was failing, for returning `format: 'commonjs'`; but that test fails in current Node, not just in the new PR, so that’s a known issue. Jacob will add a comment to that test so we don’t stumble across it in the future. Once he finishes updating the example loaders, we’ll merge in his updates and copy the new examples into the docs examples in the nodejs PR. Then that PR should get final code review and should be able to merge in.

0 commit comments

Comments
 (0)