summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/01_require.js
AgeCommit message (Expand)Author
2024-01-29refactor: Use virtul ops module (#22175)Bartek Iwańczuk
2024-01-29refactor: migrate 'ext/node' extension to virtual ops module (#22157)Bartek Iwańczuk
2024-01-10refactor: use `core.ensureFastOps()` (#21888)Kenta Moriuchi
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-07refactor: pull 'core', 'internals', 'primordials' from ES module (#21462)Bartek Iwańczuk
2023-08-15fix(require): use canonicalized path for loading content (#20133)Bartek Iwańczuk
2023-08-04fix(node): repl._builtinLibs (#20046)Bartek Iwańczuk
2023-08-02feat(node): add polyfill for node:test module (#20002)Bartek Iwańczuk
2023-07-31perf: faster node globals access in cjs (#19997)Luca Casonato
2023-07-24fix(node_compat): Wrap require resolve exports in try catch block (#19592)Vedant Pandey
2023-07-19feat(ext/node): properly segregate node globals (#19307)Luca Casonato
2023-07-17fix(node): improve error message requiring non-npm es module (#19856)David Sherret
2023-07-17fix(node): improve require esm error messages (#19853)David Sherret
2023-07-02refactor: rename built-in node modules from ext:deno_node/ to node: (#19680)Bartek Iwańczuk
2023-06-26chore: fix typos (#19572)Martin Fischer
2023-05-23fix(node): duplicate node_module suffixes (#19222)Marvin Hagemeister
2023-05-17fix(node): export diagnostics_channel module (#19167)Bartek Iwańczuk
2023-05-16fix(npm): add performance.markResourceTiming sham (#19123)Bartek Iwańczuk
2023-05-11feat(node): add `Module.runMain()` (#19080)Marvin Hagemeister
2023-05-02refactor(core): Use `ObjectHasOwn` instead of `ObjectPrototypeHasOwnProperty`...Kenta Moriuchi
2023-05-02fix(npm): canonicalize filename before returning (#18948)Bartek Iwańczuk
2023-04-24fix(npm): only include top level packages in top level node_modules directory...David Sherret
2023-03-27fix(ext/node): add missing _preloadModules hook (#18447)Marvin Hagemeister
2023-03-20refactor(ext/node): untangle dependencies between js files (#18284)Bartek Iwańczuk