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
2020-05-25util: fix inspection of class instance prototypesRuben Bridgewater
2020-03-13util: text decoding allows SharedArrayBufferBradley Farias
2020-01-05lib: replace Map global by the primordialsSebastien Ahkrin
2019-12-13lib: update Symbol.toStringTag by SymbolToStringTag primordialSebastien Ahkrin
2019-12-08lib: replace Symbol global by the primordials SymbolSebastien Ahkrin
2019-11-26lib: replace var with let/constTijl Claessens
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-05encoding: make TextDecoder handle BOM correctlyAnna Henningsen
2019-09-13util: add encodeInto to TextEncoderAnna Henningsen
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-03-30benchmark,lib: change var to constRuben Bridgewater
2019-03-25lib: remove usage of require('util')dnlup
2019-03-22lib: move extra properties into error creationRuben Bridgewater
2019-02-28lib: don't use `util.inspect()` internalsRuben Bridgewater
2018-12-28lib: expose all type checks from the internal types moduleRuben Bridgewater
2018-12-05src,lib: make process.binding('config') internalMasashi Hirano
2018-10-16src: remove function hasTextDecoder in encoding.jsChi-chi Wang
2018-10-15buffer: move process.binding('buffer') to internalBindingWeijia Wang
2018-10-09icu: make process.binding('icu') internalcjihrig
2018-10-04bootstrapper: move internalBinding to NativeModuleGus Caplan
2018-03-25lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater
2018-03-15src: put bootstrappers in lib/internal/bootstrap/Joyee Cheung
2018-03-07lib: port remaining errors to new systemMichaël Zasso
2018-03-06src: move internal loaders out of bootstrap_node.jsJoyee Cheung
2018-03-05util: introduce `util.types.is[…]` type checksAnna Henningsen
2018-02-01lib: extract validation functionsTimothy O. Peters
2017-11-12lib: improve the usage of TypeError[INVALID_ARG_TYPE]Weijia Wang
2017-10-24util: graduate TextEncoder/TextDecoder, testsJames M Snell
2017-10-02lib: faster type checks for some typesTimothy Gu
2017-08-05encoding: rudimentary TextDecoder support w/o ICUTimothy Gu
2017-07-25util: implement WHATWG Encoding Standard APIJames M Snell