-
Notifications
You must be signed in to change notification settings - Fork 877
feat: export console issues #505
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
base: main
Are you sure you want to change the base?
Conversation
|
There are conflicts with the main branch. Could you please rebase? |
869a67c to
b05321d
Compare
9665ceb to
0a00958
Compare
OrKoN
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! let's also add tests to make sure everything is working end-to-end and please address the lint and formatting issues.
| await this.#initializePage(page); | ||
| } | ||
|
|
||
| async #initializePage(page: Page) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's try to keep these methods sync and handle subscription asynchronously in the ConsoleCollector sub-class (e.g., void this.#subscribeToIssues()).
| this.storage.set(page, storedLists); | ||
|
|
||
| const listeners = this.#listenersInitializer(value => { | ||
| const collector = (value: T) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need changes here? can we change the emitting code to only emit issues once instead?
No description provided.