Commit Graph

22 Commits

Author SHA1 Message Date
Asher Gomez
2d5b5b42bc
chore(data-structures): release data-structures@1.0.0-rc.1 (#4987) 2024-06-10 16:21:33 +12:00
denobot
0ea4868542
chore: release 2024.06.06 (#4984)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-06-06 20:26:57 +09:00
Asher Gomez
32e1fce632
refactor(data-structures): remove use of public keyword (#4983) 2024-06-06 17:50:15 +10:00
denobot
b9374d3715
chore: release 2024.06.03 (#4935)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-06-03 15:44:03 +09:00
Asher Gomez
31b906db99
chore: ensure code examples use assertions in Doc Linter (#4911) 2024-06-03 14:10:27 +10:00
Asher Gomez
79d6a70729
docs(assert,cli,data-structures,expect,fmt,front-matter,html,http,jsonc,semver,streams,text,toml,webgpu): add snippet checks in module, function and class docs to doc checker (#4855)
* chore: add snippet checks to module docs

* fix

* work

* tweak
2024-05-31 12:01:46 +10:00
denobot
673c436739
chore: release 2024.05.29 (#4883)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-05-29 18:56:12 +09: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
denobot
51dc36d563
chore: release 2024.05.22 (#4830)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-05-22 19:57:28 +09: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
Asher Gomez
46d9fa594c
chore: update browser-compatible files with declaration (#4560) 2024-04-10 12:43:44 +10:00
Asher Gomez
9871f24014
docs(data_structures): add module example (#4477) 2024-03-12 16:57:03 +11:00
David Sherret
ef6b95f0c7
refactor: make the code work under verbatimModuleSyntax (#4406)
* Start

* Update

* Format

* Revert deno.json change

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-02-27 21:57:25 +00: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
Tim Reichen
86701972ed
test(data_structures): format test names (#3991)
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2023-12-28 13:17:21 +09:00
David Sherret
b0803619af
refactor: add some missing explicit types (#3997)
* refactor: add some missing return types and mark some non-exported types as `@internal`

* Update expect/fn.ts

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>

* Remove @internals

* nits

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2023-12-19 00:26:13 +00:00
Asher Gomez
255a3765d3
feat: std/data_structures (#3734) 2023-11-15 21:17:44 +11:00