You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
0 commit comments