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
我的项目是中途换到ts的,所以项目里混合了js和ts,更新到新版本后,对于js导出的controller或service或用import xx = require(xxx)引入,但我的js代码里也统一使用了export default,导致获取引入的对象是一个{ default: [controller|service] }报错了,这个有办法配置解决吗?
import xx = require(xxx)
{ default: [controller|service] }
The text was updated successfully, but these errors were encountered:
js 代码是怎么用 export default 的?node 14 ?
Sorry, something went wrong.
No branches or pull requests
我的项目是中途换到ts的,所以项目里混合了js和ts,更新到新版本后,对于js导出的controller或service或用
import xx = require(xxx)
引入,但我的js代码里也统一使用了export default,导致获取引入的对象是一个{ default: [controller|service] }
报错了,这个有办法配置解决吗?The text was updated successfully, but these errors were encountered: