summaryrefslogtreecommitdiff
path: root/lib/internal
AgeCommit message (Expand)Author
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-25src: replaced var with letAldo Ambrosioni
2019-11-25lib: main_thread_only change var to letmatijagaspar
2019-11-25lib: change var to let in stream_base_commonsKyriakos Markakis
2019-11-25lib: use let instead of varSemir Ajruli
2019-11-25cluster: replace var with letHerrmann, Rene R. (656)
2019-11-25http: replace var with letGuilherme Goncalves
2019-11-25lib: changed var to letOliver Belaifa
2019-11-24child_process: replace var with const/let in internal/child_process.jsLuis Camargo
2019-11-24test: replace var with let in pre_execution.jsVladimir Adamic
2019-11-24http2: core.js replace var with letDaniel Schuech
2019-11-24fs: change var to letÀlvar Pérez
2019-11-24test: dns utils replace varOsmond van Hemert
2019-11-24cluster: replace var by let in shared_handle.jspoutch
2019-11-24lib: replace var to let in cli_table.jsJing Lin
2019-11-23http2: replace var with let/constPaolo Ceschi Berrini
2019-11-22readline: change var to letdnlup
2019-11-22repl: change var to letOliver Belaifa
2019-11-21crypto: remove redundant validateUint32 argumentTobias Nießen
2019-11-21http2: remove duplicated assertIsObjectZYSzys
2019-11-20crypto: add support for IEEE-P1363 DSA signaturesTobias Nießen
2019-11-20lib: replace var with letDavid OLIVIER
2019-11-19fs: make FSStatWatcher.start privateLucas Holmquist
2019-11-19module: reduce circular dependency of internal/modules/cjs/loaderJoyee Cheung
2019-11-19util: escape C1 control characters and switch to hex formatRuben Bridgewater
2019-11-18lib: change var to let/const in internal/querystring.jsArtem Maksimov
2019-11-18lib: change var to let in internal/streamsKyriakos Markakis
2019-11-18stream: replace var with letdaern91
2019-11-17src: lib/internal/timers.js var -> let/constNikolay Krashnikov
2019-11-17tls: change loop var to letXavier Redondo
2019-11-17util: replace var with letSusana Ferreira
2019-11-17lib: replace var with let/constKenza Houmani
2019-11-16esm: disable non-js exts outside package scopesGuy Bedford
2019-11-13crypto: fix key requirements in asymmetric cipherTobias Nießen
2019-11-13http: outgoing corkRobert Nagy
2019-11-12esm: unflag --experimental-modulesGuy Bedford
2019-11-09esm: exit the process with an error if loader has an issueMichaël Zasso
2019-11-09cluster: destruct primordials in lib/internal/cluster/worker.jspeze
2019-11-08module: conditional exports with flagged conditionsGuy Bedford
2019-11-05fs: add noop stub for FSWatcher.prototype.startLucas Holmquist
2019-11-05child_process,cluster: allow using V8 serialization APIAnna Henningsen
2019-11-05process: make source map getter resistant against prototype tamperingAnna Henningsen
2019-11-05encoding: make TextDecoder handle BOM correctlyAnna Henningsen
2019-11-05worker: allow specifying resource limitsAnna Henningsen
2019-11-01module: warn on using unfinished circular dependencyAnna Henningsen
2019-10-29stream: extract Readable.from in its own fileMatteo Collina
2019-10-28fs: add `bufferSize` option to `fs.opendir()`Anna Henningsen
2019-10-24module: resolve self-referencesJan Krems
2019-10-16esm: modify resolution order for specifier flagMyles Borins
2019-10-16module: refactor modules bootstrapBradley Farias