will we ever shift away from node.js? release Deno...
# random
p
will we ever shift away from node.js? release Deno 2 sparks my interest
s
of course. Many people use deno already
🙏 1
p
how would this look like? Haven't seen many samples on this. currently sdf is still using npm, when starting up a
$suitecloud project:create -i
you would say no to the installation of the npm dependencies (needed for Jest only i think and deno has this build in) you would just do an
$deno init
i guess and import a types file if you want to do some testing with the ns 2.x modules right?