-
Notifications
You must be signed in to change notification settings - Fork 93
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
Typescript Support Please!!! #147
Comments
if by "support typescript" you mean add a typings file, you can always make a pr yourself. |
Typescript compiles to javascript so you can easily use .ts-files for cell already. Just as easy it is to use babel or whatever next-gen compiler together with cell. All you need to do is compile those files back to javascript. The purpose of cell however is to get going without having to install any dependencies. It just runs out of the box on vanilla javascript. You could still add extra compilers though if you'd like. |
imo adding a typings file is enough, no need to rewrite in typescript |
Could be. I've never actually worked with Typescript. Is that something that's typically included in a library's core? |
i haven't really worked with typescript either, but i hear that people do this thing with typing declaration files so that they don't have to do the entire project in typescript |
I Love the simplicity of this Non-Framework. Do you plan to support typescript?
The text was updated successfully, but these errors were encountered: