Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-04stream: expose web streams globals, remove runtime experimental warningAntoine du Hamel
2022-02-21lib: add legacy built-in functions to primordialsAntoine du Hamel
2022-02-19tools: add `console` to the list of restricted globalsAntoine du Hamel
2022-02-18lib: add FormData global when fetch is enabledMichaël Zasso
2022-02-18tools: add timers functions to the list of restricted globalsAntoine du Hamel
2022-02-18tools,lib: remove `global` and `Intl` from the list of globalsAntoine du Hamel
2022-02-16lib: restrict usage of fetch related globals in core internalsAntoine du Hamel
2022-02-14build,tools: change the quotes in YAMLMestery
2022-02-14crypto: expose Web Crypto API on the global scopeAntoine du Hamel
2021-12-24worker: expose BroadcastChannel as a globalJames M Snell
2021-12-24buffer: expose Blob as a globalJames M Snell
2021-12-10fs: fix error codes for `fs.cp`Antoine du Hamel
2021-09-21tools: extend default yamllint configMichaël Zasso
2021-08-28lib: add structuredClone() globalEthan Arrowood
2021-08-06lib: expose `DOMException` as globalXadillaX
2021-04-28lib: harden lint checks for globalsAntoine du Hamel
2021-04-17lib: enforce using `primordials.globalThis` instead of `global`Antoine du Hamel
2021-04-13lib: add `globalThis` to primordialsAntoine du Hamel
2021-04-13lib: add `WeakRef` and `FinalizationRegistry` to `primordials`ExE Boss
2021-03-03tools: add ESLint rule no-array-destructuringAntoine du Hamel
2021-02-18lib: add URI handling functions to primordialsAntoine du Hamel
2020-11-19http: add support for abortsignal to http.requestBenjamin Gruenbaum
2020-11-09tools,lib: recommend using safe primordialsAntoine du Hamel
2020-11-09tools,lib: tighten prefer-primordials rules for Error staticsAntoine du Hamel
2020-11-07tools: add new ESLint rule: prefer-primordialsLeko
2020-10-07lib: use remaining typed arrays from primordialsMichaël Zasso
2020-10-07lib: use Number.parseFloat from primordialsMichaël Zasso
2020-10-07lib: use Number.parseInt from primordialsMichaël Zasso
2020-10-07lib: use global Error constructors from primordialsMichaël Zasso
2020-10-04lib: replace String global with primordialsSebastien Ahkrin
2020-10-04lib: replace Int8Array global with primordialsSebastien Ahkrin
2020-10-04lib: replace Int32Array global with primordialsSebastien Ahkrin
2020-10-04lib: replace Float64Array global with primordialsSebastien Ahkrin
2020-06-02lib: add Int16Array primordialsSebastien Ahkrin
2020-01-13lib: replace BigInt64Array global by the primordialsSebastien Ahkrin
2020-01-10lib: add Uint16Array primordialsSebastien Ahkrin
2020-01-08lib,tools,test: remove custom number-isnan rulecjihrig
2020-01-08lib: add RegExp primordialsSebastien Ahkrin
2020-01-08lib: replace Float32Array global by the primordialsSebastien Ahkrin
2020-01-08lib: replace BigUInt64Array global by the primordialsSebastien Ahkrin
2020-01-05lib: replace Map global by the primordialsSebastien Ahkrin
2020-01-05lib: replace use of Error with primordialsSebastien Ahkrin
2020-01-04lib: replace Set global by the primordialsSebastien Ahkrin
2020-01-04lib: replace WeakSet global by the primordialsSebastien Ahkrin
2020-01-04lib: replace WeakMap global by the primordialsSebastien Ahkrin
2019-12-16lib: enforce use of Promise from primordialsMichaël Zasso
2019-12-13lib: enforce use of BigInt from primordialsMichaël Zasso
2019-12-08lib: replace Symbol global by the primordials SymbolSebastien Ahkrin
2019-12-06build: remove (almost) unused macros/constantsbcoe
2019-11-30lib: enforce use of primordial NumberSebastien Ahkrin