vrugtehagel
Read file as text in JSR package (easy with NPM, not Deno)
Thanks - the GitHub issue's been closed and I guess I'm stuck waiting for
with { type: "text" }
. Does that package of yours still require net permissions? Right now I've gone for the hacky export const foo = 'content…'
route, inlining the file and pretending it's JS so I can import
it. Not pretty, but does the job without unnecessary permissions11 replies