René's URL Explorer Experiment


Title: Update @babel/core 7.22.5 → 7.22.9 (patch) by depfu[bot] · Pull Request #527 · javaistic/javaistic · GitHub

Open Graph Title: Update @babel/core 7.22.5 → 7.22.9 (patch) by depfu[bot] · Pull Request #527 · javaistic/javaistic

X Title: Update @babel/core 7.22.5 → 7.22.9 (patch) by depfu[bot] · Pull Request #527 · javaistic/javaistic

Description: Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request. What changed? ✳️ @​babel/core (7.22.5 → 7.22.9) · Repo · Changelog Release Notes 7.22.9 v7.22.9 (2023-07-12) 🐛 Bug Fix babel-plugin-transform-typescript #15774 fix: Infinity in enums (@liuxingbaoyu) babel-helper-module-transforms, babel-helper-remap-async-to-generator, babel-helper-replace-supers, babel-helper-wrap-function #15771 Simplify helper dependencies (@JLHwung) 💅 Polish babel-generator #15757 recordAndTupleSyntaxType defaults to "hash" (@coderaiser) 🏠 Internal #15748 Migrate to eslint.config.js (@JLHwung) #15758 Use Prettier 3 stable (@nicolo-ribaudo) Committers: 5 Babel Bot (@babel-bot) Huáng Jùnliàng (@JLHwung) Nicolò Ribaudo (@nicolo-ribaudo) @liuxingbaoyu coderaiser (@coderaiser) 7.22.8 v7.22.8 (2023-07-06) This release reverts a commit that caused all new angular installations to fail: angular/angular-cli#25496 ↩️ Revert babel-core, babel-traverse #15754 Revert "Use NodePath#hub as part of the paths cache key" (@nicolo-ribaudo) Committers: 1 Nicolò Ribaudo (@nicolo-ribaudo) 7.22.7 v7.22.7 (2023-07-06) 🐛 Bug Fix babel-generator #15719 fix: Avoid internally generating negative source maps columns (@liuxingbaoyu) babel-core, babel-traverse #15725 Use NodePath#hub as part of the paths cache key (@nicolo-ribaudo) Other #15747 fix: export meta from eslint-parser/experimental-worker (@JLHwung) 🏠 Internal babel-core, babel-traverse #15702 Refactor visitors merging (@nullableVoidPtr) Committers: 4 Avery (@nullableVoidPtr) Huáng Jùnliàng (@JLHwung) Nicolò Ribaudo (@nicolo-ribaudo) @liuxingbaoyu 7.22.6 v7.22.6 (2023-07-04) 🐛 Bug Fix babel-compat-data, babel-helper-compilation-targets, babel-preset-env #15727 Add opera mobile compat data (@JLHwung) babel-plugin-transform-optional-chaining #15739 Fix transform of delete a?.b in function params (@nicolo-ribaudo) babel-helper-split-export-declaration, babel-plugin-transform-modules-commonjs #15736 fix: Default export for duplicate names (@liuxingbaoyu) babel-compat-data, babel-preset-env #15726 update compat-data sources (@JLHwung) babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-runtime-corejs3, babel-runtime #15705 Fix handling of sync error in @@asyncDispose (@nicolo-ribaudo) babel-standalone #15707 fix: Support transforming Explicit Resource Management in stage-2 (@liuxingbaoyu) babel-core #15626 fix: Works correctly with --frozen-intrinsics (@liuxingbaoyu) 🏠 Internal babel-helper-create-class-features-plugin, babel-plugin-transform-classes #15700 Minor class transform cleanups (@JLHwung) 🔬 Output optimization babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-transform-class-properties, babel-plugin-transform-optional-chaining, babel-plugin-transform-typescript #15740 Compress output for optional chain with multiple ?. (@nicolo-ribaudo) babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties, babel-plugin-transform-nullish-coalescing-operator, babel-plugin-transform-optional-chaining, babel-plugin-transform-private-property-in-object, babel-traverse #15741 Inject tmp vars in the params list of IIFEs when possible (@nicolo-ribaudo) Committers: 5 Babel Bot (@babel-bot) Huáng Jùnliàng (@JLHwung) Joe Maffei (@joemaffei) Nicolò Ribaudo (@nicolo-ribaudo) @liuxingbaoyu Does any of this look wrong? Please let us know. Commits See the full diff on Github. The new version differs by 54 commits: v7.22.9 Simplify helper dependencies (#15771) fix: `Infinity` in enums (#15774) move core transformation cases to plugins and traverse (#15766) Migrate to `eslint.config.js` (#15748) Bump semver to ^6.3.1 (#15770) Update compat data (#15762) Update test262 (#15761) `recordAndTupleSyntaxType` defaults to `"hash"` (#15757) Add integration tests for `@angular/cli` (#15755) Use Prettier 3 stable (#15758) Add v7.22.8 to CHANGELOG.md [skip ci] v7.22.8 Revert "Use `NodePath#hub` as part of the paths cache key" (#15754) Add v7.22.7 to CHANGELOG.md [skip ci] v7.22.7 Add test for issue 12570 (#15750) Update polyfills packages (#15749) Refactor visitors merging (#15702) fix: Avoid internally generating negative source maps columns (#15719) Use `NodePath#hub` as part of the paths cache key (#15725) fix: export `meta` from `eslint-parser/experimental-worker` (#15747) chore: Update TS 5.1 (#15681) chore(deps): update yarn to v3.6.1 (#15745) Add v7.22.6 to CHANGELOG.md [skip ci] v7.22.6 Compress output for optional chain with multiple `?.` (#15740) Update fixture after merged PRs Add opera mobile compat data (#15727) Fix transform of `delete a?.b` in function params (#15739) Inject tmp vars in the params list of IIFEs when possible (#15741) Use forked `semver@6` with backported security fixes (#15742) fix: Default export for duplicate names (#15736) Update compat data (#15732) Update test262 (#15731) Fix e2e-old-babel test to always use old core/helpers/traverse (#14794) Disable react-native e2e-breaking tests (#15729) update compat-data sources (#15726) Enable Babel and Prettier e2e tests for the esm build (#15672) Update test262 (#15718) chore: Simplify `TOP_LEVEL_AWAIT_USING` (#15708) Fix handling of sync error in `@@asyncDispose` (#15705) fix: Support transforming Explicit Resource Management in `stage-2` (#15707) Fix typo: decarations -> declarations (#15710) Update test262 (#15704) Use more optional chaining (#15703) Minor class transform cleanups (#15700) [yarn] Skip all postinstall scripts, and do not install husky on CI (#15699) fix: Works correctly with `--frozen-intrinsics` (#15626) chore: Run `readmes.js` in CI (#15690) [babel 8] Only support `legacy` and `2023-05` decorators (#15676) Update test262 (#15691) Update compat data (#15692) Add v7.22.5 to CHANGELOG.md [skip ci] Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase. All Depfu comment commands @​depfu rebaseRebases against your default branch and redoes this update @​depfu recreateRecreates this PR, overwriting any edits that you've made to it @​depfu mergeMerges this PR once your tests are passing and conflicts are resolved @​depfu cancel mergeCancels automatic merging of this PR @​depfu closeCloses this PR and deletes the branch @​depfu reopenRestores the branch and reopens this PR (if it's closed) @​depfu pauseIgnores all future updates for this dependency and closes this PR @​depfu pause [minor|major]Ignores all future minor/major updates for this dependency and closes this PR @​depfu resumeFuture versions of this dependency will create PRs again (leaves this PR as is)

Open Graph Description: Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request. What changed? ✳️ @​babel/core (7.22.5 → 7.22.9)...

X Description: Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request. What changed? ✳️ @​babel/core (7.22.5 → 7.22.9)...

Opengraph URL: https://github.com/javaistic/javaistic/pull/527

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:f4121d02-971e-dfa2-e212-598f159f7877
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id8B32:2FE5A8:1C4671:25D47A:696B61D1
html-safe-nonceb8b6abab35195e0d1867a44bf48ca064be69475f30609992ee16352f292abe03
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4QjMyOjJGRTVBODoxQzQ2NzE6MjVENDdBOjY5NkI2MUQxIiwidmlzaXRvcl9pZCI6IjczNTEzODkyMzUzMjkwNjU0MjUiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmacab80b6fbede6e7e6320793e284a632e8aa631081e8613d25e8fa4468a8ace6bb
hovercard-subject-tagpull_request:1433811079
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/javaistic/javaistic/pull/527/files
twitter:imagehttps://avatars.githubusercontent.com/in/715?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/715?s=400&v=4
og:image:altHere is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request. What changed? ✳️ @​babel/core (7.22.5 → 7.22.9)...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None5f99f7c1d70f01da5b93e5ca90303359738944d8ab470e396496262c66e60b8d
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/javaistic/javaistic git https://github.com/javaistic/javaistic.git
octolytics-dimension-user_id76972798
octolytics-dimension-user_loginjavaistic
octolytics-dimension-repository_id388602663
octolytics-dimension-repository_nwojavaistic/javaistic
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id388602663
octolytics-dimension-repository_network_root_nwojavaistic/javaistic
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
release82560a55c6b2054555076f46e683151ee28a19bc
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/javaistic/javaistic/pull/527/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fjavaistic%2Fjavaistic%2Fpull%2F527%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
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
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
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%2Fjavaistic%2Fjavaistic%2Fpull%2F527%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=javaistic%2Fjavaistic
Reloadhttps://github.com/javaistic/javaistic/pull/527/files
Reloadhttps://github.com/javaistic/javaistic/pull/527/files
Reloadhttps://github.com/javaistic/javaistic/pull/527/files
javaistic https://github.com/javaistic
javaistichttps://github.com/javaistic/javaistic
Please reload this pagehttps://github.com/javaistic/javaistic/pull/527/files
Notifications https://github.com/login?return_to=%2Fjavaistic%2Fjavaistic
Fork 21 https://github.com/login?return_to=%2Fjavaistic%2Fjavaistic
Star 49 https://github.com/login?return_to=%2Fjavaistic%2Fjavaistic
Code https://github.com/javaistic/javaistic
Issues 4 https://github.com/javaistic/javaistic/issues
Pull requests 0 https://github.com/javaistic/javaistic/pulls
Discussions https://github.com/javaistic/javaistic/discussions
Actions https://github.com/javaistic/javaistic/actions
Projects 2 https://github.com/javaistic/javaistic/projects
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/javaistic/javaistic/security
Please reload this pagehttps://github.com/javaistic/javaistic/pull/527/files
Insights https://github.com/javaistic/javaistic/pulse
Code https://github.com/javaistic/javaistic
Issues https://github.com/javaistic/javaistic/issues
Pull requests https://github.com/javaistic/javaistic/pulls
Discussions https://github.com/javaistic/javaistic/discussions
Actions https://github.com/javaistic/javaistic/actions
Projects https://github.com/javaistic/javaistic/projects
Security https://github.com/javaistic/javaistic/security
Insights https://github.com/javaistic/javaistic/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fjavaistic%2Fjavaistic%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fjavaistic%2Fjavaistic%2Fissues%2Fnew%2Fchoose
depfuhttps://github.com/apps/depfu
mainhttps://github.com/javaistic/javaistic/tree/main
depfu/update/yarn/@babel/core-7.22.9https://github.com/javaistic/javaistic/tree/depfu/update/yarn/%40babel/core-7.22.9
Conversation 3 https://github.com/javaistic/javaistic/pull/527
Commits 1 https://github.com/javaistic/javaistic/pull/527/commits
Checks 0 https://github.com/javaistic/javaistic/pull/527/checks
Files changed https://github.com/javaistic/javaistic/pull/527/files
Please reload this pagehttps://github.com/javaistic/javaistic/pull/527/files
Update @babel/core 7.22.5 → 7.22.9 (patch) https://github.com/javaistic/javaistic/pull/527/files#top
Show all changes 1 commit https://github.com/javaistic/javaistic/pull/527/files
14c2d44 Update all of babel7 to version 7.22.9 depfu[bot] Jul 13, 2023 https://github.com/javaistic/javaistic/pull/527/commits/14c2d445752758413e104fcc8cec64862136c8b1
Clear filters https://github.com/javaistic/javaistic/pull/527/files
Please reload this pagehttps://github.com/javaistic/javaistic/pull/527/files
Please reload this pagehttps://github.com/javaistic/javaistic/pull/527/files
package.json https://github.com/javaistic/javaistic/pull/527/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
yarn.lock https://github.com/javaistic/javaistic/pull/527/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
package.jsonhttps://github.com/javaistic/javaistic/pull/527/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
View file https://github.com/javaistic/javaistic/blob/14c2d445752758413e104fcc8cec64862136c8b1/package.json
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/javaistic/javaistic/pull/527/{{ revealButtonHref }}
https://github.com/javaistic/javaistic/pull/527/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
https://github.com/javaistic/javaistic/pull/527/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
yarn.lockhttps://github.com/javaistic/javaistic/pull/527/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
View file https://github.com/javaistic/javaistic/blob/14c2d445752758413e104fcc8cec64862136c8b1/yarn.lock
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/javaistic/javaistic/pull/527/{{ revealButtonHref }}
https://github.com/javaistic/javaistic/pull/527/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/527/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/527/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/527/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/527/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/527/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/527/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/527/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/527/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/527/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/527/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/527/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/527/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/527/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/527/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/527/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/527/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/527/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/527/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/527/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/527/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/527/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/527/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/527/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/527/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/527/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/527/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/527/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/527/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/527/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/527/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
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.