herenickname
herenickname
DDeno
Created by herenickname on 8/30/2024 in #help
Several commands at once
new Deno.Command('sh', { args: ['-c', command] }) works
2 replies
DDeno
Created by herenickname on 8/21/2024 in #help
Unexpected behavior while importing npm module
I forked this package on my github to fix some things. Am I right in thinking that I won't be able to import it locally until I load it into npm? It's pretty hard to adapt the version for deno.
4 replies
DDeno
Created by herenickname on 8/21/2024 in #help
Unexpected behavior while importing npm module
Thanks.
4 replies
DDeno
Created by herenickname on 12/7/2023 in #help
Linter does not warn about lack of constructor arguments.
thank you so much!
9 replies
DDeno
Created by herenickname on 12/7/2023 in #help
Linter does not warn about lack of constructor arguments.
after that I found my code full of undefined errors, but runtime (deno run -A src/main.ts) does not show anything about this. How to preserve runtime to strict check code before run?
9 replies
DDeno
Created by herenickname on 12/7/2023 in #help
Linter does not warn about lack of constructor arguments.
I see that deno check can only process a specific file. How to check the whole folder? Is it possible to combine lint & check output? Is there an abstraction in deno for this?
9 replies