TheYuriG
TheYuriG13mo ago

Creating my first Deno module

Have never published to NPM or Denoland before, so I'm having some problems figuring shit out. I'm gonna use this forum to dump my issues in case someone has gone through this process before and is willing to give a bit of their time to help me get unstuck.
5 Replies
TheYuriG
TheYuriG13mo ago
i'm currently having an issue defining the fetch 'redirect' value
TheYuriG
TheYuriG13mo ago
TheYuriG
TheYuriG13mo ago
TheYuriG
TheYuriG13mo ago
TheYuriG
TheYuriG13mo ago
i don't get why i'm getting an IDE error here, despite the code working as intended solution: i had to typecast options as RequestInit to make it go away how do i pass my variables through CLI? neither page seems to tell me how to do it https://deno.land/manual@v1.35.0/basics/env_variables https://examples.deno.land/environment-variables oh, Deno.args, i see is there a way to know if a test is being run by a GitHub Action? or should i just create an env for that on the action and check for Deno.env.has()?