-
Notifications
You must be signed in to change notification settings - Fork 1.9k
chore(client-core): Move client codebase to typescript #9562
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
Merged
Conversation
This file contains hidden or 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
ba02495 to
a1440dc
Compare
ovr
reviewed
May 15, 2025
ovr
approved these changes
May 15, 2025
99c927f to
142bec6
Compare
b22131b to
58708d8
Compare
58708d8 to
b22131b
Compare
vasilev-alex
approved these changes
May 16, 2025
c1a38f7 to
fac9b3b
Compare
vasilev-alex
approved these changes
May 16, 2025
marianore-muttdata
pushed a commit
to MuttData/cube
that referenced
this pull request
Jun 17, 2025
* rename to ts * Move to TS whole codebase * Move to TS tests * side fix :) * fix tools settings * temp comment out rollup for client-core * update ts config and remove babel * a few more type fixes * versions sync * return back rollup * another try to fix rollup * build fixes * fix quotes * fix ts config * return back lint plugin * delete removed rule * fix lint errors * fix lint error in BaseDriver * fix linting in api-gateway * fix linting in BaseQueueDriver * fix linting in QueryTestAbstract * more fixes * more type fixes * Fix more types * fix load() * fix vue clients * fix getNormalizedPivotConfig() * trying to fix dev docker img * exclude index.umd.js from coverage * trying to fix dev docker img * revert all docker changes in docker file * fix client builds * entry point fixes * fix quotes * module fix * updated uuid * trying to fix jest tests + client core build * remove module * unit tests * fix coverage * fix entry point * ws fix * resolve fix * cleanup * fix yarn.lock * some configs polishment * fix after rebasing * improve ts config for jest * more tests for resultset * fix test for cubeApi * few more tests --------- Co-authored-by: Alex Vasilev <[email protected]>
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
It finally happens! Now the implementation is in sync with the spec and with types (as much as I could take)
Check List