Commit Graph

21 Commits

Author SHA1 Message Date
Yoshiya Hinosawa
d1f5a368c0
BREAKING(path/unstable): move unstable overload of dirname to unstable-dirname (#5954) 2024-09-12 14:33:12 +09:00
Ian Bull
f1d3885994
refactor(path,streams): align additional error messages (#5718) 2024-08-23 12:31:01 +09:00
Yoshiya Hinosawa
8e96c1992f
feat(path/unstable): support URL input in dirname() (#5747) 2024-08-21 14:28:58 +09:00
Yoshiya Hinosawa
3155f0050a
chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
Gabriele Belluardo
a49f560dda
refactor(path): prepare for noUncheckedIndexedAccess (#4483) 2024-03-14 14:42:03 +11:00
David Luis
b2d2bd265f
test(path): move tests away from using deprecated path.posix and path.win32 (#4077)
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-01-04 08:05:20 +11:00
Lino Le Van
c46143f0ac
chore: update copyright year (#4046)
* chore: update copyright year

* fix

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-01-02 08:11:32 +11:00
Tim Reichen
9560e447c7
refactor(path): format test names (#3755)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2023-11-01 16:42:29 +09:00
Asher Gomez
239e85ad6a
BREAKING(testing, assert): move std/testing/asserts to std/assert (#3445) 2023-07-13 16:04:30 +09:00
Kamil Ogórek
3e338fda0e
BREAKING(path): rework basename and dirname to be coreutils compatible (#3089) 2023-01-26 15:49:28 +09:00
ayame113
b4239898d6
chore: update copyright header (#3082) 2023-01-03 19:47:44 +09:00
Yoshiya Hinosawa
808fe203e0
chore: update copyright header (#1871) 2022-02-02 23:21:39 +09:00
David Sherret
1425960509 Use dprint for internal formatting (denoland/deno#6682) 2021-02-01 10:46:58 +00:00
Nayeem Rahman
ccb92613f0 refactor: Don't destructure the Deno namespace (denoland/deno#6268) 2021-02-01 10:46:58 +00:00
Bartek Iwańczuk
4facff44f2 BREAKING: remove overload of Deno.test() (denoland/deno#4951)
This commit removes overload of Deno.test() that accepted named
function.
2021-02-01 10:46:57 +00:00
Bartek Iwańczuk
82a523639a refactor: rewrite tests in to use Deno.test (denoland/deno#3930) 2021-02-01 10:46:57 +00:00
Nayeem Rahman
5b2aec7a62 std: Move fs/path to the top-level (denoland/deno#3100) 2021-02-01 10:46:56 +00:00
木杉
5be16ba599 refactor(path): reorg (#101) 2019-01-10 17:11:44 -05:00
Ryan Dahl
61fdae51a7 Add testing module 2019-01-02 13:45:42 -05:00
Ryan Dahl
0772030f5d
Make compatible with latest deno (#41) 2018-12-23 18:49:46 -05:00
木杉
1a35f9daf5 migrate deno_path to deno_std (#26)
Previously https://github.com/zhmushan/deno_path
2018-12-18 21:29:39 -05:00