| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
fix microsoft#31012 Since the purpose of isolatedModules: true is to do extra validation to ensure that separate compilation is safe Allowing emit in the presence of errors is compatible with that intention. Signed-off-by: Max Heiber <max.heiber@gmail.com>
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
fix #31012
Allow noEmitOnError with isolatedModules.
If I understand correctly, the purpose of isolatedModules is to
do extra validation to ensure that separate compilation is safe.
Such validation seems complementary to disallowing emit in the presence of errors.
checklist