mxdvl
Unable to find local file with installed deno module
https://deno.land/manual/tools/compiler this seems to suggest it won’t work
7 replies
Is there an idiomatic/common/modern way of creating a queue of jobs to be executed one after anot...
p-queue is a nice library that does exactly what you describe: https://deno.land/x/p_queue
26 replies
File line operations
To mutate and array and insert a new line you can use splice: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/splice
16 replies