-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect order of initialization variables #18
Labels
bug
Something isn't working
Comments
coderaiser
added a commit
that referenced
this issue
Jun 7, 2024
Fixed in #17 🎉. Is it works for you? |
No, same result "dependencies": {
"@putout/minify": "^3.16.0"
} |
Try to re-install |
❯ node index.js
1
var c=e=>e.w,w=c=>c;function f(e){const{n}=e,q=c(e);e.w=n;return q&&w(q)}console.log(f({n:1}));
undefined
❯ cat node_modules/@putout/minify/package.json | jq '.version'
"3.17.1" |
coderaiser
added a commit
that referenced
this issue
Jun 7, 2024
Added ability to disable |
But it's a useful feature I'd like to use |
Here is the code, you can play with it, if you get any ideas how to make this work, I’ll merge. |
coderaiser
added a commit
to coderaiser/putout
that referenced
this issue
Jun 12, 2024
coderaiser
added a commit
that referenced
this issue
Jun 12, 2024
Fixed in latest version of |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
npm -v
): 10.5.2node -v
: v20.13.1uname -a
on Linux): Darwin arm64Incorrect order of initialization variables
The text was updated successfully, but these errors were encountered: