-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
精读《export 默认/命名导出的区别》 #342
Comments
妈呀。。。 这么多坑。 我的结论是,这属于 JS the bad part 的新增内容,我们需要 eslint-disable-esm-export-primitive |
这个厉害了 |
受教了 |
尽量避免使用默认导出吧 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
本周精读的文章是:export-default-thing-vs-thing-as-default
加深你对 import、export 到底是引用还是瞬时值的理解,同时发现原来还有一些特殊语法糖存在作用域提升的效果。
精读《export 默认/命名导出的区别》
The text was updated successfully, but these errors were encountered: