Skip to content
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

Open
uwascan opened this issue Jul 11, 2017 · 5 comments
Open

Typescript Support Please!!! #147

uwascan opened this issue Jul 11, 2017 · 5 comments

Comments

@uwascan
Copy link

uwascan commented Jul 11, 2017

I Love the simplicity of this Non-Framework. Do you plan to support typescript?

@devsnek
Copy link
Contributor

devsnek commented Jul 11, 2017

if by "support typescript" you mean add a typings file, you can always make a pr yourself.

@mdings
Copy link

mdings commented Jul 12, 2017

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.

@devsnek
Copy link
Contributor

devsnek commented Jul 12, 2017

imo adding a typings file is enough, no need to rewrite in typescript

@mdings
Copy link

mdings commented Jul 12, 2017

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?

@devsnek
Copy link
Contributor

devsnek commented Jul 12, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants