Skip to content

feat: export getEntrypointBundlePath from wxt#2463

Merged
aklinker1 merged 1 commit into
wxt-dev:mainfrom
silverfish2525:feat/export-getentrypointbundlepath
Jun 30, 2026
Merged

feat: export getEntrypointBundlePath from wxt#2463
aklinker1 merged 1 commit into
wxt-dev:mainfrom
silverfish2525:feat/export-getentrypointbundlepath

Conversation

@silverfish2525

Copy link
Copy Markdown
Contributor

Exports getEntrypointBundlePath from wxt so external modules can compute bundle paths without copying the internal helper.

Per #2040 — splitting this off into its own PR as requested.

The function already exists at packages/wxt/src/core/utils/entrypoints.ts; this change is a single-line re-export added to packages/wxt/src/core/utils/index.ts. No behavior change, no signature change.

Will be consumed by @wxt-dev/entrypoint-refs (follow-up PR, depends on this landing first).

@github-actions github-actions Bot added the pkg/wxt Includes changes to the `packages/wxt` directory label Jun 30, 2026
@netlify

netlify Bot commented Jun 30, 2026

Copy link
Copy Markdown

Deploy Preview for creative-fairy-df92c4 ready!

Name Link
🔨 Latest commit ac6c665
🔍 Latest deploy log https://app.netlify.com/projects/creative-fairy-df92c4/deploys/6a43a6fd1995b70008c02fd1
😎 Deploy Preview https://deploy-preview-2463--creative-fairy-df92c4.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@aklinker1 aklinker1 enabled auto-merge (squash) June 30, 2026 12:52
@aklinker1 aklinker1 disabled auto-merge June 30, 2026 12:52
@aklinker1 aklinker1 enabled auto-merge (squash) June 30, 2026 12:52
@codecov

codecov Bot commented Jun 30, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.63%. Comparing base (700cd8c) to head (ac6c665).
⚠️ Report is 19 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2463      +/-   ##
==========================================
- Coverage   78.67%   78.63%   -0.04%     
==========================================
  Files         133      134       +1     
  Lines        3906     3918      +12     
  Branches      883      891       +8     
==========================================
+ Hits         3073     3081       +8     
+ Misses        747      746       -1     
- Partials       86       91       +5     

☔ View full report in Codecov by Harness.
📢 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.

@pkg-pr-new

pkg-pr-new Bot commented Jun 30, 2026

Copy link
Copy Markdown

Open in StackBlitz

@wxt-dev/analytics

npm i https://pkg.pr.new/@wxt-dev/analytics@2463

@wxt-dev/auto-icons

npm i https://pkg.pr.new/@wxt-dev/auto-icons@2463

@wxt-dev/browser

npm i https://pkg.pr.new/@wxt-dev/browser@2463

@wxt-dev/i18n

npm i https://pkg.pr.new/@wxt-dev/i18n@2463

@wxt-dev/is-background

npm i https://pkg.pr.new/@wxt-dev/is-background@2463

@wxt-dev/module-react

npm i https://pkg.pr.new/@wxt-dev/module-react@2463

@wxt-dev/module-solid

npm i https://pkg.pr.new/@wxt-dev/module-solid@2463

@wxt-dev/module-svelte

npm i https://pkg.pr.new/@wxt-dev/module-svelte@2463

@wxt-dev/module-vue

npm i https://pkg.pr.new/@wxt-dev/module-vue@2463

@wxt-dev/runner

npm i https://pkg.pr.new/@wxt-dev/runner@2463

@wxt-dev/storage

npm i https://pkg.pr.new/@wxt-dev/storage@2463

@wxt-dev/unocss

npm i https://pkg.pr.new/@wxt-dev/unocss@2463

@wxt-dev/webextension-polyfill

npm i https://pkg.pr.new/@wxt-dev/webextension-polyfill@2463

wxt

npm i https://pkg.pr.new/wxt@2463

commit: ac6c665

@aklinker1 aklinker1 merged commit af840d7 into wxt-dev:main Jun 30, 2026
20 checks passed
@github-actions

Copy link
Copy Markdown
Contributor

Thanks for helping make WXT better!

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

Labels

pkg/wxt Includes changes to the `packages/wxt` directory

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants