-
Notifications
You must be signed in to change notification settings - Fork 524
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
refactor: introduce instantsearch-core
#6371
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 6232a64:
|
9ea85df
to
113a313
Compare
113a313
to
48a2251
Compare
48a2251
to
790b781
Compare
I've since refactored the PR, so can no longer approve it
instantsearch-core
instantsearch-core
a94e292
to
be739e9
Compare
790b781
to
7ddc82d
Compare
7ddc82d
to
c474440
Compare
c474440
to
6232a64
Compare
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.
Looks good to me!
Co-authored-by: Dhaya <154633+dhayab@users.noreply.github.com>
* feat: introduce `instantsearch-core` package * Apply suggestions from code review Co-authored-by: Dhaya <154633+dhayab@users.noreply.github.com> --------- Co-authored-by: Haroen Viaene <hello@haroen.me> Co-authored-by: Dhaya <154633+dhayab@users.noreply.github.com>
* feat: introduce `instantsearch-core` package * Apply suggestions from code review Co-authored-by: Dhaya <154633+dhayab@users.noreply.github.com> --------- Co-authored-by: Haroen Viaene <hello@haroen.me> Co-authored-by: Dhaya <154633+dhayab@users.noreply.github.com>
This creates a new
instantsearch-core
and extracts a first set of easy-to-migrate types.The process will be iterative with small PRs to avoid a huge diff.
The moved types are still re-exported, as they are useful for users of the library, and all types are already exported in current instantsearch.js. We can if needed establish a pattern for internal types later, but that's likely not needed initially.
FX-3094
FX-3095