Skip to content
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

Closed
JoshuaKGoldberg opened this issue Feb 18, 2019 · 1 comment
Closed

Use in-place compilation instead of directory swapping #825

JoshuaKGoldberg opened this issue Feb 18, 2019 · 1 comment
Labels
Domain: Tooling Repository tasks around improving source tooling. Type: Breaking Change Type: Task Miscellaneous work.

Comments

@JoshuaKGoldberg
Copy link

Right now, files are compiled in the build system from .ts sources in src/ to under dist/src, then dist/build. That's no longer really necessary. As a breaking change for 7.0 (tracking as part of #672), let's change to compiling from src/*.ts to src/*.js. That way we don't have to have a different directory structure for the releases branch.

@JoshuaKGoldberg
Copy link
Author

☠️ It's time! ☠️

Per #876, this repository is no longer accepting feature pull requests. TSLint is being deprecated and we recommend you switch to https://typescript-eslint.io.

Thanks for open sourcing with us, everyone!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Domain: Tooling Repository tasks around improving source tooling. Type: Breaking Change Type: Task Miscellaneous work.
Projects
None yet
Development

No branches or pull requests

1 participant