TypeScript 5.6 noUncheckedSideEffectImports not supported

We updated our frontend application to TypeScript 5.6 and enabled the noUncheckedSideEffectImports compiler option. Now we get the following error:

##[error]17:08:10.514 ERROR Error: Unknown compiler option 'noUncheckedSideEffectImports'.
17:08:10.515 ERROR     at createProgramOptions (/__w/1/s/.scannerwork/.sonartmp/bridge-bundle/package/lib/jsts/src/program/program.js:96:15)
17:08:10.515 ERROR     at createProgram (/__w/1/s/.scannerwork/.sonartmp/bridge-bundle/package/lib/jsts/src/program/program.js:126:28)
17:08:10.515 ERROR     at createAndSaveProgram (/__w/1/s/.scannerwork/.sonartmp/bridge-bundle/package/lib/jsts/src/program/program.js:187:21)

Do you plan to support this new option?

Hey there.

We are in the progress of upgrading to Typescript v5.6.2 in our Typescript analyzer (the PR is open!) so it’s in the works. I don’t have a precise ETA on when we’ll cut the next version of the analyzer and put it on SonarCloud.

Since v5.6 was released 4 days ago, I don’t think we’re too far behind! :smiley:

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.