bug: AutoImport 引入,在vscode里面看不到函数的方法
oydiligent opened this issue · 15 comments
咦。你直接用默认配置不要加自定义配置呢?
默认会把 dts 生成到 src 下
或者 加一下 include. 因为类型实际上是会默认生成成一个全局声明的类型文件的
或者 加一下 include. 因为类型实际上是会默认生成成一个全局声明的类型文件的
我用的不是ts版的,没有这个配置,其次默认会把 dts 生成到 src 下,不会生成eslintrc-auto-import.json这个,只有auto-imports.d.ts文件
好像这个自动导入只支持ts版@~@
好像这个自动导入只支持ts版@~@
如果没有 ts 的配置确实是看不到自动导入的方法的类型的
Write Preview
Attach files by dragging & dropping, selecting or pasting them.
Close issue
Comment
Remember, contributions to this repository should follow its contributing guidelines.
Assignees
No one assigned
Labels
bug
Projects
None yet
Milestone
No milestone
Development
No branches or pull requestsNotifications
CustomizeUnsubscribe
You’re receiving notifications because you authored the thread.2 participants
这个require是个错的呀,我看别人有的生成的默认是require("./prebundle/vendors-node_modules_taro_weapp_prebundle_react-dom_js.js"),我这个少了一个层级
周末我试一下你这个版本吧。目前示例库用的是 3.6.11 是没这个问题的
Write Preview
Attach files by dragging & dropping, selecting or pasting them.
Close issue
Comment
Remember, contributions to this repository should follow its contributing guidelines.
Assignees
No one assigned
Labels
bug
Projects
None yet
Milestone
No milestone
Development
No branches or pull requests
Notifications
Customize
Unsubscribe
You’re receiving notifications because you authored the thread.
2 participants
这个require是个错的呀,我看别人有的生成的默认是require("./prebundle/vendors-node_modules_taro_weapp_prebundle_react-dom_js.js"),我这个少了一个层级
我试了下3.6.11 版本的 taro-hooks@2 版本加上 autoImport 插件没有复现你这个路径错误的问题。应该是其他配置的问题。
高于3.6.16低于3.6.19会出现这个问题, 官方已经解决了
高于3.6.16低于3.6.19会出现这个问题, 官方已经解决了
最近比较忙,没有关注。解决了的话就暂时关闭了。如果有相关issue可以link一下。这样有同样问题的小伙伴可以顺着 metion 过去