hapijs / lab

Node test utility
Other
739 stars 176 forks source link

Update target to ES2020 to match node 14+ #1048

Closed kanongil closed 2 years ago

kanongil commented 2 years ago

I updated the config to produce output with less transpiling.

See https://stackoverflow.com/a/61305579/248062 for details. Note that I use the commonjs variant, since we don't fully support ESM.