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
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
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
2020-12-07tools: upgrade to @babel/eslint-parser 7.12.1Antoine du Hamel
2020-11-23tools: enable no-nonoctal-decimal-escape lint rulecjihrig
2020-10-11lib: add EventTarget-related browser globalsAnna Henningsen
2020-08-29doc: move package config docs to separate pageAntoine du HAMEL
2020-08-19doc: move module core module doc to separate pageAntoine du HAMEL
2020-06-05lib: initial experimental AbortController implementationJames M Snell
2020-05-30doc: fix urls to avoid redirectionsapics
2020-05-16tools: enable no-else-return lint ruleLuigi Pinca
2020-05-10tools: remove obsolete no-restricted-syntax eslint rulesRuben Bridgewater
2020-03-11tools: enable no-useless-backreference lint rulecjihrig
2020-03-11tools: enable default-case-last lint rulecjihrig
2020-01-08lib,tools,test: remove custom number-isnan rulecjihrig
2019-11-30tools: enforce blank line between functionsRich Trott
2019-11-25tools: enable more eslint rulescjihrig
2019-10-14src: implement v8 host weakref hooksGus Caplan
2019-06-11tools: activate more eslint rulesRuben Bridgewater
2019-06-11tools: update eslint configRuben Bridgewater
2019-05-24tools: edit .eslintrc.js for minor maintainability improvementsRich Trott
2019-05-20doc: improve createRequire() examplecjihrig
2019-05-16tools: update capitalized-comments eslint ruleRuben Bridgewater
2019-05-10tools: enable block-scoped-var eslint ruleRoman Reiss
2019-04-27tools: prohibit `assert.doesNotReject()` in Node.js coreRuben Bridgewater
2019-04-06lib: remove `env: node` in eslint config for lib filesJoyee Cheung
2019-03-27esm: phase two of new esm implementationguybedford