-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Moving to TypeScript #1091
Labels
enhancement
New feature proposal
Comments
4 tasks
ovr
added a commit
that referenced
this issue
Sep 28, 2020
ovr
added a commit
that referenced
this issue
Sep 28, 2020
This was referenced Nov 3, 2020
4 tasks
I've taken a few stabs at converting both
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey!
In 2020 TypeScript started to be a standard (exclude
flow
in fb internals 😄 ) for every project, It helps use to:Before We start
High level iteration plan:
Scope
Due to the fact, that cube.js is not a small project, it's expected to have a plan, How to move it to TypeScript.
It's not possible to move module with dependency on another module that doesn't have typings. It's why dependency tree is useful to detect "core" modules.
Guide
Scope
Isolated packages
Frontend packages
Backend packages (base only)
Drivers
Non code
Thanks
The text was updated successfully, but these errors were encountered: