You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
package.json isn't found (because we use a deno.json) so the name/version can't be extracted automatically
wxt build and wxt zip don't exit
TSConfig doesn't exist, so we can't extend .wxt/tsconfig.json... Creating a tsconfig.json separate from the deno.json breaks deno run, so the only option is to reference .wxt/wxt.d.ts from another declaration file. This means all the import path aliases won't be recognized. You could manually add them to deno.json, but 🤷 I didn't for this example
Postinstall script inside deno.json doesn't run after running deno i
These things kinda get in the way of the existing template setup and wxt init command. Similar to PNPM, we'll need to modify the files after downloading them for it to work with deno.
Is your feature request related to a bug?
N/A
What are the alternatives?
N/A
Additional context
I've been using deno lately and it's very good. Want to make sure WXT supports it.
The text was updated successfully, but these errors were encountered:
Feature Request
It is kinda possible to use WXT with Deno: wxt+deno.zip
However there are a few problems:
package.json
isn't found (because we use adeno.json
) so the name/version can't be extracted automaticallywxt build
andwxt zip
don't exit.wxt/tsconfig.json
... Creating a tsconfig.json separate from thedeno.json
breaksdeno run
, so the only option is to reference.wxt/wxt.d.ts
from another declaration file. This means all the import path aliases won't be recognized. You could manually add them todeno.json
, but 🤷 I didn't for this exampledeno.json
doesn't run after runningdeno i
wxt.config.ts
file typing: Added missing member used inUserManifest
to define the manifest name. #1336 (comment)These things kinda get in the way of the existing template setup and
wxt init
command. Similar to PNPM, we'll need to modify the files after downloading them for it to work with deno.Is your feature request related to a bug?
N/A
What are the alternatives?
N/A
Additional context
I've been using deno lately and it's very good. Want to make sure WXT supports it.
The text was updated successfully, but these errors were encountered: