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-05-02src: add initial shadow realm supportlegendecas
2022-04-04tools: enable no-var ESLint rule for libRich Trott
2022-04-04stream: expose web streams globals, remove runtime experimental warningAntoine du Hamel
2022-02-20tools: enable es2022 env in ESLint configMichaël Zasso
2022-02-18lib: add FormData global when fetch is enabledMichaël Zasso
2022-02-18tools: reduce list of globals in ESLint configRich Trott
2022-02-14crypto: expose Web Crypto API on the global scopeAntoine du Hamel
2022-02-05tools: enable no-empty ESLint ruleRich Trott
2022-02-03tools,test: enable no-prototype-builtinsRich Trott
2022-02-01lib: add fetchMichaël Zasso
2022-01-23tools: enable no-cond-assign-ESLint ruleRich Trott
2022-01-21tools: increase maximum line length to 120 charactersRich Trott
2022-01-14tools: enable ESLint recommended configurationRich Trott
2022-01-14tools: enable ESLint no-constant-condition ruleRich Trott
2022-01-14tools,lib,test: enable ESLint no-regex-spaces ruleRich Trott
2022-01-14tools: enable ESLint require-yield ruleRich Trott
2022-01-14tools: enable ESLint no-sparse-arrays ruleRich Trott
2022-01-14tools: enable ESLint no-loss-of-precision ruleRich Trott
2022-01-05tools,benchmark,lib,test: enable no-case-declarations lint ruleRich Trott
2021-12-29tools: enable jsdoc/check-param-names lint ruleRich Trott
2021-12-24worker: expose BroadcastChannel as a globalJames M Snell
2021-12-24buffer: expose Blob as a globalJames M Snell
2021-12-21tools: enable prefer-object-has-own lint ruleRich Trott
2021-12-19tools: enable jsdoc/tag-lines ESLint ruleRich Trott
2021-12-12tools: enable jsdoc/require-returns-type ESLint ruleRich Trott
2021-12-09tools: enable JSDoc check-alignment lint ruleRich Trott
2021-12-07tools: enable jsdoc/require-returns-check lint ruleRich Trott
2021-12-05tools: enable jsdoc/require-param-name lint ruleRich Trott
2021-12-05tools: use jsdoc recommended rulesRich Trott
2021-12-02tools: install and enable JSDoc linting in ESLintRich Trott
2021-10-17tools: add support for import assertions in linterAntoine du Hamel
2021-10-12tools: udpate @babel/eslint-parserRich Trott
2021-10-12tools: remove @babel/plugin-syntax-import-assertionsRich Trott
2021-10-12tools: remove @bable/plugin-syntax-class-propertiesRich Trott
2021-10-12tools: remove @babel/plugin-syntax-top-level-awaitRich Trott
2021-09-03tools: add support for import assertions in linterAntoine du Hamel
2021-08-28lib: add structuredClone() globalEthan Arrowood
2021-08-06lib: expose `DOMException` as globalXadillaX
2021-06-25doc: esm examples /w imports for process, BufferGuy Bedford
2021-06-03tools,doc: forbid CJS globals in ESM code snippetsAntoine du Hamel
2021-06-01tools: remove exception for Node.js 8 and earlierRich Trott
2021-04-07tools: relax max-len lint rule for template stringsRich Trott
2021-04-01perf_hooks: make performance a globalJames M Snell
2021-03-28tools: improve valid-typeof lint ruleRich Trott
2021-03-25buffer: expose btoa and atob as globalsJames M Snell
2021-03-15lib: implement AbortSignal.abort()James M Snell
2021-03-06tools: add support for mjs and cjs JS snippet lintingAntoine du Hamel
2021-03-03tools: update eslint-plugin-markdown configurationcjihrig
2021-02-19tools: make comma-dangle ESLint rule more stringent …Rich Trott
2021-02-12doc: refactor fs docs structureJames M Snell