-
Notifications
You must be signed in to change notification settings - Fork 117
feat(reporter): Substantial rework of the reporter to make it more modular, functional, and standalone #3784
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all 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 d79e010
reduce implementations in console to just provide the base color consβ¦
JasonVMo 28c83c2
remove color exports from console package
JasonVMo cf3fe79
rework reporter to be aligned with office and self-contained
JasonVMo 02e7472
more updates to ensure reporter is tree-shakeable
JasonVMo 129978d
use overloaded timing and add some tests for new shape
JasonVMo 125868b
updated reporter implementation
JasonVMo ff0b1e6
update unit tests for the reporter
JasonVMo 90f8dcb
add some fixes and test fixes
JasonVMo 2962bf3
lockfile changes
JasonVMo c4e39b6
Merge remote-tracking branch 'origin/main' into jasonvmo/reporter
JasonVMo d44c886
fix new linting error
JasonVMo 55a2ac6
updated reporter implementation
JasonVMo 5d62a82
docs(changeset): rework of the reporter package to be better organizeβ¦
JasonVMo 40b71d2
remove console changes
JasonVMo 307df97
Apply suggestions from code review
JasonVMo b8a340c
remove performance and cascade modules and address some review feedback
JasonVMo c0937fe
add missing changes to add dynamic prefix support
JasonVMo 012a17c
address remaining code review changes
JasonVMo 38e4d70
Apply suggestions from code review
JasonVMo 764506d
Merge remote-tracking branch 'origin/main' into jasonvmo/reporter
JasonVMo 3c39bad
add control character stripping to file streams
JasonVMo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1,3 @@ | ||
| module.exports = require("@rnx-kit/eslint-config"); | ||
| import config from "@rnx-kit/eslint-config"; | ||
| // eslint-disable-next-line no-restricted-exports | ||
| export default config; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.