fix(lambda-nodejs):false compiler options are not passed tsc#21377
fix(lambda-nodejs):false compiler options are not passed tsc#21377mergify[bot] merged 2 commits intoaws:mainfrom
false compiler options are not passed tsc#21377Conversation
…` compiler options
TheRealAmazonKendra
left a comment
There was a problem hiding this comment.
Please make sure that your PR title confirms to the conventional commit standard (fix, feat, chore) and that it is written in a style that will reflect correctly in the change log.
Additionally, please make sure that your PR body describes the problem the PR is solving, and the design approach and alternatives considered. Explain why the PR solves the problem. A link to an issue is helpful, but does not replace an explanation of your thought process (See Contributing Guide, Pull Requests)
preCompilation, set false flags for tsc compiler optionsfalse compiler options to passed to tsc during preCompilation
false compiler options to passed to tsc during preCompilationfalse compiler options to pass to tic
false compiler options to pass to ticfalse compiler options to pass to tsc
false compiler options to pass to tscfalse compiler options are not passed tsc
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Any option that is set to false is omitted from the
tsccommand line options. This results in failed compilations during cdk synthesis whereas building directly withtscdoes not fail.closes #20670
All Submissions:
Adding new Unconventional Dependencies:
New Features
yarn integto deploy the infrastructure and generate the snapshot (i.e.yarn integwithout--dry-run)?By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license