summaryrefslogtreecommitdiff
path: root/lib/path.js
Commit message (Expand)AuthorAgeFilesLines
* path: indicate index of wrong resolve() parametersosoba2023-05-041-3/+2
* lib: add trailing commas to all public core modulesAntoine du Hamel2023-02-281-2/+2
* path: the dot will be added(path.format) if it is not specified in `ext`theanarkh2022-10-101-1/+5
* path: change basename() argument from ext to suffixRich Trott2022-09-271-16/+16
* lib: fix typos in lib code commentsYoshiki2021-11-121-1/+1
* path: inline conditionsVoltrex2021-05-121-5/+1
* typings: add JSDoc types to lib/pathSimon Knott2021-04-141-6/+105
* typings: add types for internalBinding('fs')Michaël Zasso2021-04-141-0/+8
* path: fix POSIX path.resolve() perf regressionBrian White2021-04-061-13/+19
* path: fix posix.relative() on WindowsRich Trott2021-04-021-1/+15
* path: refactor to use more primordialsAkhil Marsonya2021-04-011-2/+2
* lib: refactor to use validateObjectZiJian Liu2021-01-281-5/+5
* path: refactor to use more primordialsAntoine du Hamel2020-12-021-131/+176
* 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