-
Notifications
You must be signed in to change notification settings - Fork 132
Convert to Typescript #94
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
base: master
Are you sure you want to change the base?
Conversation
Very nice job, it will be very cool if this be PR released and merged! |
@mikezaby this project doesn't seem to be actively maintained anymore, I've continued to make improvements beyond this PR on my master branch: https://github.com/devindavies/tuna/tree/master |
I saw this also, are you planning to release your own package? |
@mikezaby I was using it for another project, but I could release it as its own package if people are interested |
All functions, nodes, and constants have been broken up into separate files.
Nodes have also been migrated to es6 classes
--BREAKING CHANGE--
Nodes are now individually importable and can now be created without Tuna class creation.
Example: