Skip to content

Convert ambient module declarations to proper TypeScript module files#1

Merged
robigan merged 1 commit into
masterfrom
copilot/convert-ambient-modules-to-declarations
May 20, 2026
Merged

Convert ambient module declarations to proper TypeScript module files#1
robigan merged 1 commit into
masterfrom
copilot/convert-ambient-modules-to-declarations

Conversation

Copy link
Copy Markdown

Copilot AI commented May 20, 2026

  • Convert all 183 ambient declare module .d.ts files in components/ to proper module declarations (remove wrapper, dedent content)
    • 182 converted via script (single-quoted specifiers)
    • 1 converted manually (settings.d.ts used double-quoted specifier)
    • data-table/column.resizer.d.ts intentionally left as-is (third-party ambient declaration)
    • index.d.ts already a proper module file, unchanged
  • Validate all files have top-level export statements
  • Run parallel validation (no issues found)
  • PR created: Convert ambient module declarations to proper TypeScript module files #1

Copy link
Copy Markdown
Owner

@robigan robigan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants