René's URL Explorer Experiment


Title: Add phase-2 concurrency helpers and an optional fluent pipeline layer by Copilot · Pull Request #83 · bQuery/bQuery · GitHub

Open Graph Title: Add phase-2 concurrency helpers and an optional fluent pipeline layer by Copilot · Pull Request #83 · bQuery/bQuery

X Title: Add phase-2 concurrency helpers and an optional fluent pipeline layer by Copilot · Pull Request #83 · bQuery/bQuery

Description: This moves @bquery/bquery/concurrency closer to the planned threadts-universal parity target without turning bQuery into a 1:1 port. It keeps the low-level worker/task/pool contract stable, adds the next thin collection layer, and introduces Phase 3 as an optional fluent pipeline over the existing primitives. Concurrency surface Added Phase 2 collection helpers: filter() reduce() some() every() find() Added Phase 3 fluent API: pipeline() Design boundaries Keeps the low-level contract unchanged: task workers, RPC workers, pools, lifecycle, queueing, timeout/abort, and error semantics remain the base layer. The new APIs stay explicit, browser-only, tree-shakeable, and serialization-driven. No proxies, decorators, bundler glue, or hidden worker runtime were introduced. Pipeline layer pipeline() is an immutable wrapper over the existing collection helpers. Transform stages return new pipelines; terminal stages delegate to existing helpers: .map() .filter() .toArray() .some() .every() .find() .reduce() Default pipeline options flow into per-stage execution, while stage-local overrides remain possible. Public API / typing Exported the new helpers from: src/concurrency/index.ts src/full.ts Added public pipeline types: ConcurrencyPipeline ConcurrencyPipelineOptions Kept collection helper types aligned with the existing pool-backed model. Docs / parity matrix Updated the concurrency guide parity matrix to make the product boundary explicit: supported low-level primitives adapted collection helpers adapted optional pipelines explicitly not-adopted magic/runtime features Synced README, agent context, and changelog with the expanded concurrency surface and phased roadmap. import { pipeline } from '@bquery/bquery/concurrency'; const results = await pipeline([1, 2, 3, 4], { batchSize: 2, concurrency: 2, }) .map((value) => value * 2) .filter((value) => value > 4) .toArray(); // [6, 8]

Open Graph Description: This moves @bquery/bquery/concurrency closer to the planned threadts-universal parity target without turning bQuery into a 1:1 port. It keeps the low-level worker/task/pool contract stable, adds th...

X Description: This moves @bquery/bquery/concurrency closer to the planned threadts-universal parity target without turning bQuery into a 1:1 port. It keeps the low-level worker/task/pool contract stable, adds th...

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

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:0740a558-26c4-a2ab-f8c2-0a80634fdcef
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id9630:32C21D:38CA05:5229EA:6A4E065B
html-safe-nonce2c870e8ebd3ed4b375ba6d0de1a205390da70dcad5e5476bc5dcf2966eb648f9
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5NjMwOjMyQzIxRDozOENBMDU6NTIyOUVBOjZBNEUwNjVCIiwidmlzaXRvcl9pZCI6Ijc0ODk4ODIyNjM5ODQ2NzAyOTkiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmacbfcbbb5799225d15d5333b669b5a25877b93df5d8f64105240ee26a3b6e53142
hovercard-subject-tagpull_request:3529085276
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/83/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:altThis moves @bquery/bquery/concurrency closer to the planned threadts-universal parity target without turning bQuery into a 1:1 port. It keeps the low-level worker/task/pool contract stable, adds th...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Nonedf0492960db29b4938cb72070351d6b1d0c6c0767b27ceb8394bbf4fcc0223c6
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
release52bde38e24398476f8eb1e0760c81346c6a00812
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/bQuery/bQuery/pull/83/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FbQuery%2FbQuery%2Fpull%2F83%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%2F83%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/83/files
Reloadhttps://github.com/bQuery/bQuery/pull/83/files
Reloadhttps://github.com/bQuery/bQuery/pull/83/files
Please reload this pagehttps://github.com/bQuery/bQuery/pull/83/files
bQuery https://github.com/bQuery
bQueryhttps://github.com/bQuery/bQuery
Please reload this pagehttps://github.com/bQuery/bQuery/pull/83/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/implement-threadts-universal-featureshttps://github.com/bQuery/bQuery/tree/copilot/implement-threadts-universal-features
Conversation 33 https://github.com/bQuery/bQuery/pull/83
Commits 18 https://github.com/bQuery/bQuery/pull/83/commits
Checks 10 https://github.com/bQuery/bQuery/pull/83/checks
Files changed https://github.com/bQuery/bQuery/pull/83/files
Please reload this pagehttps://github.com/bQuery/bQuery/pull/83/files
Add phase-2 concurrency helpers and an optional fluent pipeline layer https://github.com/bQuery/bQuery/pull/83/files#top
Show all changes 18 commits https://github.com/bQuery/bQuery/pull/83/files
092805d feat: add concurrency worker task module Copilot Apr 14, 2026 https://github.com/bQuery/bQuery/pull/83/commits/092805d3ed16ced409ae1c69a344c499408a3bea
089e135 feat: add concurrency rpc worker api Copilot Apr 14, 2026 https://github.com/bQuery/bQuery/pull/83/commits/089e135f112bb95505eb3bdd35b32f39781b758c
2a2a0c6 chore: finalize milestone 2 validation Copilot Apr 14, 2026 https://github.com/bQuery/bQuery/pull/83/commits/2a2a0c6e4fbbb1e2b032a00d3b46769079ba3c95
330c15a feat: add explicit concurrency worker pools Copilot Apr 14, 2026 https://github.com/bQuery/bQuery/pull/83/commits/330c15a2d305ef070d93e6d06751fd8fbda2baa0
f4ed1d6 Add concurrency phase 1 helpers Copilot Apr 14, 2026 https://github.com/bQuery/bQuery/pull/83/commits/f4ed1d65d0a0b86ac200022749d7f6de0f43abbf
c5b22d0 feat: add phase-2 concurrency collection helpers Copilot Apr 14, 2026 https://github.com/bQuery/bQuery/pull/83/commits/c5b22d0b2c677f843d9a39cf28dc6e83f047cea9
5094c09 feat: add concurrency pipeline layer Copilot Apr 14, 2026 https://github.com/bQuery/bQuery/pull/83/commits/5094c093834848a1bf98865c944aad53263ab0b1
8ee0905 fix: relax concurrency handler variance for test typecheck Copilot Apr 14, 2026 https://github.com/bQuery/bQuery/pull/83/commits/8ee09058f5dcedaab7a1b6c596037f72a3390ed6
222fa26 docs: clarify concurrency handler variance typing Copilot Apr 14, 2026 https://github.com/bQuery/bQuery/pull/83/commits/222fa26847e47884008200413e3401e55afa8933
16504a8 docs: explain concurrency handler bivariance Copilot Apr 14, 2026 https://github.com/bQuery/bQuery/pull/83/commits/16504a877046f06f42d27a962c31d5b1fe7ae8e1
ad61eeb docs: note concurrency handler variance tradeoff Copilot Apr 14, 2026 https://github.com/bQuery/bQuery/pull/83/commits/ad61eeb8590c23d17313df99e70146c321a51621
cc8cef9 fix: address concurrency review follow-up Copilot Apr 14, 2026 https://github.com/bQuery/bQuery/pull/83/commits/cc8cef9781aa4ed4549a329d191b9445e65a9e25
8075a86 fix: normalize worker error codes and document CSP caveat Copilot Apr 14, 2026 https://github.com/bQuery/bQuery/pull/83/commits/8075a869abc4f39fb11bcb7f52660ffcbde92a49
6c4398f docs: clarify concurrency CSP and serialized error contract Copilot Apr 14, 2026 https://github.com/bQuery/bQuery/pull/83/commits/6c4398f5d5258689af0d59bb0a1e88a80a3d5e23
fd3d6b7 fix: harden concurrency handler serialization Copilot Apr 14, 2026 https://github.com/bQuery/bQuery/pull/83/commits/fd3d6b77e7e2c148ef6f90c7900bcd6006d07475
9eb849c test: clarify concurrency regression intent Copilot Apr 14, 2026 https://github.com/bQuery/bQuery/pull/83/commits/9eb849c3678d16fea24473a0c952cc7140921c4d
53dbbe0 fix: align concurrency sparse filtering Copilot Apr 14, 2026 https://github.com/bQuery/bQuery/pull/83/commits/53dbbe0abd533f9ac866948b54a859e791ff0b45
ca005a5 fix: preserve pipeline sparse-array semantics Copilot Apr 14, 2026 https://github.com/bQuery/bQuery/pull/83/commits/ca005a50b8c25395b56830e3222bc410ad444ed1
Clear filters https://github.com/bQuery/bQuery/pull/83/files
Please reload this pagehttps://github.com/bQuery/bQuery/pull/83/files
Please reload this pagehttps://github.com/bQuery/bQuery/pull/83/files
.clinerules https://github.com/bQuery/bQuery/pull/83/files#diff-327ad2697caff5db343d54dee7542c51476180464fb85667c35e69816f8bd33d
.cursorrules https://github.com/bQuery/bQuery/pull/83/files#diff-315161dd3154081cb28d119355d3dd6de62ddc800ac1a12f8eb903e59047a018
copilot-instructions.md https://github.com/bQuery/bQuery/pull/83/files#diff-227c2c26cb2ee0ce0f46a320fc48fbcbdf21801a57f59161b1d0861e8aad55f5
AGENT.md https://github.com/bQuery/bQuery/pull/83/files#diff-c1e87407ce72f38b645f627c7fbda6e6999170c840cded6ce82c1bd2c10923e8
CHANGELOG.md https://github.com/bQuery/bQuery/pull/83/files#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed
README.md https://github.com/bQuery/bQuery/pull/83/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
config.ts https://github.com/bQuery/bQuery/pull/83/files#diff-3def678deb1b1d5a53948eb8491817dde4dc881e032e785fc61cc93d334eefcd
concurrency.md https://github.com/bQuery/bQuery/pull/83/files#diff-80c4719ecb461ffab53faa71483957f0025938f1987f0358897958aaafc2401b
getting-started.md https://github.com/bQuery/bQuery/pull/83/files#diff-d11497d93c4e9a068e9d45153a3b33747c860d802b11d3f7cd9e5286916e0857
llms.txt https://github.com/bQuery/bQuery/pull/83/files#diff-f43a9e2f7da89777ca234fc2f236252b27a44652586c9514b243e81bf1b19114
package.json https://github.com/bQuery/bQuery/pull/83/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
errors.ts https://github.com/bQuery/bQuery/pull/83/files#diff-7df9b3f59f35db30b35b032bd73c32f868395316e9957e81964193f7c8604673
high-level.ts https://github.com/bQuery/bQuery/pull/83/files#diff-97a8cb70dd0f244661ce86351fddd90c712802e59903cebc6549dd48f2a733f6
index.ts https://github.com/bQuery/bQuery/pull/83/files#diff-be13f638c0b3e4fb49921f8d4cbfe63cb67b90b1a697a8f921b698324cec2441
internal.ts https://github.com/bQuery/bQuery/pull/83/files#diff-d4cb9536a9413f60475627b60a679eb19e871f49169e2155cf43bdad47c0e4da
pipeline.ts https://github.com/bQuery/bQuery/pull/83/files#diff-9a6b1d1e849bfc76f527e79fbbf7b518ac17cb0c670b0532db5a43b37273848d
pool.ts https://github.com/bQuery/bQuery/pull/83/files#diff-58dfd7799117e6103ff6826d4c72438f88058d51efd81da09968be97c027e648
rpc.ts https://github.com/bQuery/bQuery/pull/83/files#diff-a5dd5a14d18ea18bedd06f32057777e3f84e7a0fbaaa5f008068f0a5bb843ef5
support.ts https://github.com/bQuery/bQuery/pull/83/files#diff-1a54c88c10124abb3a05778d2858d1f18bde47b7119e07bb5ffe7bdbdd9acdec
task.ts https://github.com/bQuery/bQuery/pull/83/files#diff-00e32f3d19c623f488b02db6b0d835c5099de879f54d4b36bb66cfe4fe7c52bd
types.ts https://github.com/bQuery/bQuery/pull/83/files#diff-7968629cc174cf3bd72f1f66e184ae83710142f98df6e59930428d64270a3dd6
full.ts https://github.com/bQuery/bQuery/pull/83/files#diff-3061502541780be549a3418b68cb60d2fbe8fc17f84f6ec533ce6bd0ab4eb95b
index.ts https://github.com/bQuery/bQuery/pull/83/files#diff-a2a171449d862fe29692ce031981047d7ab755ae7f84c707aef80701b3ea0c80
concurrency.test.ts https://github.com/bQuery/bQuery/pull/83/files#diff-99147fc4038e9174d7fb1b14b32e8323aa0c1ef8c5186a3da6cc3c030255369a
vite.config.ts https://github.com/bQuery/bQuery/pull/83/files#diff-6a3b01ba97829c9566ef2d8dc466ffcffb4bdac08706d3d6319e42e0aa6890dd
.clineruleshttps://github.com/bQuery/bQuery/pull/83/files#diff-327ad2697caff5db343d54dee7542c51476180464fb85667c35e69816f8bd33d
View file https://github.com/bQuery/bQuery/blob/ca005a50b8c25395b56830e3222bc410ad444ed1/.clinerules
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/bQuery/bQuery/pull/83/{{ revealButtonHref }}
https://github.com/bQuery/bQuery/pull/83/files#diff-327ad2697caff5db343d54dee7542c51476180464fb85667c35e69816f8bd33d
https://github.com/bQuery/bQuery/pull/83/files#diff-327ad2697caff5db343d54dee7542c51476180464fb85667c35e69816f8bd33d
https://github.com/bQuery/bQuery/pull/83/files#diff-327ad2697caff5db343d54dee7542c51476180464fb85667c35e69816f8bd33d
.cursorruleshttps://github.com/bQuery/bQuery/pull/83/files#diff-315161dd3154081cb28d119355d3dd6de62ddc800ac1a12f8eb903e59047a018
View file https://github.com/bQuery/bQuery/blob/ca005a50b8c25395b56830e3222bc410ad444ed1/.cursorrules
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/bQuery/bQuery/pull/83/{{ revealButtonHref }}
https://github.com/bQuery/bQuery/pull/83/files#diff-315161dd3154081cb28d119355d3dd6de62ddc800ac1a12f8eb903e59047a018
https://github.com/bQuery/bQuery/pull/83/files#diff-315161dd3154081cb28d119355d3dd6de62ddc800ac1a12f8eb903e59047a018
.github/copilot-instructions.mdhttps://github.com/bQuery/bQuery/pull/83/files#diff-227c2c26cb2ee0ce0f46a320fc48fbcbdf21801a57f59161b1d0861e8aad55f5
View file https://github.com/bQuery/bQuery/blob/ca005a50b8c25395b56830e3222bc410ad444ed1/.github/copilot-instructions.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/bQuery/bQuery/pull/83/{{ revealButtonHref }}
https://github.com/bQuery/bQuery/pull/83/files#diff-227c2c26cb2ee0ce0f46a320fc48fbcbdf21801a57f59161b1d0861e8aad55f5
https://github.com/bQuery/bQuery/pull/83/files#diff-227c2c26cb2ee0ce0f46a320fc48fbcbdf21801a57f59161b1d0861e8aad55f5
https://github.com/bQuery/bQuery/pull/83/files#diff-227c2c26cb2ee0ce0f46a320fc48fbcbdf21801a57f59161b1d0861e8aad55f5
https://github.com/bQuery/bQuery/pull/83/files#diff-227c2c26cb2ee0ce0f46a320fc48fbcbdf21801a57f59161b1d0861e8aad55f5
AGENT.mdhttps://github.com/bQuery/bQuery/pull/83/files#diff-c1e87407ce72f38b645f627c7fbda6e6999170c840cded6ce82c1bd2c10923e8
View file https://github.com/bQuery/bQuery/blob/ca005a50b8c25395b56830e3222bc410ad444ed1/AGENT.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/bQuery/bQuery/pull/83/{{ revealButtonHref }}
https://github.com/bQuery/bQuery/pull/83/files#diff-c1e87407ce72f38b645f627c7fbda6e6999170c840cded6ce82c1bd2c10923e8
https://github.com/bQuery/bQuery/pull/83/files#diff-c1e87407ce72f38b645f627c7fbda6e6999170c840cded6ce82c1bd2c10923e8
https://github.com/bQuery/bQuery/pull/83/files#diff-c1e87407ce72f38b645f627c7fbda6e6999170c840cded6ce82c1bd2c10923e8
https://github.com/bQuery/bQuery/pull/83/files#diff-c1e87407ce72f38b645f627c7fbda6e6999170c840cded6ce82c1bd2c10923e8
https://github.com/bQuery/bQuery/pull/83/files#diff-c1e87407ce72f38b645f627c7fbda6e6999170c840cded6ce82c1bd2c10923e8
https://github.com/bQuery/bQuery/pull/83/files#diff-c1e87407ce72f38b645f627c7fbda6e6999170c840cded6ce82c1bd2c10923e8
https://github.com/bQuery/bQuery/pull/83/files#diff-c1e87407ce72f38b645f627c7fbda6e6999170c840cded6ce82c1bd2c10923e8
https://github.com/bQuery/bQuery/pull/83/files#diff-c1e87407ce72f38b645f627c7fbda6e6999170c840cded6ce82c1bd2c10923e8
CHANGELOG.mdhttps://github.com/bQuery/bQuery/pull/83/files#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed
View file https://github.com/bQuery/bQuery/blob/ca005a50b8c25395b56830e3222bc410ad444ed1/CHANGELOG.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/bQuery/bQuery/pull/83/{{ revealButtonHref }}
https://github.com/bQuery/bQuery/pull/83/files#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed
https://github.com/bQuery/bQuery/pull/83/files#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed
README.mdhttps://github.com/bQuery/bQuery/pull/83/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
View file https://github.com/bQuery/bQuery/blob/ca005a50b8c25395b56830e3222bc410ad444ed1/README.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/bQuery/bQuery/pull/83/{{ revealButtonHref }}
https://github.com/bQuery/bQuery/pull/83/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
https://github.com/bQuery/bQuery/pull/83/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
https://github.com/bQuery/bQuery/pull/83/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
https://github.com/bQuery/bQuery/pull/83/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
https://github.com/bQuery/bQuery/pull/83/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
https://github.com/bQuery/bQuery/pull/83/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
https://github.com/bQuery/bQuery/pull/83/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
https://github.com/bQuery/bQuery/pull/83/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
https://github.com/bQuery/bQuery/pull/83/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
docs/.vitepress/config.tshttps://github.com/bQuery/bQuery/pull/83/files#diff-3def678deb1b1d5a53948eb8491817dde4dc881e032e785fc61cc93d334eefcd
View file https://github.com/bQuery/bQuery/blob/ca005a50b8c25395b56830e3222bc410ad444ed1/docs/.vitepress/config.ts
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/bQuery/bQuery/pull/83/{{ revealButtonHref }}
https://github.com/bQuery/bQuery/pull/83/files#diff-3def678deb1b1d5a53948eb8491817dde4dc881e032e785fc61cc93d334eefcd
https://github.com/bQuery/bQuery/pull/83/files#diff-3def678deb1b1d5a53948eb8491817dde4dc881e032e785fc61cc93d334eefcd
Please reload this pagehttps://github.com/bQuery/bQuery/pull/83/files
Please reload this pagehttps://github.com/bQuery/bQuery/pull/83/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.