Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[No QA] Console error cleanup: fix require cycle warnings (part 1) #52561

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    86dbf16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eddc1d2 View commit details
    Browse the repository at this point in the history
  3. fix require cycles starting with API/index.ts -> Middleware/index.ts …

    …-> Reauthentication.ts -> Authentication.ts
    JKobrynski committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    14a8253 View commit details
    Browse the repository at this point in the history
  4. Fix require cycles starting with Navigation.ts -> ReportConnection.ts…

    … -> ... -> PolicyUtils.ts
    JKobrynski committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    172e2df View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1cd0315 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. fix import cycles starting with (and containing) ReportConnection.ts …

    …-> Report.ts -> ReportConnection.ts
    JKobrynski committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    8dc09af View commit details
    Browse the repository at this point in the history
  2. fix require cycles containing Navigation.ts -> reportUtils.ts -> ... …

    …-> TransactionUtils/index.ts chain
    JKobrynski committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    d24daac View commit details
    Browse the repository at this point in the history
  3. fix the Navigation.ts -> ... -> saveLastRoute/index.ios.ts -> App.ts …

    …-> Navigation.ts require cycle
    JKobrynski committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    eb5a8ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a103417 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9d01ed0 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Configuration menu
    Copy the full SHA
    b9b3681 View commit details
    Browse the repository at this point in the history