rclnodejs icon indicating copy to clipboard operation
rclnodejs copied to clipboard

Adopt ES2020 features

Open minggangw opened this issue 2 years ago • 0 comments

Currently, rclnodejs supports node LTS versions (14, 16 and 18 as day of 3/6/2023), we can leverage more features introduced since ES2020, for example:

  • https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Optional_chaining
  • https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Nullish_coalescing

minggangw avatar Mar 06 '23 10:03 minggangw