-
Notifications
You must be signed in to change notification settings - Fork 4k
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
feat(lambda-nodejs): typescript emitDecoratorMetadata support #16543
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! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nija-at I think this is now ready for your review, can you take a look? Thx.
README and naming to be discussed maybe.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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