-
Notifications
You must be signed in to change notification settings - Fork 112
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
Addition of typescript type declarations #165
base: master
Are you sure you want to change the base?
Conversation
@WoonchanCho The |
Thanks for working on this 👍 Let's be sure to give the final PR commit line a semantic versioning prefix like |
Cool, I was not aware of this feature. All we would need to do is include this in the commit message? |
Yes, Danny set it up and I used it for the first time the other day: |
@pieper and @hackermd , I've completed an initial environment setup. As I said earlier, I'm trying to pursue two goals simultaneously:
This strategy would be great because this makes sure to keep sync among sources, docs, and TypeScript declarations, leading to the single source of truth . My repo now has two new folders: You will peek the docs files by opening docs/index.html in the browser. I will continue to work when I have available time Thank you |
@WoonchanCho this looks great! 💯 It'll be a huge help and will encourage us to add more comments. |
@hackermd, I'm getting error after merging your recent change: It looks VolumeSurface you deleted is being used in src/sr/templates.js. Thank you. |
Any update with this PR? |
Addresses #163