Momo Kornher
Momo Kornher
It does help a lot. Thanks for the clarifications. A real world scenario would also help. > Disabling the TS config is non-ideal since too much machinery would need rewired,...
I don't think we can action this reasonably. Bun support will need to be improved in AWS CDK for this to work.
> In my scenario I’m looking to (not in this issue or PR, just giving context) offer the use of the @tsconfig project settings, choosing a base and optionally extending...
Let's start with a `Pyenv` component and we can than see how this could be useful inside the standard python project.
I had a similar idea to store the original unchanged inputs of a component: ```ts this.node.addMetadata('options', options) ```
Note that while using construct metadata is convenient it is by convention only, with no way to enforce (whatever that means) correctness. Not only can component authors add incorrect data,...
Thanks for the report. Your description sounds accurate, I'm just having a bit of hard time following it. Would you mind adding the code that is currently produced and what...
Nice work! Would love to see this happing. Can you include a proposal for the required API changes (high-level) in the RFC. E.g. is it going to be `new TypeScriptProject({...
Thanks for reporting this! Sounds like an important thing to resolve one way or the other! > When the project is configured to use ESM, the projen command usually maps...
> * > Some downstream projects like `JsiiProject` don't support ESM. How are we going to handle those? > > > > * It's fully opt-in, so they don't have...