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
Currently in-source is optional, and the compiler only does one mode.
However, they have their own use cases and are not interchangeable. In particular, with ESM semantics, a lib directory is still needed to serve without additional tools like NPM.
However, most people use in-source: true in the general case as we recommended it.
I think that both should be enabled. Users only have to choose whether to include it in the NPM package or the git repository.
The text was updated successfully, but these errors were encountered:
See #6209 (comment)
Currently
in-source
is optional, and the compiler only does one mode.However, they have their own use cases and are not interchangeable. In particular, with ESM semantics, a
lib
directory is still needed to serve without additional tools like NPM.However, most people use
in-source: true
in the general case as we recommended it.I think that both should be enabled. Users only have to choose whether to include it in the NPM package or the git repository.
The text was updated successfully, but these errors were encountered: