-
Notifications
You must be signed in to change notification settings - Fork 245
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
JSII compilation issues #3864
Comments
Looks like some of your dependencies are using syntax that is not supported by TypeScript 3.9, which /// package.json (only showing the relevant keys)
{
"jsii": {
"tsc": {
"types": ["node"],
// ...
},
// ...
},
// ...
} RFC-373 is preparing us to implement a strategy that will allow us to move to newer TypeScript releases, hopefully really soon. |
@kpalaparthi For the Babel types, a temporary solution is to hardcode @RomainMuller Is there an ETA on getting the newer version of TypeScript issue resolved? This is insane that JSII is stuck on an ancient version of TypeScript still. It looks like that PR has been stuck in limbo since your comment? |
@GEMISIS - this is becoming more of a problem every day, so we're looking to prioritize this work. |
The following configuration in package.json allows me to complete
|
Just ran into this issue where it appears JSII and picking up (and failing on) the |
This has been resolved by publishing newer version of jsii-compiler that are compatible with newer versions of TS. |
This issue is now closed. Comments on closed issues are hard for our team to see. |
Describe the bug
Unable to compile the code getting compilation errors
Expected Behavior
Compilation should work as expected
Current Behavior
COmpilation is getting failed
Reproduction Steps
We are using aws-cdk-lib 2.43.1 with jest and other things.
Npx projen compile is getting failed
Below is the package.json
Possible Solution
No response
Additional Information/Context
No response
SDK version used
2.43.1
Environment details (OS name and version, etc.)
MAC Ventura
The text was updated successfully, but these errors were encountered: