- Recording: https://youtu.be/7dzrLVauD_E
- GitHub Issue: #31
- Geoffrey Booth: @GeoffreyBooth
- Jacob Smith: @JakobJingleheimer
- Jonas Kello: @jonaskello
- Maël Nison: @arcanis
- Bradley Farias: @bmeck
*Extracted from loaders-agenda labeled issues and pull requests from the nodejs org prior to the meeting.
- module: ESM loader approach #36954
- Real life analysis: Yarn's loader #28
- Feature request: Fine grained API to implement loaders that can do what --experimental-specifier-resolution does and more #26
- Using older API pre-refactor
- 2 points
- Intercept resolvers
- Read files from a zip archive
- Only intercepting bare part of the name
- Resolving should not be different from the normal node loader
- Resolve Request is custom re-implementation of node resolution algorithm
- Does not modify extension searching for
--experimental-specifier-resolution
to have unknown extensions
- Does not modify extension searching for