summaryrefslogtreecommitdiff
path: root/lib/internal
AgeCommit message (Expand)Author
2019-12-06lib: add parent to ERR_UNKNOWN_FILE_EXTENSIONqualitymanifest
2019-12-06lib: add warning on dynamic import es modulesJuan José Arboleda
2019-12-06util: add internal sleep() functioncjihrig
2019-12-06module: fix dynamic import from evalCorey Farrell
2019-12-07assert: handle (deep) equal(NaN, NaN) as being identicalRuben Bridgewater
2019-12-07assert,util: stricter type comparison using deep equal comparisonsRuben Bridgewater
2019-12-07util: never trigger any proxy traps using `format()`Ruben Bridgewater
2019-12-07util: improve performance inspecting proxiesRuben Bridgewater
2019-12-07util: add more predefined color codes to inspect.colorsRuben Bridgewater
2019-12-07util: improve inspect's customInspect performanceRuben Bridgewater
2019-12-05build: remove (almost) unused macros/constantsbcoe
2019-12-05lib: delay access to CLI option to pre-executionJoyee Cheung
2019-12-05module: fixup lint and test regressionsGuy Bedford
2019-12-04module: ignore resolution failures for inspect-brkMaël Nison
2019-12-04lib,test: improves ERR_REQUIRE_ESM messageJuan José Arboleda
2019-12-04module: add warnings for experimental flagsRongjian Zhang
2019-12-04esm: make specifier flag clearly experimentalMyles Borins
2019-12-03http: remove unused hasItems() from freelistRich Trott
2019-12-03worker: add argv constructor optionlegendecas
2019-12-03http2: implement capture rection for 'request' and 'stream' eventsMatteo Collina
2019-12-03stream: add support for captureRejection optionMatteo Collina
2019-12-01tls: introduce ERR_TLS_INVALID_CONTEXTRich Trott
2019-11-30wasi: introduce initial WASI supportcjihrig
2019-11-30benchmark,doc,lib,test: prepare for padding lint ruleRich Trott
2019-11-30lib: enforce use of primordial NumberSebastien Ahkrin
2019-11-30lib: use static Number properties from primordialsMichaël Zasso
2019-11-30lib: enforce use of Boolean from primordialsMichaël Zasso
2019-11-30lib: replace Date.now function by primordial DateNowTchoupinax
2019-11-29buffer: fix 6-byte writeUIntBE() range checkBrian White
2019-11-30util: fix .format() not always calling toString when it should beRuben Bridgewater
2019-11-28module: fix specifier resolution algorithmRongjian Zhang
2019-11-28util: fix inspection of errors with tampered name or stack propertyRuben Bridgewater
2019-11-28tty: truecolor check moved before 256 checkDuncan Healy
2019-11-28http2: make maximum tolerated rejected streams configurableDenys Otrishko
2019-11-28http2: allow to configure maximum tolerated invalid framesDenys Otrishko
2019-11-28crypto: forbid setting the PBKDF2 iter count to 0Tobias Nießen
2019-11-27fs: add ENFILE to rimraf retry logiccjihrig
2019-11-27fs: add retryDelay option to rimrafcjihrig
2019-11-27fs: remove rimraf's emfileWait optioncjihrig
2019-11-27fs: make rimraf default to 0 retriescjihrig
2019-11-27fs: rename rimraf's maxBusyTries to maxRetriescjihrig
2019-11-27lib: enforce use of Array from primordialsMichaël Zasso
2019-11-26esm: data URLs should ignore unknown parametersBradley Farias
2019-11-26doc: add explanation why keep var with for loopLucas Recknagel
2019-11-26lib: use let instead of varShubham Chaturvedi
2019-11-26lib: replace var with let/constjens-cappelle
2019-11-26util: use let instead of var for util/inspect.jsLuciano
2019-11-26process: replace var with let/constJesper Ek
2019-11-26cluster: replace vars in child.jsEmaSuriano
2019-11-26lib: replace var w/ letChris Oyler