-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
types(reactivity): optimize the display type of ref #12005
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
base: main
Are you sure you want to change the base?
Conversation
@yangliguo7 Could you please add a test case for this? |
@vue/compiler-core
@vue/compiler-dom
@vue/compiler-sfc
@vue/compiler-ssr
@vue/reactivity
@vue/runtime-core
@vue/runtime-dom
@vue/server-renderer
@vue/shared
vue
@vue/compat
commit: |
Size ReportBundles
Usages
|
@edison1105 ok. i'll see to it by the way. Is this change too simple to require adding tests? |
Wouldn't |
Also: is it really necessary to export the intermediate type? Would it work without an All exported types become a part of public API, so the less exported types - the better. |
/ecosystem-ci run |
📝 Ran ecosystem CI: Open
|
fix #11969
optimize the ref type to better display types in its ide