Skip to content
Merged
Show file tree
Hide file tree
Changes from 15 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
422adfb
add basic ansi color support to console package
JasonVMo Aug 15, 2025
d79e010
reduce implementations in console to just provide the base color cons…
JasonVMo Aug 18, 2025
28c83c2
remove color exports from console package
JasonVMo Aug 19, 2025
cf3fe79
rework reporter to be aligned with office and self-contained
JasonVMo Sep 3, 2025
02e7472
more updates to ensure reporter is tree-shakeable
JasonVMo Sep 4, 2025
129978d
use overloaded timing and add some tests for new shape
JasonVMo Sep 6, 2025
125868b
updated reporter implementation
JasonVMo Sep 19, 2025
ff0b1e6
update unit tests for the reporter
JasonVMo Sep 19, 2025
90f8dcb
add some fixes and test fixes
JasonVMo Sep 19, 2025
2962bf3
lockfile changes
JasonVMo Sep 19, 2025
c4e39b6
Merge remote-tracking branch 'origin/main' into jasonvmo/reporter
JasonVMo Sep 19, 2025
d44c886
fix new linting error
JasonVMo Sep 19, 2025
55a2ac6
updated reporter implementation
JasonVMo Sep 19, 2025
5d62a82
docs(changeset): rework of the reporter package to be better organize…
JasonVMo Sep 19, 2025
40b71d2
remove console changes
JasonVMo Sep 19, 2025
307df97
Apply suggestions from code review
JasonVMo Sep 26, 2025
b8a340c
remove performance and cascade modules and address some review feedback
JasonVMo Sep 29, 2025
c0937fe
add missing changes to add dynamic prefix support
JasonVMo Sep 29, 2025
012a17c
address remaining code review changes
JasonVMo Sep 29, 2025
38e4d70
Apply suggestions from code review
JasonVMo Sep 30, 2025
764506d
Merge remote-tracking branch 'origin/main' into jasonvmo/reporter
JasonVMo Sep 30, 2025
3c39bad
add control character stripping to file streams
JasonVMo Sep 30, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changeset/bright-melons-attend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@rnx-kit/reporter": minor
---

rework of the reporter package to be better organized, self-contained, and have
additional functionality
Loading
Loading