jsii
jsii copied to clipboard
jsii allows code in any language to naturally interact with JavaScript classes. It is the technology that enables the AWS Cloud Development Kit to deliver polyglot libraries from a single codebase!
## :rocket: Feature Request ### Description There's currently a way to deprecate specific APIs in a module, using the `@deprecated` tag. However, entire submodules need a quick and easy way...
## :bug: Bug Report ### Affected Languages - [ ] `TypeScript` or `Javascript` - [x] `Python` - [x] `Java` - [x] .NET (`C#`, `F#`, ...) - [x] `Go` ### General...
## :bug: Bug Report ### Affected Languages - [ ] `TypeScript` or `Javascript` - [ ] `Python` - [ ] `Java` - [x] .NET (`C#`, `F#`, ...) - [ ]...
## :rocket: Feature Request ### Affected Languages - [ ] `TypeScript` or `Javascript` - [x] `Python` - [ ] `Java` (haven't checked) - [ ] .NET (`C#`, `F#`, ...) (haven't...
Maybe we should add a feature request to `jsii` to support adding files to the `includes` clause... We already support injecting `exclude` clauses...... _Originally posted by @RomainMuller in https://github.com/aws/aws-cdk/pull/4946_
## :bug: Bug Report See https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_s3_assets-readme.html  Those should have been code examples instead of non-working links.
## :rocket: Feature Request ### Affected Languages - [ ] `TypeScript` or `Javascript` - [x] `Python` - [x] `Java` - [x] .NET (`C#`, `F#`, ...) ### General Information * **JSII...
The generated code for Python modules can be large enough to have IDEs refuse to process them (e.g: for IntelliSense support) unless the user tweaks some advanced parameters of their...
## :rocket: Feature Request As per current state of JSII, there's a limitation regarding overriding base class members. This is described in the [typescript restrictions documentation](https://github.com/aws/jsii/blob/main/docs/typescript-restrictions.md#overriding). ```c# export class Base...
## :bug: Bug Report ### Affected Languages - [ ] `TypeScript` or `Javascript` - [X] `Python` - [ ] `Java` - [ ] .NET (`C#`, `F#`, ...) - [ ]...