codefactor-io / codefactor

Automated static analysis for C#, C++, Java, CSS, JS, Go, Python, Ruby, TypeScript, Scala, CoffeeScript, Groovy, C, SCSS, Less, PHP, Dockerfile, Bash, YAML and Swift.
https://www.codefactor.io
62 stars 31 forks source link

Add TypeScript 3.7 support #10

Closed nwtgck closed 5 years ago

nwtgck commented 5 years ago

Hi developers,

Thank you very much for the wonderful project! Currently, CodeFactor doesn't seem to support TypeScript 3.7 features such as Optional chaining and Nullish coalescing.

Here are CodeFactor's issues related to the features. https://www.codefactor.io/repository/github/nwtgck/piping-server/commit/5617fe76ebec4ac9337ca8690156ce7bfa359fa2

Here is a PR auto-generated by CodeFactor. https://github.com/nwtgck/piping-server/pull/221/files The code change is not proper syntax in TypeScript 3.7.

Example: Optional chaining

image

Example: Nullish coalescing

image

cordis-dev commented 5 years ago

@nwtgck thanks for reporting, TypeScript is now updated to 3.7.2.