feat(lambda-nodejs): typescript emitDecoratorMetadata support#16543
feat(lambda-nodejs): typescript emitDecoratorMetadata support#16543mergify[bot] merged 24 commits intoaws:masterfrom
Conversation
|
Title does not follow the guidelines of Conventional Commits. Please adjust title before merge. |
|
@nija-at Could you please spare sometime to review this? |
|
Hey @hassanazharkhan, from the Is it different? |
Hi @jogold, Thank you for your reply, it is indeed different, I would suggest have a look on the following issue evanw/esbuild#1597 for clarification. Yes, |
|
@jogold - Thanks for jumping in. |
924c117 to
ebfd5f2
Compare
b8e8e6c to
44ad230
Compare
|
@jogold addressed your comments, would appreciate another pass! |
jogold
left a comment
There was a problem hiding this comment.
Question: what workaround are you currently using to use emitDecoratorMetadata in your projects? Are you compiling your whole project with a single tsc run and then pointing the entry to the .js file? Do you have different tsconfig.json files for different handlers and have to run tsc multiple times?
packages/@aws-cdk/aws-lambda-nodejs/lib/package-installation.ts
Outdated
Show resolved
Hide resolved
As discussed offline, I'm using single |
|
@jogold would appreciate another pass! |
nija-at
left a comment
There was a problem hiding this comment.
Thanks for the PR @hassanazharkhan and the review @jogold.
Just some comments from me around docs.
|
Thanks, @nija-at for the review, would appreciate another pass! |
|
Thank you for contributing! Your pull request will be updated from master 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 master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
closes #13767
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license