-
Notifications
You must be signed in to change notification settings - Fork 246
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
docs(typescript-restrictions): clarify non-jsii deps #3995
Conversation
The title of this Pull Request does not conform with [Conventional Commits] guidelines. It will need to be adjusted before the PR can be merged. |
gh-pages/content/user-guides/lib-author/typescript-restrictions.md
Outdated
Show resolved
Hide resolved
@RyoshiKayo any chance you continue your work here and we get this in? |
gh-pages/content/user-guides/lib-author/typescript-restrictions.md
Outdated
Show resolved
Hide resolved
Thank you for contributing! ❤️ I will now look into making sure the PR is up-to-date, then proceed to try and merge it! |
Merging (with squash)... |
Merging (with squash)... |
I spent about a day and a half trying to figure this out, so I thought I'd add a little clarification :)
tl;dr: I'm making a CDK Construct package that also includes a custom lambda handler. That handler takes on a non-jsii dep but I couldn't figure out why JSII kept trying to compile that non-jsii dep until I read
about 20 times.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.