elee
elee
DDeno
Created by elee on 3/18/2025 in #help
is it possible to use deno std libraries that are "browser compatible" via npm?
oh i guess this one is all js with no types, guess that doesnt really work well
6 replies
DDeno
Created by elee on 3/18/2025 in #help
is it possible to use deno std libraries that are "browser compatible" via npm?
oh, i found this https://www.npmjs.com/package/deno-std, will try and see how it goes, but this does seem like its just being done by one guy lol
6 replies
DDeno
Created by elee on 10/14/2024 in #help
how to add a code generation hook pre-build in fresh
mm got it. probably will try making my own set of scripts then for this. thanks!
8 replies
DDeno
Created by elee on 10/14/2024 in #help
how to add a code generation hook pre-build in fresh
so is there no simple way to do what i want to do? do i need to wait for HMR to be fixed?
8 replies
DDeno
Created by elee on 10/14/2024 in #help
how to add a code generation hook pre-build in fresh
i guess i can't touch an empty file since i can't know when to do it or not. is there no way to get the information on which file/files triggered the current instance when running in --watch?
8 replies
DDeno
Created by elee on 10/14/2024 in #help
how to add a code generation hook pre-build in fresh
is there a way i can manually trigger a restart in watch mode? maybe can touch an empty file or something ?
8 replies
DDeno
Created by elee on 10/14/2024 in #help
how to add a code generation hook pre-build in fresh
adding --watch-exclude doesn't work because then my project doesn't restart when the generated file is created.
adding --watch-exclude doesn't work because then my project doesn't restart when the generated file is created.
8 replies