-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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(compile-sfc): support Error
type in defineProps
#5955
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sxzz
approved these changes
Oct 20, 2023
Could you please rebase your code? |
sxzz
added
🍰 p2-nice-to-have
Priority 2: this is not breaking anything but nice to have it addressed.
scope: script-setup
wait changes
labels
Oct 20, 2023
zhmushan
force-pushed
the
define_error
branch
from
October 20, 2023 01:47
13291f5
to
e3c2d69
Compare
Size ReportBundles
Usages
|
zhmushan
force-pushed
the
define_error
branch
3 times, most recently
from
October 20, 2023 02:22
294b9a8
to
f489944
Compare
@sxzz Done. |
❌ Deploy Preview for vue-sfc-playground failed.
|
zhmushan
force-pushed
the
define_error
branch
from
October 20, 2023 02:50
becabde
to
885ec72
Compare
haoqunjiang
force-pushed
the
define_error
branch
from
October 30, 2023 07:19
885ec72
to
ad88192
Compare
/ecosystem-ci run |
📝 Ran ecosystem CI: Open
|
haoqunjiang
approved these changes
Oct 30, 2023
haoqunjiang
changed the title
fix(compile-sfc): Support define Error as prop type
fix(compile-sfc): support Oct 30, 2023
Error
type in defineProps
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
🍰 p2-nice-to-have
Priority 2: this is not breaking anything but nice to have it addressed.
scope: script-setup
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
reproduction
Obviously this list of types doesn't currently cover all Web APIs, and I also don't think "find one, add one" is a good way.