You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: