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
Ohh there is an issue already, @dsherret how can I do it with the lockfile? However the deno.json file has lock: false so there is no deno.lock in my directory.
Hi, I'm not sure if this is currently possible but take a look on this script:
deno run --allow-read --allow-env --allow-sys npm:@swc/cli/swc compile-me.ts
The
@swc/cli
module has a peer dependency to@swc/core
, currently is resolving the latest version and is fine for me.However in the case I should need a different
@swc/core
version how can I do it?I have tried this in my deno.json:
But still resolves the latest version
@swc/[email protected]
, not@swc/[email protected]
.In case you need it, this is the content of
compile-me.ts
file:Thanks.
The text was updated successfully, but these errors were encountered: