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
Hi Callum, thanks for a great plugin - I tried building from source and found that the options.js file wasn't being generated anymore.
other things i found were that in order not to perturb the pnpm lockfile, you have to run npx pnpm@7 --frozen-lockfile i - perhaps someone with more pnpm experience than me would be able to be confident in a lockfile upgrade to the latest lockfile version. unfortunately, I wasn't able to figure out how to run the deno task commands using the lockfile in the repo (deno insisted on upgrading from lockfile version 2 to 3) - but this would have been one of the things i was trying to check.
the main issue I am seeing is that the options.html clearly suggests the presence of the options.js file, presumably being compiled from options.ts - but it is not being generated.
Hi Callum, thanks for a great plugin - I tried building from source and found that the options.js file wasn't being generated anymore.
other things i found were that in order not to perturb the pnpm lockfile, you have to run
npx pnpm@7 --frozen-lockfile i
- perhaps someone with more pnpm experience than me would be able to be confident in a lockfile upgrade to the latest lockfile version. unfortunately, I wasn't able to figure out how to run thedeno task
commands using the lockfile in the repo (deno insisted on upgrading from lockfile version 2 to 3) - but this would have been one of the things i was trying to check.the main issue I am seeing is that the
options.html
clearly suggests the presence of theoptions.js
file, presumably being compiled fromoptions.ts
- but it is not being generated.steps to reproduce:
expected output:
actual output:
I'm not sure if im missing something or this is an actual bug.
The text was updated successfully, but these errors were encountered: