-
-
Notifications
You must be signed in to change notification settings - Fork 439
fix: Make content script matches optional
#1220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for creative-fairy-df92c4 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@wxt-dev/auto-icons
@wxt-dev/i18n
@wxt-dev/module-react
@wxt-dev/module-solid
@wxt-dev/module-svelte
@wxt-dev/module-vue
@wxt-dev/storage
@wxt-dev/unocss
wxt
commit: |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1220 +/- ##
==========================================
+ Coverage 80.36% 80.55% +0.19%
==========================================
Files 127 127
Lines 6071 6080 +9
Branches 1020 1023 +3
==========================================
+ Hits 4879 4898 +19
+ Misses 1177 1167 -10
Partials 15 15 ☔ View full report in Codecov by Sentry. |
|
Released in |
It didn't work out. Although the ts type allowed optional matches, an error was reported when packing |
|
@chen99-long Fixed in #1306, released in v0.19.23 |

This better supports adding content scripts via the scripting APIs while using
registration: "runtime". Updated the docs to reflect this.