I mean instead of adding comments like
|
/** |
|
* Firefox only. Defines the part of the browser in which the button is |
|
* initially placed. |
|
* |
|
* @see https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/action#default_area |
|
*/ |
We should create discriminator, which trims not available options for specific target and inteliSense won't even suggest it to user.
That's big issue, but it's valuable to do it someday.
I mean instead of adding comments like
wxt/packages/wxt/src/types.ts
Lines 764 to 769 in 09b5a19
We should create discriminator, which trims not available options for specific target and
inteliSensewon't even suggest it to user.That's big issue, but it's valuable to do it someday.