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

TypeScript Transformer #14

Open
Lakuna opened this issue Aug 31, 2024 · 0 comments
Open

TypeScript Transformer #14

Lakuna opened this issue Aug 31, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Lakuna
Copy link
Owner

Lakuna commented Aug 31, 2024

Description

Create a TypeScript transformer to enable users to overload operators with μMath types. This will encourage users to utilize the fast linear algebra API while improving the developer experience.

Possible Solution

For now, ts-patch looks like a possible way to implement such a feature. In the future (especially if microsoft/TypeScript#54276 is closed), it might be possible to implement this feature for vanilla TypeScript.

Details

A guide on how to write a TypeScript Transformer can be found here.

@Lakuna Lakuna added the enhancement New feature or request label Aug 31, 2024
@Lakuna Lakuna self-assigned this Aug 31, 2024
Repository owner deleted a comment Aug 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant