-
Notifications
You must be signed in to change notification settings - Fork 7
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
Support TypeScript #29
Comments
Hi, Thanks for the suggestion, Typescript support is not in the roadmap and I've never tried anything in this direction, but I've nothing against the idea. My first impressions/understanding are there are two different problems:
Let me know your thoughts about that |
Okay, thanks for the information.
We can keep this issue open to collect the updates. |
ok cool, let me know what you find
Yes, the approach is kind of weird but really handy when it comes to maintaining several applications. I will try to write a post explaining the scope of each building blocks and their relation, it should be useful for other people as well.
No problem |
Hey, I've tried out the first steps and the updated build tool can be found here: collective-soundworks/soundworks-template-build#1 There is also a test template project here if you need it: https://github.com/schlenger/soundworks-template/tree/typescript_support Please check it carefully - I've tried to explain everything I did and everything I've found out so long. Right now it seems to work for JS and TypeScript, so I've created a pull request to merge it into the main project. Let me know what you think of it. |
Ok thanks ! I'll check it, some of the parts are a bit confusing for me as I never used typescript, so I will have to dig a bit to understand more precisely what's going on there. But at first sight it looks like a quite simple solution I let you know |
Since we've worked with your framework in the past and also had some projects where TypeScript turned out quite handy, we wanted to combine both things. While getting started with this, a few things came up and we decided that it'll probably make more sense to ask this directly:
We're keen to support you with this, if you are also interested in it - if not a bit of feedback on "how to best migrate the soundworks-template" or on "how to integrate soundworks in a new project would be helpful. Thank you.
The text was updated successfully, but these errors were encountered: