Skip to content

refactor: convert phases to use async/await - #1401

Draft
DayKev wants to merge 11 commits into
betafrom
refactor/async-await
Draft

refactor: convert phases to use async/await#1401
DayKev wants to merge 11 commits into
betafrom
refactor/async-await

Conversation

@DayKev

@DayKev DayKev commented Dec 11, 2025

Copy link
Copy Markdown
Contributor

What are the changes the user will see?

N/A

Why am I making these changes?

Working towards reducing the noFloatingPromises lint errors and unifying the codebase style to async/await.

What are the changes from a developer perspective?

Replaced a lot of x.then(() => y) with await x; y;.

noFloatingPromises change: 206 -> 195

Checklist

  • Otherwise: I'm using beta as my base branch
  • There is no overlap with another PR?
  • The PR is self-contained and cannot be split into smaller PRs?
  • Have I provided a clear explanation of the changes?
  • Have I tested the changes manually?

@DayKev DayKev self-assigned this Dec 11, 2025
@DayKev DayKev added the Refactor For refactoring code label Dec 11, 2025
@DayKev
DayKev force-pushed the refactor/async-await branch 5 times, most recently from 942763c to a851536 Compare December 11, 2025 16:19
@DayKev
DayKev force-pushed the refactor/async-await branch from a851536 to 9a21569 Compare December 11, 2025 16:21
@DayKev
DayKev force-pushed the refactor/async-await branch from 9a21569 to 1922958 Compare December 11, 2025 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Refactor For refactoring code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant