Skip to content
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

remove RxJS, use smaller Observables lib instead #197

Merged
merged 1 commit into from
Aug 19, 2024
Merged

Conversation

sqs
Copy link
Member

@sqs sqs commented Aug 19, 2024

Saves ~500kB on the bundle size.

@sqs sqs force-pushed the sqs/smaller-observables branch from f9f561e to eed515a Compare August 19, 2024 06:56
@keegancsmith
Copy link
Member

neat!

resources: ['assets/content-script-preamble.js.js'],
matches: ['https://github.com/*'],
},
],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

meant to be included?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thx for the catches

@@ -39,6 +30,7 @@ export function injectOnGitHubPullRequestFilesView(
withDOMElements<HTMLElement>('.diff-view .file'),
clicksThatInvalidateDiffViewData.pipe(startWith(undefined)),
]).pipe(
tap(x => console.log(x)),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

debug

@sqs sqs force-pushed the sqs/smaller-observables branch from eed515a to 49ec8f9 Compare August 19, 2024 08:41
@sqs sqs enabled auto-merge (squash) August 19, 2024 08:41
@sqs sqs merged commit 720d5e8 into main Aug 19, 2024
11 of 12 checks passed
@sqs sqs deleted the sqs/smaller-observables branch August 19, 2024 08:42
bevzzz pushed a commit to bevzzz/openctx that referenced this pull request Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants