Commit Graph

14 Commits

Author SHA1 Message Date
Ian Bull
ae78abb085
refactor(toml,msgpack,crypto,data-structures): align the error messages to the style guide (#5705)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-08-21 16:15:14 +09:00
Asher Gomez
54f6277ce2
chore(data-structures): remove redundant constructor examples (#5510)
chore(data-structures): remove constructor examples
2024-07-23 12:05:43 +09:00
Yusuke Tanaka
492b01b7cb
docs(data-structures): get all @link nodes working (#5422)
This commit fixes the documentation in data-structures so all broken @link nodes
are correctly linked.
2024-07-11 19:46:19 -07:00
Asher Gomez
d102a10235
refactor(assert,async,bytes,cli,collections,crypto,csv,data-structures,datetime,dotenv,encoding,expect,fmt,front-matter,fs,html,http,ini,internal,io,json,jsonc,log,media-types,msgpack,net,path,semver,streams,testing,text,toml,ulid,url,uuid,webgpu,yaml): import from @std/assert (#5199)
* refactor: import from `@std/assert`

* update
2024-06-30 08:30:10 +00:00
Asher Gomez
31b906db99
chore: ensure code examples use assertions in Doc Linter (#4911) 2024-06-03 14:10:27 +10:00
Yoshiya Hinosawa
826344cd29
docs(data-structures): enables doc lint of data-structures (#4847) 2024-05-27 14:30:26 +09:00
Asher Gomez
79acf78b2a
BREAKING(data-structures): hide private internals (#4827)
* refactor(data-structures): remove `private` use

* tweaks

* work

* fix

* Fix

Co-authored-by: lucacasonato <hello@lcas.dev>

---------

Co-authored-by: lucacasonato <hello@lcas.dev>
2024-05-23 07:08:37 +10:00
Luca Casonato
345854c8d6
docs(data-structures): improve documentation (#4793)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-05-22 14:55:34 +09:00
Luca Casonato
78614676a1
Revert "BREAKING(data-structures): hide private internals" (#4801)
Revert "BREAKING(data-structures): hide private internals (#4794)"

This reverts commit edfb539dad.
2024-05-21 14:57:14 +00:00
Luca Casonato
edfb539dad
BREAKING(data-structures): hide private internals (#4794)
This commit makes the internals of
`BinarySearchTree` properly private, so that
`BinarySearchNode` is not leaked in public types anymore.
2024-05-21 14:24:23 +02:00
Yoshiya Hinosawa
3155f0050a
chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
Simon Holloway
f2324e55f4
refactor(data_structures): prepare for noUncheckedIndexedAccess (#4146)
* refactor(data_structures): prepare for `noUncheckedIndexedAccess`

* tweak

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-01-10 20:18:34 +00: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
Asher Gomez
255a3765d3
feat: std/data_structures (#3734) 2023-11-15 21:17:44 +11:00