We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Infinity
// index.js import { Infinity as infi } from "./bug"; infi();
// bug.js function Infinity() { console.log("Inifinity"); } // Infinity.size = [8]; export { Infinity };
// mako.confg.json { "minify": false, "_treeShaking": false, "optimization": { "skipModules": false, "concatenateModules": false } }
cargo mako . && node dist/index.js /mako/examples/dead-simple/dist/index.js:30 (0, _bug.Infinity)(); ^ TypeError: (0 , _bug.Infinity) is not a function
Print out "Inifinity"
The text was updated successfully, but these errors were encountered:
will fixed after swc-project/swc#8471 ( swc_core v0.87.22 ), need upgrade swc
Sorry, something went wrong.
No branches or pull requests
expect
Print out "Inifinity"
The text was updated successfully, but these errors were encountered: