We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 854a7ff commit c549bc5Copy full SHA for c549bc5
.babelrc.js
@@ -6,10 +6,9 @@ module.exports = {
6
loose: true,
7
modules: false,
8
targets: {
9
- node: 6,
+ node: 18,
10
},
11
12
],
13
14
- plugins: ['@babel/transform-modules-commonjs'],
15
}
lib/index.js
package.json
@@ -4,6 +4,9 @@
4
"description": "Babel plugin for annotating automatically pure function calls.",
5
"author": "Mateusz Burzyński <mateuszburzynski@gmail.com> (https://github.com/Andarist)",
"license": "MIT",
+ "engines": {
+ "node": ">=18"
+ },
"main": "dist/babel-plugin-annotate-pure-calls.cjs.js",
"module": "dist/babel-plugin-annotate-pure-calls.esm.js",
"exports": {
0 commit comments