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
{{ message }}
This repository was archived by the owner on Dec 1, 2019. It is now read-only.
It is not obvious enough what kind of circumstances does it have to use fast emit feature. I ran into a problem which is described here #11202.
The guys from typescript suggest that:
transpileModule should not be used unless an error-free compilation of the same sources has occurred under the --isolatedModules flag, which verifies that it is safe to use transpileModule on a particular compilation.
It would be good if you could at least extend your documentation to describe what problems are caused by using fast mode.
The text was updated successfully, but these errors were encountered:
It is not obvious enough what kind of circumstances does it have to use fast emit feature. I ran into a problem which is described here #11202.
The guys from typescript suggest that:
It would be good if you could at least extend your documentation to describe what problems are caused by using fast mode.
The text was updated successfully, but these errors were encountered: