tingyuxuan2302 / taro3-virtual-list

基于taro3封装的虚拟列表,对列表节点不等高以及白屏等问题支持友好,无计算量,性能优异,支持各大小程序以及h5页面
MIT License
190 stars 26 forks source link

文件名有误,在大小写敏感的文件系统中无法加载类型 #18

Closed strickczq closed 2 years ago

strickczq commented 2 years ago

文件名有误,在大小写敏感的文件系统中无法加载类型

diff:

diff --git a/node_modules/taro-virtual-list/@types/index.d.ts b/node_modules/taro-virtual-list/@types/index.d.ts
index f149365..4b3d680 100644
--- a/node_modules/taro-virtual-list/@types/index.d.ts
+++ b/node_modules/taro-virtual-list/@types/index.d.ts
@@ -1 +1 @@
-export { default as TaroVirtualList } from './virtualList'
+export { default as TaroVirtualList } from './VirtualList'

This issue body was partially generated by patch-package.

tingyuxuan2302 commented 2 years ago

文件名有误,在大小写敏感的文件系统中无法加载类型

diff:

diff --git a/node_modules/taro-virtual-list/@types/index.d.ts b/node_modules/taro-virtual-list/@types/index.d.ts
index f149365..4b3d680 100644
--- a/node_modules/taro-virtual-list/@types/index.d.ts
+++ b/node_modules/taro-virtual-list/@types/index.d.ts
@@ -1 +1 @@
-export { default as TaroVirtualList } from './virtualList'
+export { default as TaroVirtualList } from './VirtualList'

This issue body was partially generated by patch-package. 好的,已经在1.1.1版本修改了,感谢指出