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

Compile hbjs.js from harfbuzz.ts #99

Open
LeoDog896 opened this issue Jun 15, 2024 · 3 comments
Open

Compile hbjs.js from harfbuzz.ts #99

LeoDog896 opened this issue Jun 15, 2024 · 3 comments

Comments

@LeoDog896
Copy link

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.

@lianghai
Copy link

lianghai commented Sep 4, 2024

@khaledhosny, what’s actually the currently relationship between this harfbuzz.ts and the rest of this project?

@khaledhosny
Copy link
Contributor

I don’t know. I don’t even know what .ts is (I’m not much of a web developer myself and I’m maintaining this project only because no one else does).

@lianghai
Copy link

lianghai commented Sep 5, 2024

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.

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