Skip to content

ref(uptime): Prefix uptime assertion-related type exports with Uptime#108562

Open
jaydgoss wants to merge 1 commit intojaygoss/new-751-add-enums-for-assertion_type-and-comparison-in-uptimefrom
jaygoss/uptime-prefix-assertion-types
Open

ref(uptime): Prefix uptime assertion-related type exports with Uptime#108562
jaydgoss wants to merge 1 commit intojaygoss/new-751-add-enums-for-assertion_type-and-comparison-in-uptimefrom
jaygoss/uptime-prefix-assertion-types

Conversation

@jaydgoss
Copy link
Member

Summary

Test plan

  • TypeScript typecheck passes cleanly
  • All 177 tests pass across 15 spec files (assertions, suggestions, forms, alert form)
  • ESLint and prettier pass

@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Feb 19, 2026
@jaydgoss jaydgoss marked this pull request as ready for review February 19, 2026 19:51
@jaydgoss jaydgoss requested review from a team as code owners February 19, 2026 19:51
@jaydgoss jaydgoss changed the title ref(uptime): Prefix assertion-related exports with Uptime ref(uptime): Prefix uptime assertion-related exports with Uptime Feb 19, 2026
@jaydgoss jaydgoss changed the title ref(uptime): Prefix uptime assertion-related exports with Uptime ref(uptime): Prefix uptime assertion-related type exports with Uptime Feb 19, 2026
…ming collisions

Renames all assertion-related type exports in the uptime types file to
include an Uptime prefix (e.g. Op -> UptimeOp, Assertion -> UptimeAssertion,
ComparisonType -> UptimeComparisonType). This prevents naming collisions
when these types are imported elsewhere in the codebase.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments