Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Now that old version of node.js aren't supported anymore, there is way of improvement with ES2018 to ES2022.
This permit importing only required methods, better coding, (private variables fields and methods) permitting hidding all internals, using promise.finally, Optional chaining, ...
(note, Temporal is still not implemented in node.js, so moment dependency is still required)