This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
Use in-place compilation instead of directory swapping #825
Labels
Domain: Tooling
Repository tasks around improving source tooling.
Type: Breaking Change
Type: Task
Miscellaneous work.
Right now, files are compiled in the build system from
.ts
sources insrc/
to underdist/src
, thendist/build
. That's no longer really necessary. As a breaking change for 7.0 (tracking as part of #672), let's change to compiling fromsrc/*.ts
tosrc/*.js
. That way we don't have to have a different directory structure for the releases branch.The text was updated successfully, but these errors were encountered: