Slide 8
Slide 8 text
#dotjs
The Node resolution: simple, makes no assumptions
Overview of the resolution
foo/file.js
Package manager (yarn install)
Node Resolver (node_modules)
What is the closest node_modules?
Which file asks for foo/file.js?
Does it contain foo/file.js?
require(“foo/file.js”)
/n_m/bar/n_m/foo/file.js