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
The TypeScript compiler API often changes, very often without warning. There's no real way to know if using certain functions is possible with certain versions, except by testing.
Since ts-node semi-locks its typescript version this won't have any benefit until #1 is implemented.
The text was updated successfully, but these errors were encountered:
The TypeScript compiler API often changes, very often without warning. There's no real way to know if using certain functions is possible with certain versions, except by testing.
Since
ts-node
semi-locks itstypescript
version this won't have any benefit until #1 is implemented.The text was updated successfully, but these errors were encountered: