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(types): add Date to BaseTypes #957

Merged
merged 1 commit into from
Aug 10, 2022
Merged

Conversation

digitorum
Copy link
Contributor

Add Date to BaseTypes to prevent type resolve mismatch.

Argument of type 'string | { toString: () => string; toDateString: () => string; toTimeString: () => string; toLocaleString: { (): string; (locales?: string | string[] | undefined, options?: DateTimeFormatOptions | undefined): string; }; ... 38 more ...; toJSON: (key?: any) => string; }' is not assignable to parameter of type 'string | Date'.```

Add `Date` to BaseTypes
@digitorum
Copy link
Contributor Author

@antfu what do you think about it?

@antfu antfu changed the title Update ref.ts fix(types): add Date to BaseTypes Aug 10, 2022
@antfu antfu merged commit c3f4e91 into vuejs:main Aug 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants