summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/01_require.js
AgeCommit message (Expand)Author
2024-11-13feat(node): stabilize detecting if CJS via `"type": "commonjs"` in a package....David Sherret
2024-11-13fix(ext/node): process.getBuiltinModule (#26833)Divy Srivastava
2024-11-04fix(ext/node): add `findSourceMap` to the default export of `node:module` (#2...Nathan Whitaker
2024-11-01fix: improved support for cjs and cts modules (#26558)David Sherret
2024-10-31fix(ext/node): resolve exports even if parent module filename isn't present (...Nathan Whitaker
2024-09-19fix: cjs resolution cases (#25739)snek
2024-09-17fix(ext/node): stub `inspector/promises` (#25635)Divy Srivastava
2024-09-15fix(ext/node): add stubs for `node:trace_events` (#25628)Divy Srivastava
2024-09-13fix(ext/node): attach console stream properties (#25617)snek
2024-09-12feat(ext/node): expose ES modules for _ modules (#25588)Bartek Iwańczuk
2024-09-10feat: require(esm) (#25501)snek
2024-09-04feat(cli): give access to `process` global everywhere (#25291)Luca Casonato
2024-08-28refactor(ext): throw new error instead of throw error (#25272)Ian Bull
2024-08-28refactor: don't virtualize the `console` global for node mode (#25263)Luca Casonato
2024-08-28fix(ext/node): throw when loading `cpu-features` module (#25257)Divy Srivastava
2024-08-22fix(ext/node): register `node:wasi` built-in (#25134)Divy Srivastava
2024-08-14fix: `node:inspector` not being registered (#25007)Marvin Hagemeister
2024-08-09fix: stub `node:module.register()` (#24965)Marvin Hagemeister
2024-07-31feat: upgrade V8 to 12.8 (#24693)snek
2024-07-28fix: actually add missing `node:readline/promises` module (#24772)David Sherret
2024-07-11fix: unblock fsevents native module (#24542)snek
2024-06-26refactor: move PackageJson to deno_config (#24348)David Sherret
2024-06-25feat: add module.parent (#24333)snek
2024-06-10fix: Rewrite Node-API (#24101)snek
2024-05-20fix(node): stub findSourceMap for `ava` (#23899)Marvin Hagemeister
2024-04-30fix(node): require.resolve - fallback to global cache when bare specifier fro...David Sherret
2024-04-05fix(ext/node): Add "module" to builtinsModule (#23242)Divy Srivastava
2024-03-13fix(node): resolve types via package.json for directory import (#22878)David Sherret
2024-03-08fix(ext/node): Implement `isBuiltin` in `node:module` (#22817)Nathan Whitaker
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