-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
♻️ #core/context pass TS type-checking #37185
Conversation
Hey @jridgewell! These files were changed:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly questions FMI, this looks really good.
@@ -3,7 +3,6 @@ import { | |||
reducer as loadingReducer, | |||
} from '#core/constants/loading-instructions'; | |||
import {contextProp} from '#core/context/prop'; | |||
import {ContextPropDef} from '#core/context/prop.type'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We'll likely need to add an import()
comment later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, but it'll also require updating the name everywhere in the file, so not bothering to update the whole file right now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bundle size override
Partial for #34096