FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix #31012 allow noEmitOnError with isolatedModules by mheiber · Pull Request #31043 · microsoft/TypeScript · GitHub

fix #31012 allow noEmitOnError with isolatedModules - #31043

Merged
Ryan Cavanaugh (RyanCavanaugh) merged 1 commit into
microsoft:masterfrom
bloomberg:permit-isolated-modules-with-no-emit-on-error
Apr 25, 2019
Merged

fix #31012 allow noEmitOnError with isolatedModules#31043
Ryan Cavanaugh (RyanCavanaugh) merged 1 commit into
microsoft:masterfrom
bloomberg:permit-isolated-modules-with-no-emit-on-error

Conversation

Max Heiber (mheiber) commented Apr 20, 2019
edited
Loading

Copy link
Copy Markdown
Contributor

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

  • Code is up-to-date with the master branch
  • You've successfully run gulp runtests locally
  • There are new or updated unit tests validating the change

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>

Microsoft Contribution License Agreements (msftclas) commented Apr 20, 2019
edited
Loading

Copy link
Copy Markdown


All CLA requirements met.

Ryan Cavanaugh (RyanCavanaugh) merged commit f9d12ed into microsoft:master Apr 25, 2019
Microsoft (microsoft) locked as resolved and limited conversation to collaborators Oct 21, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow isolatedModules: true with noEmitOnError: true

4 participants


Back | FazBrowse Home | New Git URL