René's URL Explorer Experiment


Title: Fix async handling, type safety, environment guards, and add test coverage from PR #16 review by Copilot · Pull Request #25 · bQuery/bQuery · GitHub

Open Graph Title: Fix async handling, type safety, environment guards, and add test coverage from PR #16 review by Copilot · Pull Request #25 · bQuery/bQuery

X Title: Fix async handling, type safety, environment guards, and add test coverage from PR #16 review by Copilot · Pull Request #25 · bQuery/bQuery

Description: Addresses 9 review comments from PR #16 (thread 3705776573) and 3 additional review comments (thread 3705830665) covering async promise handling, type narrowing, lifecycle timing, DOM processing bugs, performance optimization, SSR/test environment safety, and cross-realm compatibility. Router Async handling: Wrapped navigate() calls with void + .catch() to prevent unhandled rejections Type narrowing: Added cross-realm compatible instanceof HTMLAnchorElement check using anchor.ownerDocument.defaultView?.HTMLAnchorElement to support anchors from same-origin iframes Component Lifecycle: Deferred required prop validation from constructor (syncProps) to connectedCallback to support programmatic element creation before attributes are set View Directive processing: Skip processChildren() when root element has bq-for directive (which replaces the element and handles children internally) Test coverage: Added regression test for root element with bq-for to prevent future breakage Performance Sanitization: Optimized collection.insertAll() to sanitize HTML once instead of per-element (O(1) vs O(n)) Environment Safety CSP: Guard generateNonce() and hasCSPDirective() for missing crypto/btoa/document globals Storage: Guard persistedSignal() for missing localStorage, fall back to in-memory signal Test coverage: Added comprehensive tests for persistedSignal() fallback behavior including localStorage unavailability (SSR/test environments) and JSON parse error handling Consistency: Use globalThis references throughout for portability // Before: unhandled rejection link('/page', { replace: true }); // After: explicit error handling void navigate('/page', { replace: true }).catch(err => { console.error('Navigation failed:', err); }); Testing ✅ Added 4 tests for persistedSignal() covering persistence, fallback, and error handling ✅ Added regression test for bq-for on root element ✅ Code review passed with 0 issues ✅ Security scan (CodeQL) passed with 0 vulnerabilities 💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Open Graph Description: Addresses 9 review comments from PR #16 (thread 3705776573) and 3 additional review comments (thread 3705830665) covering async promise handling, type narrowing, lifecycle timing, DOM processing bu...

X Description: Addresses 9 review comments from PR #16 (thread 3705776573) and 3 additional review comments (thread 3705830665) covering async promise handling, type narrowing, lifecycle timing, DOM processing bu...

Opengraph URL: https://github.com/bQuery/bQuery/pull/25

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:9dee12dd-c2bb-7bbb-761f-df02362f74a8
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id9B20:2E0B3C:14F95E7:1EA2839:6A4E4A0B
html-safe-nonce43c22916b2ee2bab26ea16e5ae077a73b35d141f2c1b478b30a6bae148a462b5
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5QjIwOjJFMEIzQzoxNEY5NUU3OjFFQTI4Mzk6NkE0RTRBMEIiLCJ2aXNpdG9yX2lkIjoiMzg0NjEyMjcwMTQ1OTQ4MTcxIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac3fd46693b3638cb2916cd72ac69005c4f86f5675f1ef2c3ee6b6f74271c33c94
hovercard-subject-tagpull_request:3210384562
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/bQuery/bQuery/pull/25/files
twitter:imagehttps://avatars.githubusercontent.com/in/1143301?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/1143301?s=400&v=4
og:image:altAddresses 9 review comments from PR #16 (thread 3705776573) and 3 additional review comments (thread 3705830665) covering async promise handling, type narrowing, lifecycle timing, DOM processing bu...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None030096ee0db095447bfe77409d33bfac127ca7128299c58deef27c52eaa1b1f0
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/bQuery/bQuery git https://github.com/bQuery/bQuery.git
octolytics-dimension-user_id256381806
octolytics-dimension-user_loginbQuery
octolytics-dimension-repository_id1139284244
octolytics-dimension-repository_nwobQuery/bQuery
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id1139284244
octolytics-dimension-repository_network_root_nwobQuery/bQuery
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasee8506f6d0538364886e3f0153c154c410965e70d
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/bQuery/bQuery/pull/25/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FbQuery%2FbQuery%2Fpull%2F25%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FbQuery%2FbQuery%2Fpull%2F25%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=bQuery%2FbQuery
Reloadhttps://github.com/bQuery/bQuery/pull/25/files
Reloadhttps://github.com/bQuery/bQuery/pull/25/files
Reloadhttps://github.com/bQuery/bQuery/pull/25/files
Please reload this pagehttps://github.com/bQuery/bQuery/pull/25/files
bQuery https://github.com/bQuery
bQueryhttps://github.com/bQuery/bQuery
Please reload this pagehttps://github.com/bQuery/bQuery/pull/25/files
Notifications https://github.com/login?return_to=%2FbQuery%2FbQuery
Fork 0 https://github.com/login?return_to=%2FbQuery%2FbQuery
Star 1 https://github.com/login?return_to=%2FbQuery%2FbQuery
Code https://github.com/bQuery/bQuery
Issues 0 https://github.com/bQuery/bQuery/issues
Pull requests 0 https://github.com/bQuery/bQuery/pulls
Actions https://github.com/bQuery/bQuery/actions
Security and quality 0 https://github.com/bQuery/bQuery/security
Insights https://github.com/bQuery/bQuery/pulse
Code https://github.com/bQuery/bQuery
Issues https://github.com/bQuery/bQuery/issues
Pull requests https://github.com/bQuery/bQuery/pulls
Actions https://github.com/bQuery/bQuery/actions
Security and quality https://github.com/bQuery/bQuery/security
Insights https://github.com/bQuery/bQuery/pulse
Sign up for GitHub https://github.com/signup?return_to=%2FbQuery%2FbQuery%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2FbQuery%2FbQuery%2Fissues%2Fnew%2Fchoose
JosunLPhttps://github.com/JosunLP
developmenthttps://github.com/bQuery/bQuery/tree/development
copilot/sub-pr-16https://github.com/bQuery/bQuery/tree/copilot/sub-pr-16
Conversation 13 https://github.com/bQuery/bQuery/pull/25
Commits 12 https://github.com/bQuery/bQuery/pull/25/commits
Checks 5 https://github.com/bQuery/bQuery/pull/25/checks
Files changed https://github.com/bQuery/bQuery/pull/25/files
Please reload this pagehttps://github.com/bQuery/bQuery/pull/25/files
Fix async handling, type safety, environment guards, and add test coverage from PR #16 review https://github.com/bQuery/bQuery/pull/25/files#top
Show all changes 12 commits https://github.com/bQuery/bQuery/pull/25/files
907a917 Initial plan Copilot Jan 26, 2026 https://github.com/bQuery/bQuery/pull/25/commits/907a917d8085b23d3741aa8ee09aa0743944a569
a76ac92 fix(router): handle async navigate() promises and narrow anchor type Copilot Jan 26, 2026 https://github.com/bQuery/bQuery/pull/25/commits/a76ac92b93020235d86235f9ba8447dddd8cd780
16ccd44 fix(component): defer required prop validation to connectedCallback Copilot Jan 26, 2026 https://github.com/bQuery/bQuery/pull/25/commits/16ccd44b64273215a4723214d820dc9757953f42
6d4e504 fix(view): skip processChildren when root element has bq-for Copilot Jan 26, 2026 https://github.com/bQuery/bQuery/pull/25/commits/6d4e50443ed561317a900ef6d89afbf20f5a99bb
4ad0d4b fix(core): optimize insertAll to sanitize string content once Copilot Jan 26, 2026 https://github.com/bQuery/bQuery/pull/25/commits/4ad0d4b601c4239fa2660d2a5831938ea3ea0bef
c732003 fix(security): add environment guards to CSP functions Copilot Jan 26, 2026 https://github.com/bQuery/bQuery/pull/25/commits/c732003d07885acc583bdcc278cb04bed214a70b
b484ea9 fix(reactive): add environment guards for localStorage in persistedSi… Copilot Jan 26, 2026 https://github.com/bQuery/bQuery/pull/25/commits/b484ea9e62cb405bffd89631536d651c70694995
ff4df9c refactor: address code review feedback on guards and Set operations Copilot Jan 26, 2026 https://github.com/bQuery/bQuery/pull/25/commits/ff4df9c8f140d144b34df32a8f89875d5bc26d08
d5f0e45 fix(security): use consistent globalThis references in generateNonce Copilot Jan 26, 2026 https://github.com/bQuery/bQuery/pull/25/commits/d5f0e45a53e7c645f4d60dacfed3c5d02e082d13
aae4eed fix(router): use cross-realm compatible HTMLAnchorElement check Copilot Jan 26, 2026 https://github.com/bQuery/bQuery/pull/25/commits/aae4eed20692f88eca034b4a5ea7959aa8df011e
c81ea94 test: add tests for persistedSignal localStorage fallback Copilot Jan 26, 2026 https://github.com/bQuery/bQuery/pull/25/commits/c81ea943735e1bd1673c065692060cb22819c9af
55d6eb7 test: add test for bq-for on root element Copilot Jan 26, 2026 https://github.com/bQuery/bQuery/pull/25/commits/55d6eb7491ca97fc1d47e920f9782456f1279728
Clear filters https://github.com/bQuery/bQuery/pull/25/files
Please reload this pagehttps://github.com/bQuery/bQuery/pull/25/files
Please reload this pagehttps://github.com/bQuery/bQuery/pull/25/files
component.ts https://github.com/bQuery/bQuery/pull/25/files#diff-82a7b805e9a6218421c3e50547aeb1016175b1da32ca438870fbde04b2ac578e
collection.ts https://github.com/bQuery/bQuery/pull/25/files#diff-2d1b95a5cdec90bfea322b19fc129d617476087858709e3724c6902ea6327efe
persisted.ts https://github.com/bQuery/bQuery/pull/25/files#diff-fcc3f0615a8b917df068c2caa2fc3663188dd7353ef2e2eb804012901f4b5250
links.ts https://github.com/bQuery/bQuery/pull/25/files#diff-125d7e3398caadda51e6b31f74d0520acbb873d1309b6b0b485cbfcd20f38079
csp.ts https://github.com/bQuery/bQuery/pull/25/files#diff-70732cf6ab1e66bd5c4f0982ddf5e71ed86fdfe89830e724a032f92eae01ebb6
mount.ts https://github.com/bQuery/bQuery/pull/25/files#diff-5eea634f2c3b1634f5e9b312110b8106b201680afc3a0cff96f57c56c9ffc6dd
signal.test.ts https://github.com/bQuery/bQuery/pull/25/files#diff-eaa45a8ee8eee4960e969a696be54ccffc1cf111c601d922ca268b6f01355785
view.test.ts https://github.com/bQuery/bQuery/pull/25/files#diff-40c904250da66efa1eb8d2b70c52887ab1577d021cfc85f8653b819922cfe763
src/component/component.tshttps://github.com/bQuery/bQuery/pull/25/files#diff-82a7b805e9a6218421c3e50547aeb1016175b1da32ca438870fbde04b2ac578e
View file https://github.com/bQuery/bQuery/blob/55d6eb7491ca97fc1d47e920f9782456f1279728/src/component/component.ts
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/bQuery/bQuery/pull/25/{{ revealButtonHref }}
https://github.com/bQuery/bQuery/pull/25/files#diff-82a7b805e9a6218421c3e50547aeb1016175b1da32ca438870fbde04b2ac578e
https://github.com/bQuery/bQuery/pull/25/files#diff-82a7b805e9a6218421c3e50547aeb1016175b1da32ca438870fbde04b2ac578e
Copilothttps://github.com/apps/copilot-pull-request-reviewer
Jan 26, 2026https://github.com/bQuery/bQuery/pull/25/files#r2727457732
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/bQuery/bQuery/pull/25/files
Copilothttps://docs.github.com/copilot/responsible-use-of-github-copilot-features/responsible-use-of-github-copilot-code-review
https://github.com/bQuery/bQuery/pull/25/files#diff-82a7b805e9a6218421c3e50547aeb1016175b1da32ca438870fbde04b2ac578e
https://github.com/bQuery/bQuery/pull/25/files#diff-82a7b805e9a6218421c3e50547aeb1016175b1da32ca438870fbde04b2ac578e
https://github.com/bQuery/bQuery/pull/25/files#diff-82a7b805e9a6218421c3e50547aeb1016175b1da32ca438870fbde04b2ac578e
src/core/collection.tshttps://github.com/bQuery/bQuery/pull/25/files#diff-2d1b95a5cdec90bfea322b19fc129d617476087858709e3724c6902ea6327efe
View file https://github.com/bQuery/bQuery/blob/55d6eb7491ca97fc1d47e920f9782456f1279728/src/core/collection.ts
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/bQuery/bQuery/pull/25/{{ revealButtonHref }}
https://github.com/bQuery/bQuery/pull/25/files#diff-2d1b95a5cdec90bfea322b19fc129d617476087858709e3724c6902ea6327efe
https://github.com/bQuery/bQuery/pull/25/files#diff-2d1b95a5cdec90bfea322b19fc129d617476087858709e3724c6902ea6327efe
src/reactive/persisted.tshttps://github.com/bQuery/bQuery/pull/25/files#diff-fcc3f0615a8b917df068c2caa2fc3663188dd7353ef2e2eb804012901f4b5250
View file https://github.com/bQuery/bQuery/blob/55d6eb7491ca97fc1d47e920f9782456f1279728/src/reactive/persisted.ts
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/bQuery/bQuery/pull/25/{{ revealButtonHref }}
https://github.com/bQuery/bQuery/pull/25/files#diff-fcc3f0615a8b917df068c2caa2fc3663188dd7353ef2e2eb804012901f4b5250
Copilothttps://github.com/apps/copilot-pull-request-reviewer
Jan 26, 2026https://github.com/bQuery/bQuery/pull/25/files#r2727457698
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/bQuery/bQuery/pull/25/files
Copilothttps://docs.github.com/copilot/responsible-use-of-github-copilot-features/responsible-use-of-github-copilot-code-review
Copilothttps://github.com/apps/copilot-pull-request-reviewer
Jan 26, 2026https://github.com/bQuery/bQuery/pull/25/files#r2727426412
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/bQuery/bQuery/pull/25/files
Copilothttps://docs.github.com/copilot/responsible-use-of-github-copilot-features/responsible-use-of-github-copilot-code-review
Copilothttps://github.com/apps/copilot-swe-agent
Jan 26, 2026https://github.com/bQuery/bQuery/pull/25/files#r2727443569
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
c81ea94https://github.com/bQuery/bQuery/commit/c81ea943735e1bd1673c065692060cb22819c9af
Please reload this pagehttps://github.com/bQuery/bQuery/pull/25/files
src/router/links.tshttps://github.com/bQuery/bQuery/pull/25/files#diff-125d7e3398caadda51e6b31f74d0520acbb873d1309b6b0b485cbfcd20f38079
View file https://github.com/bQuery/bQuery/blob/55d6eb7491ca97fc1d47e920f9782456f1279728/src/router/links.ts
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/bQuery/bQuery/pull/25/{{ revealButtonHref }}
https://github.com/bQuery/bQuery/pull/25/files#diff-125d7e3398caadda51e6b31f74d0520acbb873d1309b6b0b485cbfcd20f38079
https://github.com/bQuery/bQuery/pull/25/files#diff-125d7e3398caadda51e6b31f74d0520acbb873d1309b6b0b485cbfcd20f38079
https://github.com/bQuery/bQuery/pull/25/files#diff-125d7e3398caadda51e6b31f74d0520acbb873d1309b6b0b485cbfcd20f38079
https://github.com/bQuery/bQuery/pull/25/files#diff-125d7e3398caadda51e6b31f74d0520acbb873d1309b6b0b485cbfcd20f38079
https://github.com/bQuery/bQuery/pull/25/files#diff-125d7e3398caadda51e6b31f74d0520acbb873d1309b6b0b485cbfcd20f38079
src/security/csp.tshttps://github.com/bQuery/bQuery/pull/25/files#diff-70732cf6ab1e66bd5c4f0982ddf5e71ed86fdfe89830e724a032f92eae01ebb6
View file https://github.com/bQuery/bQuery/blob/55d6eb7491ca97fc1d47e920f9782456f1279728/src/security/csp.ts
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/bQuery/bQuery/pull/25/{{ revealButtonHref }}
https://github.com/bQuery/bQuery/pull/25/files#diff-70732cf6ab1e66bd5c4f0982ddf5e71ed86fdfe89830e724a032f92eae01ebb6
https://github.com/bQuery/bQuery/pull/25/files#diff-70732cf6ab1e66bd5c4f0982ddf5e71ed86fdfe89830e724a032f92eae01ebb6
https://github.com/bQuery/bQuery/pull/25/files#diff-70732cf6ab1e66bd5c4f0982ddf5e71ed86fdfe89830e724a032f92eae01ebb6
src/view/mount.tshttps://github.com/bQuery/bQuery/pull/25/files#diff-5eea634f2c3b1634f5e9b312110b8106b201680afc3a0cff96f57c56c9ffc6dd
View file https://github.com/bQuery/bQuery/blob/55d6eb7491ca97fc1d47e920f9782456f1279728/src/view/mount.ts
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/bQuery/bQuery/pull/25/{{ revealButtonHref }}
https://github.com/bQuery/bQuery/pull/25/files#diff-5eea634f2c3b1634f5e9b312110b8106b201680afc3a0cff96f57c56c9ffc6dd
Copilothttps://github.com/apps/copilot-pull-request-reviewer
Jan 26, 2026https://github.com/bQuery/bQuery/pull/25/files#r2727426455
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/bQuery/bQuery/pull/25/files
Copilothttps://docs.github.com/copilot/responsible-use-of-github-copilot-features/responsible-use-of-github-copilot-code-review
Copilothttps://github.com/apps/copilot-swe-agent
Jan 26, 2026https://github.com/bQuery/bQuery/pull/25/files#r2727443828
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
55d6eb7https://github.com/bQuery/bQuery/commit/55d6eb7491ca97fc1d47e920f9782456f1279728
Please reload this pagehttps://github.com/bQuery/bQuery/pull/25/files
https://github.com/bQuery/bQuery/pull/25/files#diff-5eea634f2c3b1634f5e9b312110b8106b201680afc3a0cff96f57c56c9ffc6dd
tests/signal.test.tshttps://github.com/bQuery/bQuery/pull/25/files#diff-eaa45a8ee8eee4960e969a696be54ccffc1cf111c601d922ca268b6f01355785
View file https://github.com/bQuery/bQuery/blob/55d6eb7491ca97fc1d47e920f9782456f1279728/tests/signal.test.ts
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/bQuery/bQuery/pull/25/{{ revealButtonHref }}
https://github.com/bQuery/bQuery/pull/25/files#diff-eaa45a8ee8eee4960e969a696be54ccffc1cf111c601d922ca268b6f01355785
Copilothttps://github.com/apps/copilot-pull-request-reviewer
Jan 26, 2026https://github.com/bQuery/bQuery/pull/25/files#r2727457745
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/bQuery/bQuery/pull/25/files
Copilothttps://docs.github.com/copilot/responsible-use-of-github-copilot-features/responsible-use-of-github-copilot-code-review
tests/view.test.tshttps://github.com/bQuery/bQuery/pull/25/files#diff-40c904250da66efa1eb8d2b70c52887ab1577d021cfc85f8653b819922cfe763
View file https://github.com/bQuery/bQuery/blob/55d6eb7491ca97fc1d47e920f9782456f1279728/tests/view.test.ts
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/bQuery/bQuery/pull/25/{{ revealButtonHref }}
https://github.com/bQuery/bQuery/pull/25/files#diff-40c904250da66efa1eb8d2b70c52887ab1577d021cfc85f8653b819922cfe763
https://github.com/bQuery/bQuery/pull/25/files#diff-40c904250da66efa1eb8d2b70c52887ab1577d021cfc85f8653b819922cfe763
Please reload this pagehttps://github.com/bQuery/bQuery/pull/25/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.