angular/packages/compiler-cli/src
Filipe Silva 71e5de646b fix(compiler-cli): fix memory leak in program creation (#20692)
Saving `oldProgram` in `AngularCompilerProgram` instances is causing a memory leak for unemitted programs.

It's not actually used so simply not saving it fixes the memory leak.

Fix #20691

PR Close #20692
2017-11-29 16:53:11 -06:00
..
diagnostics fix(compiler): translate emit diagnostics with noEmitOnError: true. (#19953) 2017-10-26 18:42:59 -04:00
metadata feat(compiler-cli): improve error messages produced during structural errors (#20459) 2017-11-27 16:59:57 -06:00
transformers fix(compiler-cli): fix memory leak in program creation (#20692) 2017-11-29 16:53:11 -06:00
extract_i18n.ts refactor(compiler): remove all source-level traces to tsc-wrapped (#18966) 2017-09-13 20:47:37 -04:00
language_services.ts refactor(compiler): remove old ngtools api and add listLazyRoutes to new api (#19836) 2017-10-23 18:46:04 -04:00
main.ts feat(compiler-cli): improve error messages produced during structural errors (#20459) 2017-11-27 16:59:57 -06:00
ngtools_api.ts fix(compiler-cli): only use error collector when needed. (#19912) 2017-10-24 17:06:41 -04:00
ngtools_api2.ts refactor(compiler): remove old ngtools api and add listLazyRoutes to new api (#19836) 2017-10-23 18:46:04 -04:00
perform_compile.ts feat(compiler-cli): improve error messages produced during structural errors (#20459) 2017-11-27 16:59:57 -06:00
perform_watch.ts fix(compiler): make watch mode work on windows (#19953) 2017-10-26 18:43:00 -04:00
version.ts refactor(compiler): split compiler and core (#18683) 2017-08-16 17:58:53 -05:00