summaryrefslogtreecommitdiff
path: root/tests/unit/console_test.ts
AgeCommit message (Expand)Author
2024-10-22fix(ext/console): ignore casing for named colors in css parsing (#26466)Leo Kettmeir
2024-10-14fix(console/ext/repl): support using parseFloat() (#25900)Mohammad Sulaiman
2024-10-08fix(console): missing cause property on non-error objects (#26061)Marvin Hagemeister
2024-09-12fix(ext/console): prevent duplicate error printing when the cause is assigned...MujahedSafaa
2024-08-20chore: enable no-console dlint rule (#25113)David Sherret
2024-08-01fix(ext/console): render properties of Intl.Locale (#24827)Leo Kettmeir
2024-07-31feat: upgrade V8 to 12.8 (#24693)snek
2024-07-25chore: update to `std@2024.07.19` (#24715)Asher Gomez
2024-07-22fix(ext/console): Error Cause Not Inspect-Formatted when printed (#24526)MujahedSafaa
2024-06-18fix(ext/console): bump default max str lengthto 10_00 (#24245)Luca Casonato
2024-02-13chore: use `@std` import instead of `@test_util/std` (#22398)Asher Gomez
2024-02-10chore: move cli/tests/ -> tests/ (#22369)Matt Mastracci