for Nest.js I'm not aware if there are any Deno-based alternative (doesn't mean there isn't any)
for express-like experience use Opine framework
Sep 26, 2021, 8:47 PM
if they're vanilla they work ootb with deno
and there's esm.sh which transforms node packages to deno
Sep 26, 2021, 8:49 PM
Thanks, saved
Sep 26, 2021, 8:49 PM
I like how deno manages imports, same as in go lang 💪
Sep 26, 2021, 8:50 PM
yeah basically the same way as defined in ECMA spec
Sep 26, 2021, 8:51 PM
Huh, ecma2019 ?:))) didn't know about it
Sep 26, 2021, 8:51 PM
?
ES Modules are ES2015
https://github.com/open-source-labs/vno
also Deno + Vue exists in case anyone needs it
also Deno + Vue exists in case anyone needs it
Sep 26, 2021, 8:52 PM
I am afraid it is more difficult to find a job with deno. Better to start with node at the beginning (i am not a junior, but my stack is out of date)
Sep 26, 2021, 8:53 PM
in this case yeah
I'm working on creating a hardhat alternative but in Deno btw
solc is a part of that thing
Sep 26, 2021, 8:54 PM
Hmm 2015+ actually. I mean proposals come each year
Sep 26, 2021, 8:54 PM
currently I'm partially porting Ganache (only the Blockchain part, not the RPC server)
ES modules were added in 2015
Sep 26, 2021, 8:54 PM
But the imports in 2018 🤔
Sep 26, 2021, 8:54 PM
Oh, sounds interesting
Sep 26, 2021, 8:55 PM
umm no?
the whole module spec was defined during the 2015
Sep 26, 2021, 8:55 PM
++
Sep 26, 2021, 8:55 PM
also btw if anyone interested to help with porting ganache, DM me
(there are some things that probably will have to be rewritten/ported besides ganache itself and it's gonna take a shit ton of time doing it all by myself)
(there are some things that probably will have to be rewritten/ported besides ganache itself and it's gonna take a shit ton of time doing it all by myself)
Sep 26, 2021, 8:56 PM
It is interesting, but i am afraid, i cannot spend a lot of time
Sep 26, 2021, 8:57 PM
Hmm just checked some stack overflow. The approved answer says 2018 update
https://stackoverflow.com/questions/34607252/es6-import-module-from-url
https://stackoverflow.com/questions/34607252/es6-import-module-from-url
Sep 26, 2021, 8:59 PM
it refers to module loaders
not to modules themselves
next paragraph
The module loader spec and the import/export syntax are separate
The module loader spec and the import/export syntax are separate
Sep 26, 2021, 9:02 PM
Heh 👍
Sep 26, 2021, 9:02 PM