Skip to content

fix: compiler browser support#3081

Merged
DylanPiercey merged 1 commit intomainfrom
compiler-browser-support
Feb 6, 2026
Merged

fix: compiler browser support#3081
DylanPiercey merged 1 commit intomainfrom
compiler-browser-support

Conversation

@DylanPiercey
Copy link
Contributor

No description provided.

@changeset-bot
Copy link

changeset-bot bot commented Feb 6, 2026

🦋 Changeset detected

Latest commit: 9c36cae

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@marko/compiler Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@coderabbitai
Copy link

coderabbitai bot commented Feb 6, 2026

Walkthrough

A patch changeset was added documenting a fix for a browser loading regression in @marko/compiler. The package exports were updated to provide separate browser and default entry points for the internal babel export. The babel bundling process was changed to produce distinct browser and node builds, adjust externals, and enable minification. Build outputs for runtime-tags were also modified to enable dead-code-elimination minification.

🚥 Pre-merge checks | ✅ 2 | ❌ 1
❌ Failed checks (1 inconclusive)
Check name Status Explanation Resolution
Description check ❓ Inconclusive No pull request description was provided by the author, making it impossible to evaluate whether it relates to the changeset. Add a pull request description that explains the browser support fix, including why the change was needed and what problems it solves.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title 'fix: compiler browser support' directly relates to the main change: adding browser entry points to the compiler's babel export and creating separate browser-specific builds.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch compiler-browser-support

Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov
Copy link

codecov bot commented Feb 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.01%. Comparing base (c5fc0df) to head (9c36cae).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3081   +/-   ##
=======================================
  Coverage   89.01%   89.01%           
=======================================
  Files         370      370           
  Lines       46705    46705           
  Branches     4155     4155           
=======================================
  Hits        41575    41575           
  Misses       5078     5078           
  Partials       52       52           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@DylanPiercey DylanPiercey force-pushed the compiler-browser-support branch from 9b108d3 to 9c36cae Compare February 6, 2026 19:22
@DylanPiercey DylanPiercey merged commit a6bfcdc into main Feb 6, 2026
9 checks passed
@DylanPiercey DylanPiercey deleted the compiler-browser-support branch February 6, 2026 19:27
@github-actions github-actions bot mentioned this pull request Feb 6, 2026
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.

1 participant