summaryrefslogtreecommitdiff
path: root/lib/path.js
Commit message (Expand)AuthorAgeFilesLines
* path: fix comment grammarthecodrr2020-04-281-3/+3
* path: replace var with let in lib/path.jspeze2019-11-091-52/+50
* lib: introduce no-mixed-operators eslint rule to libZYSzys2019-10-051-6/+6
* path: improve normalization performanceBrian White2019-08-051-1/+4
* path: move branch to the correct locationRuben Bridgewater2019-07-141-2/+2
* path: using .relative() should not return a trailing slashRuben Bridgewater2019-07-141-5/+10
* path: simplify normalizeStringRuben Bridgewater2019-04-181-7/+7
* path: refactor for less indentationRuben Bridgewater2019-04-031-43/+43
* benchmark,lib: change var to constRuben Bridgewater2019-03-301-1/+1
* path: remove dead codeRuben Bridgewater2019-03-291-37/+14
* path: fix win32 parse regressionRuben Bridgewater2019-03-281-0/+1
* path: refactor code for clarityRuben Bridgewater2019-03-011-65/+63
* path: refactor for less indentationRuben Bridgewater2019-03-011-174/+147
* path: simplify code and remove obsolete checksRuben Bridgewater2019-03-011-34/+25
* path: refactor logic for to reduce code branchesRuben Bridgewater2019-03-011-14/+16
* path: minor refactoringRuben Bridgewater2019-03-011-68/+57
* path: refactor more path code for simplicityRuben Bridgewater2019-03-011-58/+45
* path: more small refactoringsRuben Bridgewater2019-03-011-136/+91
* path: minor refactoringRuben Bridgewater2019-03-011-76/+41
* path: replace assertPath() with validatorcjihrig2018-12-061-30/+25
* lib: remove useless cwd in posix.resolveZYSzys2018-10-301-4/+1
* path: remove unnecessary if statementWilliam Chargin2018-09-161-11/+9
* lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater2018-03-251-3/+3
* path: fix regression in posix.normalizeMichaël Zasso2018-03-231-7/+15
* path: remove redundant functionSergey Golovin2018-03-141-77/+9
* lib: port errors to new systemMichaël Zasso2018-03-051-8/+6
* path: replace duplicate conditions by functionsSergey Golovin2018-02-171-111/+76
* path: replace "magic" numbers by readable constantsSergey Golovin2018-02-121-111/+127
* path: fix path.normalize for relative pathsWeijia Wang2018-01-111-20/+10
* benchmark,path: remove unused variables薛定谔的猫2017-11-221-4/+0
* path: remove obsolete commentRich Trott2017-11-161-1/+0
* tools: enable additional eslint rulesAnatoli Papirovski2017-10-191-10/+8
* doc: fix unassigned deprecation codeJames M Snell2017-10-021-1/+1
* path: deprecate internal _makeLong, replaceJames M Snell2017-10-021-4/+6
* path: fix normalize paths ending with two dotsMichaël Zasso2017-09-261-16/+20
* path: fix normalize on directories with two dotsMichaël Zasso2017-08-301-2/+12
* path: fix win32 volume-relative pathsTimothy Gu2017-07-301-20/+25
* path: remove unnecessary string copiesTobias Nießen2017-07-261-4/+6
* path: fix incorrect use of ERR_INVALID_ARG_TYPETobias Nießen2017-07-031-2/+2
* path: use internal/errors.jsSebastian Van Sande2017-06-061-10/+8
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* path: fallback to process cwd when resolving drive cwdJason Ginchereau2016-09-241-3/+5
* path: fix path.relative UNC path resultJason Ginchereau2016-09-201-5/+1
* path: fix basename() regressionsBrian White2016-05-181-4/+8
* benchmark,test,lib: remove extra spacesRich Trott2016-05-111-2/+2
* path: fix win32.isAbsolute() inconsistencyBrian White2016-04-041-50/+10
* path: assert inputs are stringsBrian White2016-03-171-12/+6
* path: refactor path.format() repeated codeRich Trott2016-03-161-24/+16
* path: fix normalize for absolutesEvan Lucas2016-03-071-2/+2
* path: fix path.relative() for prefixes at rootOwen Smith2016-02-291-12/+22