Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release-3.8] Allow --composite false or --composite null on the command line (#36997) #37062

Merged
merged 1 commit into from
Feb 27, 2020

Conversation

sheetalkamat
Copy link
Member

@sheetalkamat sheetalkamat commented Feb 26, 2020

  • Add tests for specifying composite as command line option

  • Allow passing --composite false on commandline

  • Add test to verify tsc --composite false from command line

  • Handle "undefined" as option value to be set to undefined for that option

  • Support "null" as option to be converted to undefined which is normally end result from our config file as well

  • Support null as option for any tsconfig only option as well, and dont support undefined

  • Fix public api test case

  • Validates objects instead of stringify result

  • Add composite true to base source

Cherry pick of #36997 to release-3.8

* Add tests for specifying composite as command line option

* Allow passing --composite false on commandline

* Add test to verify tsc --composite false from command line

* Handle "undefined" as option value to be set to undefined for that option

* Support "null" as option to be converted to undefined which is normally end result from our config file as well

* Support null as option for any tsconfig only option as well, and dont support undefined

* Fix public api test case

* Validates objects instead of stringify result

* Add composite true to base source
@sheetalkamat sheetalkamat merged commit 6def346 into release-3.8 Feb 27, 2020
@sheetalkamat sheetalkamat deleted the allowCompositeFalse branch February 27, 2020 00:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants