Skip to content

Commit 42decfb

Browse files
Merge pull request #37 from nodejs/2021-09-21
2021-09-21 notes
2 parents dd2e421 + 8a44258 commit 42decfb

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

doc/meetings/2021-09-21.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Node.js Loaders Team Meeting 2021-09-21
2+
3+
## Links
4+
5+
* **Recording**: https://youtu.be/7dzrLVauD_E
6+
* **GitHub Issue**: https://github.com/nodejs/loaders/issues/31
7+
8+
## Present
9+
10+
* Geoffrey Booth: @GeoffreyBooth
11+
* Jacob Smith: @JakobJingleheimer
12+
* Jonas Kello: @jonaskello
13+
* Maël Nison: @arcanis
14+
* Bradley Farias: @bmeck
15+
16+
## Agenda
17+
18+
## Announcements
19+
20+
*Extracted from **loaders-agenda** labeled issues and pull requests from the **nodejs org** prior to the meeting.
21+
22+
### nodejs/node
23+
24+
* module: ESM loader approach [#36954](https://github.com/nodejs/node/issues/36954)
25+
26+
### nodejs/loaders
27+
28+
* Real life analysis: Yarn's loader [#28](https://github.com/nodejs/loaders/issues/28)
29+
* Feature request: Fine grained API to implement loaders that can do what --experimental-specifier-resolution does and more [#26](https://github.com/nodejs/loaders/issues/26)
30+
31+
## Notes
32+
33+
### Yarn plug-and-play
34+
35+
* Using older API pre-refactor
36+
* 2 points
37+
* Intercept resolvers
38+
* Read files from a zip archive
39+
* Only intercepting bare part of the name
40+
* Resolving should not be different from the normal node loader
41+
* Resolve Request is custom re-implementation of node resolution algorithm
42+
* Does not modify extension searching for `--experimental-specifier-resolution` to have unknown extensions
43+

0 commit comments

Comments
 (0)