fix: STATIC_ENV missing type annotation #66

Merged
abart27 merged 1 commit from fix-static-env-type-def into main 2026-03-18 19:36:52 +00:00
abart27 commented 2026-03-18 19:36:45 +00:00 (Migrated from github.com)
No description provided.
copilot-pull-request-reviewer[bot] (Migrated from github.com) reviewed 2026-03-18 19:37:53 +00:00
copilot-pull-request-reviewer[bot] (Migrated from github.com) left a comment

Pull request overview

Adds the missing LuaLS type annotation for ugui.STATIC_ENV, ensuring the global static environment table is correctly typed for editor/CI type checking.

Changes:

  • Annotate ugui.STATIC_ENV with ---@type UguiStaticEnvironment in the static environment definition.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

## Pull request overview Adds the missing LuaLS type annotation for `ugui.STATIC_ENV`, ensuring the global static environment table is correctly typed for editor/CI type checking. **Changes:** - Annotate `ugui.STATIC_ENV` with `---@type UguiStaticEnvironment` in the static environment definition. --- 💡 <a href="/mupen64/ugui/new/main?filename=.github/instructions/*.instructions.md" class="Link--inTextBlock" target="_blank" rel="noopener noreferrer">Add Copilot custom instructions</a> for smarter, more guided reviews. <a href="https://docs.github.com/en/copilot/customizing-copilot/adding-repository-custom-instructions-for-github-copilot" class="Link--inTextBlock" target="_blank" rel="noopener noreferrer">Learn how to get started</a>.<br><br>You can also share your feedback on Copilot code review. [Take the survey](https://www.surveymonkey.com/r/XP6L3XJ).
Sign in to join this conversation.
No description provided.