-
-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix!: Rename runner
to webExt
#1180
Conversation
runner
→ webExtRunner
runner
→ webExtRunner
Gonna hold off on doing this until we actually create a replacement for |
Nevermind, I want to rename the stuff before 1.0, so reopening. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 0.20.0-breaking-changes #1180 +/- ##
===========================================================
+ Coverage 81.16% 81.60% +0.44%
===========================================================
Files 124 124
Lines 6519 6529 +10
Branches 1088 1098 +10
===========================================================
+ Hits 5291 5328 +37
+ Misses 1211 1184 -27
Partials 17 17 ☔ View full report in Codecov by Sentry. |
runner
→ webExtRunner
runner
→ webExt
BREAKING CHANGES:
ExtensionRunnerConfig
type toWebExtConfig
Non-breaking deprecations (you'll see a warning if you haven't migrated):
InlineConfig#runner
in favor ofInlineConfig#webExt
defineRunnerConfig
in favor ofdefineWebExtConfig
This improves the consistency of naming between the filename (
web-ext.config.ts
) and the config (WebExtConfig
,InlineConfig#webExt
). It also provides a bit more clarity thatweb-ext
isn't apart of WXT.