Any plans to migrate for Deno instead of Nodejs?

I was thinking that maybe going through the existing in this new technology can help performance a little.

Probably not a big improvement since they both use the same runtime (V8 engine).
Also very hard, since they aren't necessarily compatible.
Deno is nice, but doesn't justify it for the time in my opinion. Performance could be achieved a lot more easily with refactors and optimizations.
Also there are other options for high performance computations in node.js such as webassembly, dynamic lybraries, etc.

I agree with @netd777. Deno looks very promising but to this date is not quite there yet. Perhaps in the future, if we find a compelling reason to migrate.