Deno is a new JS server environment that was created from ground up in attempt to fix Node.js's drawbacks. It looks like this library somehow confused it with a browser (uses process to distinguish Node and browser probably?) Deno doesn't have process, it has its own Deno object in the global namespace, and it uses ES6 modules and not NPM packages.
Hyperscript is small, compact and relatively self-contained, just like Deno. I think they would play together rather nicely.
Deno is a new JS server environment that was created from ground up in attempt to fix Node.js's drawbacks. It looks like this library somehow confused it with a browser (uses
processto distinguish Node and browser probably?) Deno doesn't haveprocess, it has its ownDenoobject in the global namespace, and it uses ES6 modules and not NPM packages.Hyperscript is small, compact and relatively self-contained, just like Deno. I think they would play together rather nicely.