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, saving a partial file compiles all non-partial files. This means that many files are potentially being compiled for no reason.
Proposal
Working on a typescript compiler has allowed me to come up with a method that correctly identifies linked files. By identifying the link I will know the saved file is a "child" and to only compile its "parent" files
Possible Breaking Changes
May make partialsList setting redundant.
However, people may still want a file compiled that is included by another file. Will need to think about this
Issue
Currently, saving a partial file compiles all non-partial files. This means that many files are potentially being compiled for no reason.
Proposal
Working on a typescript compiler has allowed me to come up with a method that correctly identifies linked files. By identifying the link I will know the saved file is a "child" and to only compile its "parent" files
Possible Breaking Changes
partialsList
setting redundant.TODO
Should resolve/close
The text was updated successfully, but these errors were encountered: