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
From what I understand, that is precisely the point of the transpile module API. It exposes TypeScript's ability to transform ESNext code intro various targets while removing TypeScript specific syntax without typechecking. This is useful for many tool chains that wish to perform typechecking and transpilation separately.
TypeScript Version: 2.4.2
Code
Expected behavior:
Reports
[ts] Type '2' is not assignable to type 'string'
.Actual behavior:
Diagnostics is an empty array
[]
.The text was updated successfully, but these errors were encountered: