1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-26 16:09:27 -05:00
denoland-deno/cli/node
Bartek Iwańczuk d20e80fa50
refactor(npm): reorganize remapping built-in Node modules to remote URLs (#15755)
Changes how built-in Node modules are mapped to polyfills
from "deno_std". Instead of intertwining this logic into Node
resolution logic, we map them to "NodeResolution::BuiltIn"
which are remapped to "deno_std" URLs in ProcState.
2022-09-06 12:57:28 +02:00
..
analyze.rs feat: binary npm commands (#15542) 2022-08-23 10:39:19 -04:00
mod.rs refactor(npm): reorganize remapping built-in Node modules to remote URLs (#15755) 2022-09-06 12:57:28 +02:00