René's URL Explorer Experiment


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

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

X Title: Update @babel/core 7.22.5 → 7.22.10 (patch) by depfu[bot] · Pull Request #538 · 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.10) · Repo · Changelog Release Notes 7.22.10 v7.22.10 (2023-08-07) Thanks @DimitriPapadopoulos, @FabianWarnecke, @JoshuaKGoldberg, and @YYvanYang for your first pull requests! 🐛 Bug Fix babel-plugin-transform-typescript #15799 [ts] Strip type-only namespaces (@nicolo-ribaudo) #15798 [ts] Fix compiling extended exported nested namespace (@nicolo-ribaudo) babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-transform-class-properties, babel-plugin-transform-class-static-block, babel-plugin-transform-new-target, babel-plugin-transform-private-methods, babel-preset-env #15701 Memoize class binding when compiling private methods and static elements (@JLHwung) 💅 Polish babel-cli #15824 Add meta object to @babel/eslint-plugin (@JLHwung) babel-traverse, babel-types #15661 Improve the type definition of path.isX (@liuxingbaoyu) babel-generator, babel-types #15776 improve SourceLocation typing (@JLHwung) 🏠 Internal Other #15818 build: generate flow typings in prepublish job (@JLHwung) #15777 chore: bump dev dependencies and remove .eslintignore (@JLHwung) babel-cli, babel-core, babel-generator, babel-helper-builder-react-jsx, babel-preset-env, babel-standalone #15794 Enable @typescript-eslint/no-redundant-type-constituents rule (@JLHwung) babel-helper-compilation-targets #15811 Remove @babel/core peerDep from helper-compilation-targets (@nicolo-ribaudo) babel-parser #15793 Use const enum in babel-parser (@JLHwung) babel-plugin-transform-runtime, babel-traverse, babel-types #15716 chore: Use typescript-eslint@v6 with reworked configs (@JoshuaKGoldberg) 🔬 Output optimization babel-plugin-transform-block-scoping, babel-plugin-transform-parameters, babel-plugin-transform-regenerator #15746 Reduce transform-block-scoping loops output size (@liuxingbaoyu) Committers: 9 Babel Bot (@babel-bot) Dimitri Papadopoulos Orfanos (@DimitriPapadopoulos) Huáng Jùnliàng (@JLHwung) Josh Goldberg ✨ (@JoshuaKGoldberg) Nicolò Ribaudo (@nicolo-ribaudo) Tianlan Zhou (@SuperSodaSea) @FabianWarnecke @YYvanYang @liuxingbaoyu 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 more commits than we can show here. 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.10...

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.10...

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

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:1676fdae-ae66-02c9-d364-5bdb2492ef63
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id9374:2E5741:6F2170:907580:696B4B47
html-safe-nonce2a5c09a4287228b9603f50b0c37180fa322f35da410b92c9438c30aa6b9dee8a
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5Mzc0OjJFNTc0MTo2RjIxNzA6OTA3NTgwOjY5NkI0QjQ3IiwidmlzaXRvcl9pZCI6IjQ1NjEwMzAzMjEyMDg1MTEzMDMiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac69b3e1b4b21b284b898589b5a47aa1b41ac56f5c5168e03174a7fd743af379f3
hovercard-subject-tagpull_request:1467609752
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/538/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.10...
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/538/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fjavaistic%2Fjavaistic%2Fpull%2F538%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%2F538%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/538/files
Reloadhttps://github.com/javaistic/javaistic/pull/538/files
Reloadhttps://github.com/javaistic/javaistic/pull/538/files
javaistic https://github.com/javaistic
javaistichttps://github.com/javaistic/javaistic
Please reload this pagehttps://github.com/javaistic/javaistic/pull/538/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/538/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
arghyaxcodeshttps://github.com/arghyaxcodes
mainhttps://github.com/javaistic/javaistic/tree/main
depfu/update/yarn/@babel/core-7.22.10https://github.com/javaistic/javaistic/tree/depfu/update/yarn/%40babel/core-7.22.10
Conversation 1 https://github.com/javaistic/javaistic/pull/538
Commits 2 https://github.com/javaistic/javaistic/pull/538/commits
Checks 0 https://github.com/javaistic/javaistic/pull/538/checks
Files changed https://github.com/javaistic/javaistic/pull/538/files
Please reload this pagehttps://github.com/javaistic/javaistic/pull/538/files
Update @babel/core 7.22.5 → 7.22.10 (patch) https://github.com/javaistic/javaistic/pull/538/files#top
Show all changes 2 commits https://github.com/javaistic/javaistic/pull/538/files
1212919 Update all of babel7 to version 7.22.10 depfu[bot] Aug 8, 2023 https://github.com/javaistic/javaistic/pull/538/commits/1212919747c12a50ad829c66251b723d1077ea1f
d6c5525 Merge branch 'main' into depfu/update/yarn/@babel/core-7.22.10 arghyaxcodes Aug 17, 2023 https://github.com/javaistic/javaistic/pull/538/commits/d6c55258a494673b1508588deb486c9751f05675
Clear filters https://github.com/javaistic/javaistic/pull/538/files
Please reload this pagehttps://github.com/javaistic/javaistic/pull/538/files
Please reload this pagehttps://github.com/javaistic/javaistic/pull/538/files
package.json https://github.com/javaistic/javaistic/pull/538/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
yarn.lock https://github.com/javaistic/javaistic/pull/538/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
package.jsonhttps://github.com/javaistic/javaistic/pull/538/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
View file https://github.com/javaistic/javaistic/blob/d6c55258a494673b1508588deb486c9751f05675/package.json
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/javaistic/javaistic/pull/538/{{ revealButtonHref }}
https://github.com/javaistic/javaistic/pull/538/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
https://github.com/javaistic/javaistic/pull/538/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
yarn.lockhttps://github.com/javaistic/javaistic/pull/538/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
View file https://github.com/javaistic/javaistic/blob/d6c55258a494673b1508588deb486c9751f05675/yarn.lock
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/javaistic/javaistic/pull/538/{{ revealButtonHref }}
https://github.com/javaistic/javaistic/pull/538/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/538/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/538/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/538/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/538/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/538/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/538/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/538/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/538/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/538/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/538/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/538/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/538/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/538/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/538/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/538/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/538/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/538/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/538/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/538/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/538/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/538/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/538/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/538/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/538/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/538/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/538/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/538/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/538/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/538/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/538/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/538/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/538/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.