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
A second experimental transformer, type-resolver, that transpiles your code to typescript with all macros expanded before transpiling it to javascript. This means you can use types or exported values generated by macros in your code!
The transformer also works in your editor if you patch the tsserver file with ts-patch.
This transformer can only be used with ts-patch.
You can now export the variables defined by the $$define macro by passing a fourth parameter.
Changes
You can no longer change the name of classes/enums/functions by giving them the same name as a maco parameter, use macro variables from now on: