Skip to content

Commit

Permalink
Add es2023 to Node 18 lib
Browse files Browse the repository at this point in the history
According to node.green[^1] Node 18 supports ES2023 features.

[^1]: https://node.green/#ES2023
  • Loading branch information
JamieMagee committed Apr 17, 2023
1 parent 7db25a4 commit f1b1219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bases/node18.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"display": "Node 18",

"compilerOptions": {
"lib": ["es2022"],
"lib": ["es2023"],
"module": "commonjs",
"target": "es2022",

Expand Down

1 comment on commit f1b1219

@RobinTail
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit made an issue, @JamieMagee

#173

Please sign in to comment.