Age | Commit message (Collapse) | Author |
|
|
|
node_modules folder (#15971)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
code (#15806)
Co-authored-by: David Sherret <dsherret@gmail.com>
|
|
(#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.
|
|
|
|
- move errors related to Node compat from cli/node/errors.rs to "ext/node" crate
- remove dependency on "node_resolver" crate
- make some of structures private to the "cli/node" module
|
|
|
|
|
|
|
|
|
|
dashes (#15582)
|
|
|
|
Co-authored-by: David Sherret <dsherret@gmail.com>
|
|
|
|
|
|
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
|