Commit Graph

7 Commits

Author SHA1 Message Date
Asher Gomez
668856c4f7
fix: use with keyword for import attributes (#4141)
* refactor: use `with` keyword for import attributes

* fix
2024-01-10 19:07:56 +09:00
Asher Gomez
4a255d6814
docs(html): complete documentation (#4087) 2024-01-04 23:01:37 +11:00
Tim Reichen
e9250643f1
refactor(html): format test names (#4060)
initial commit
2024-01-03 10:46:12 +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
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
239e85ad6a
BREAKING(testing, assert): move std/testing/asserts to std/assert (#3445) 2023-07-13 16:04:30 +09:00
lionel-rowe
6ab64b1907
feat(html): add escape and unescape functions for HTML entities (#3335) 2023-05-31 08:49:16 +09:00