Elad Ben-Israel

Results 198 comments of Elad Ben-Israel

@rix0rrr how will this work for typescript modules?

> We remove the hidden APIs from the .d.ts files. Sounds tricky but might work :-) I am not concerned about JavaScript as they use .d.ts and the reference documentation...

A few more thoughts: 1. If we release two CDK variants, how would 3rd party libraries work? If I consumes two 3rd party modules, one that peer-depends on aws-cdk and...

> In the most base approach, it's fine to ignore the peerDependencies requirements. You can substitute your own, knowing that they will work. How will it work? One of the...

Oh wait, now I understand that you want to release the experimental module under the same name but with a different version. Ok that’s interesting.

@pgarbe thanks for the proposal. I am transferring this issue to the RFC repo. Please consider submitting an RFC for this as it requires a bit or design work.

@iamandrewluca super cool and very exciting.

@iamandrewluca For AWS CDK L2s we might be able to add a "props" property to all types. We have awslint which can enforce that. Is this something you might be...

still relevant

I believe that when we implement aws/aws-cdk#3437 and asset locations will be hard-coded (without parameters), this will be enabled.