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

chore: add shims-vue.d.ts in vite playground example #8

Merged
merged 3 commits into from
Nov 2, 2023

Conversation

LwveMike
Copy link
Contributor

@LwveMike LwveMike commented Nov 1, 2023

Description

This PR:

  1. adds shims-vue.d.ts in vite playground example, so the nr test will not fail.
  2. replaces as any with type casting in context.replaceNode.
  3. removes unnecessary conditional check.
  4. adds jsdoc description.

fix #7

Mihai Plamadeala added 3 commits October 28, 2023 13:01
Adding shims-vue.d.ts will remove typescript errors when running nr
typecheck
* remove unnecessary conditional check
* rename some variables
* replace as any with type casting in context.replaceNode
@antfu antfu merged commit 7dca7b5 into antfu:main Nov 2, 2023
@LwveMike LwveMike deleted the next branch April 9, 2024 13:29
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.

@vue/compiler-core version mismatch results in undefined imports
4 participants