Momo Kornher
Momo Kornher
I suspect this might not be possible as described here: https://aws.github.io/jsii/user-guides/language-support/callbacks/ However the case is definitely not clearly described in the docs. Needs checking.
This command will check if a version exists and respond with the correct shell exit code: ```console curl --fail -ILs https://oss.sonatype.org/content/repositories/releases/io/github/cdklabs/projen/0.73.9/ > /dev/null ``` The URL is build as: ```...
jsii explicitly doesn't support & test EOL versions of node. The warning is a nice touch though. The next version of `jsii-compiler` (which will be `5.3`) will also change the...
Yeah I think we should deprecate this property in favor of `devPatterns`. Looks like I took a shortcut here a while ago 🙊
> Maybe `devDepAllowPatterns`? In the context of ESLint, `devPatterns` could be too many things, IMO. > > There is also a `dirs`, but to be honest, I haven't looked at...
> It also overwrites the array, rather than adds. How do you mean?
Hmm, with `npx` you could just run `npx aws-cdk`. Or maybe we could add a task that runs `npx aws-cdk@${options.cdkVersion}`.
I mean, what is it doing exactly? How is it different from the one we already have? You can always publish this yourself and we link it from somewhere.
I think we've answered the first question. projen does have web projects and considers them part of the scope. I don't know if we want to have every single variation...
> I think you just called me a chicken. Or an egg. Your pick. ;)