| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
…to provide parsedCommandLine instead of redoing work
There was a problem hiding this comment.
I actually attempted the same before but didn't finish it for some reason.
I had a different approach in mind:
Sorry, something went wrong.
| configFileName: string, | ||
| optionsToExtend: CompilerOptions, | ||
| host: ParseConfigFileHost, | ||
| /*@internal*/ extendedConfigCache?: Map<ExtendedConfigCacheEntry> |
There was a problem hiding this comment.
unfortunately that makes it impossible for API users to benefit from this caching.
Sorry, something went wrong.
|
Klaus Meinhardt (@ajafff) Yes its possible we could use getSourceFile to get the file (which cab be done in addition to this) but the reason we are caching the results of the parsing is because there is further work involved after getSourceFile that needs caching as welll esp since it calculates list of files and options to use etc which takes up lot of time when you have 800 projects. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.