-
Notifications
You must be signed in to change notification settings - Fork 36
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
Compile hbjs.js from harfbuzz.ts #99
Comments
@khaledhosny, what’s actually the currently relationship between this harfbuzz.ts and the rest of this project? |
I don’t know. I don’t even know what |
Haha alright… I see. Yeah TypeScript (.ts) is JS with static type checking, usually compiled to JS for distribution. It’s difficult for me to read C++, but I’m quite comfortable with writing TS. Will see if I get to contribute and unify the JS and TS aspects of this repo. |
Hi @ebraminio, @alker0, @chearon, @Jackie1210, and @tomasdev, You guys all have tried to improve the TypeScript aspect of this project:
Seems like it’ll benefit everyone if this neglected harfbuzz.ts can converge with hbjs.js. Any idea how we can make some progress? |
As of now, harfbuzzjs itself is untyped and requires explicitly using the
harfbuzz.ts
file - to avoid unnecessary duplication, the.js
and.d.ts
files could be generated instead.The text was updated successfully, but these errors were encountered: