summaryrefslogtreecommitdiff
path: root/lib/path.js
AgeCommit message (Expand)Author
2019-11-09path: replace var with let in lib/path.jspeze
2019-10-05lib: introduce no-mixed-operators eslint rule to libZYSzys
2019-08-05path: improve normalization performanceBrian White
2019-07-14path: move branch to the correct locationRuben Bridgewater
2019-07-14path: using .relative() should not return a trailing slashRuben Bridgewater
2019-04-18path: simplify normalizeStringRuben Bridgewater
2019-04-03path: refactor for less indentationRuben Bridgewater
2019-03-30benchmark,lib: change var to constRuben Bridgewater
2019-03-29path: remove dead codeRuben Bridgewater
2019-03-28path: fix win32 parse regressionRuben Bridgewater
2019-03-01path: refactor code for clarityRuben Bridgewater
2019-03-01path: refactor for less indentationRuben Bridgewater
2019-03-01path: simplify code and remove obsolete checksRuben Bridgewater
2019-03-01path: refactor logic for to reduce code branchesRuben Bridgewater
2019-03-01path: minor refactoringRuben Bridgewater
2019-03-01path: refactor more path code for simplicityRuben Bridgewater
2019-03-01path: more small refactoringsRuben Bridgewater
2019-03-01path: minor refactoringRuben Bridgewater
2018-12-06path: replace assertPath() with validatorcjihrig
2018-10-30lib: remove useless cwd in posix.resolveZYSzys
2018-09-16path: remove unnecessary if statementWilliam Chargin
2018-03-25lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater
2018-03-23path: fix regression in posix.normalizeMichaël Zasso
2018-03-14path: remove redundant functionSergey Golovin
2018-03-05lib: port errors to new systemMichaël Zasso
2018-02-17path: replace duplicate conditions by functionsSergey Golovin
2018-02-12path: replace "magic" numbers by readable constantsSergey Golovin
2018-01-11path: fix path.normalize for relative pathsWeijia Wang
2017-11-22benchmark,path: remove unused variables薛定谔的猫
2017-11-16path: remove obsolete commentRich Trott
2017-10-19tools: enable additional eslint rulesAnatoli Papirovski
2017-10-02doc: fix unassigned deprecation codeJames M Snell
2017-10-02path: deprecate internal _makeLong, replaceJames M Snell
2017-09-26path: fix normalize paths ending with two dotsMichaël Zasso
2017-08-30path: fix normalize on directories with two dotsMichaël Zasso
2017-07-30path: fix win32 volume-relative pathsTimothy Gu
2017-07-26path: remove unnecessary string copiesTobias Nießen
2017-07-03path: fix incorrect use of ERR_INVALID_ARG_TYPETobias Nießen
2017-06-06path: use internal/errors.jsSebastian Van Sande
2017-03-10meta: restore original copyright headerJames M Snell
2016-09-24path: fallback to process cwd when resolving drive cwdJason Ginchereau
2016-09-20path: fix path.relative UNC path resultJason Ginchereau
2016-05-18path: fix basename() regressionsBrian White
2016-05-11benchmark,test,lib: remove extra spacesRich Trott
2016-04-04path: fix win32.isAbsolute() inconsistencyBrian White
2016-03-17path: assert inputs are stringsBrian White
2016-03-16path: refactor path.format() repeated codeRich Trott
2016-03-07path: fix normalize for absolutesEvan Lucas
2016-02-29path: fix path.relative() for prefixes at rootOwen Smith
2016-02-29path: fix win32 parse()Zheng Chaoping