Skip to content
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

fix: VantImports type error #12876

Merged
merged 19 commits into from
May 20, 2024
Merged

fix: VantImports type error #12876

merged 19 commits into from
May 20, 2024

Conversation

wChenonly
Copy link
Contributor

image

see unplugin-auto-import type

修复前:
export declare function VantImports(options?: VantImportsOptions): { [x: string]: IterableIterator<string>; };
修复后:
export declare function VantImports(options?: VantImportsOptions): { [x: string]: string[]; };

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.75%. Comparing base (2423e41) to head (90baec1).

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #12876      +/-   ##
==========================================
- Coverage   89.78%   89.75%   -0.03%     
==========================================
  Files         257      257              
  Lines        6957     6957              
  Branches     1711     1711              
==========================================
- Hits         6246     6244       -2     
  Misses        377      377              
- Partials      334      336       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@chenjiahan chenjiahan changed the title VantImports Type error fix: VantImports type error May 20, 2024
@chenjiahan chenjiahan merged commit 4b95e92 into youzan:main May 20, 2024
5 checks passed
@chenjiahan
Copy link
Member

Thanks! ❤️

@LittleSource
Copy link

发个版

@chenjiahan
Copy link
Member

release: @vant/auto-import-resolver@1.2.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants