webbower
webbower
DDeno
Created by webbower on 7/6/2023 in #help
Globally import files for Deno subcommands
I’ve looked at Deno docs and searched online to no avail for this answer. Is there a capability in Deno similar to node -r <packageOrFilepath> or some other ability to globally import one or more files for the whole script lifetime? For a concrete example, how would I load a polyfill for a global method to be present in my application code and again for individual test files to ensure the polyfilled method is always available?
3 replies