Add support for incremental transpilation #26
thatvideoshopguy
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
To speed up the transpilation process, we can add support for incremental transpilation in LangTrans. This feature would allow LangTrans to only transpile the parts of the source code that have changed since the last transpilation, reducing the time and resources needed for the process. We'd have to implement a caching system that tracks changes in the source code and only transpiles the modified parts of the code.
Beta Was this translation helpful? Give feedback.
All reactions