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 98f2673 commit 7a7a530Copy full SHA for 7a7a530
.gitignore
@@ -2,6 +2,7 @@
2
.eslintcache
3
.nyc_output
4
*~
5
+dist
6
7
coverage.*
8
node_modules/
package.json
@@ -27,7 +27,7 @@
27
"lint:json": "prettier --write codecov.yml package.json",
28
"prepublishOnly": "pnpm lint && pnpm build",
29
"security": "pnpm audit --audit-level=high --prod",
30
- "test": "ava test/operator.ts"
+ "test": "ava test/variable.ts"
31
},
32
"files": [
33
"dist",
0 commit comments