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-08-02events: expose CustomEvent on global with CLI flagDaeyeon Jeong
2022-07-31tools: enable no-var ESLint rule for libRich Trott
2022-04-24tools: enable es2022 env in ESLint configMichaël Zasso
2022-04-24tools: reduce list of globals in ESLint configRich Trott
2022-04-24crypto: expose Web Crypto API on the global scopeAntoine du Hamel
2022-04-21lib: add FormData global when fetch is enabledMichaël Zasso
2022-04-21lib: add fetchMichaël Zasso
2022-03-14tools: enable no-empty ESLint ruleRich Trott
2022-03-14tools,test: enable no-prototype-builtinsRich Trott
2022-03-14tools: enable no-cond-assign-ESLint ruleRich Trott
2022-03-14tools: increase maximum line length to 120 charactersRich Trott
2022-02-01tools: enable jsdoc/require-returns-type ESLint ruleRich Trott
2022-02-01tools: enable ESLint recommended configurationRich Trott
2022-02-01tools: enable ESLint no-constant-condition ruleRich Trott
2022-02-01tools,lib,test: enable ESLint no-regex-spaces ruleRich Trott
2022-02-01tools: enable ESLint require-yield ruleRich Trott
2022-02-01tools: enable ESLint no-sparse-arrays ruleRich Trott
2022-02-01tools: enable ESLint no-loss-of-precision ruleRich Trott
2022-02-01tools,benchmark,lib,test: enable no-case-declarations lint ruleRich Trott
2022-02-01tools: enable jsdoc/check-param-names lint ruleRich Trott
2022-02-01tools: enable prefer-object-has-own lint ruleRich Trott
2022-02-01tools: enable jsdoc/tag-lines ESLint ruleRich Trott
2022-02-01tools: enable JSDoc check-alignment lint ruleRich Trott
2022-02-01tools: enable jsdoc/require-returns-check lint ruleRich Trott
2022-02-01tools: enable jsdoc/require-param-name lint ruleRich Trott
2022-02-01tools: use jsdoc recommended rulesRich Trott
2022-02-01tools: install and enable JSDoc linting in ESLintRich Trott
2021-11-04tools: add support for import assertions in linterAntoine du Hamel
2021-10-13tools: udpate @babel/eslint-parserRich Trott
2021-10-13tools: remove @babel/plugin-syntax-import-assertionsRich Trott
2021-10-13tools: remove @bable/plugin-syntax-class-propertiesRich Trott
2021-10-13tools: remove @babel/plugin-syntax-top-level-awaitRich Trott
2021-09-06tools: add support for import assertions in linterAntoine du Hamel
2021-07-11doc: esm examples /w imports for process, BufferGuy Bedford
2021-06-11tools,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
2021-01-27tools: enable object-curly-newline in ESLint rulesRich Trott
2021-01-16doc: use ESM syntax for WASI exampleAntoine du Hamel
2021-01-16tools: add support for top-level await syntax in linterAntoine du Hamel
2020-12-09tools: enable no-unsafe-optional-chaining lint rulecjihrig
2020-12-07tools: enable no-unused-expressions lint ruleMichaël Zasso