Skip to content

Fix minimal bundled build#5519

Merged
compulim merged 2 commits intomainfrom
fix-minimal
Jul 22, 2025
Merged

Fix minimal bundled build#5519
compulim merged 2 commits intomainfrom
fix-minimal

Conversation

@compulim
Copy link
Copy Markdown
Contributor

Fixes #5518.

Changelog Entry

Fixed

Description

HTMLContentTransformerComposer did not properly check for undefined.

We should enable @tsconfig/strictest to catch these issues sooner.

Specific Changes

  • Updates HTMLContentTransformerComposer to coalesce undefined with empty array
  • I have added tests and executed them locally
  • I have updated CHANGELOG.md
  • I have updated documentation

Review Checklist

This section is for contributors to review your work.

  • Accessibility reviewed (tab order, content readability, alt text, color contrast)
  • Browser and platform compatibilities reviewed
  • CSS styles reviewed (minimal rules, no z-index)
  • Documents reviewed (docs, samples, live demo)
  • Internationalization reviewed (strings, unit formatting)
  • package.json and package-lock.json reviewed
  • Security reviewed (no data URIs, check for nonce leak)
  • Tests reviewed (coverage, legitimacy)

@compulim compulim marked this pull request as ready for review July 22, 2025 20:22
@compulim compulim merged commit ec5a00f into main Jul 22, 2025
51 of 52 checks passed
@compulim compulim deleted the fix-minimal branch July 22, 2025 20:52
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.

Minimal bundled build is not loading

2 participants