79073893

Date: 2024-10-10 10:15:59
Score: 0.5
Natty:
Report link

I had this error message when I updated then downgraded my angular webapp, the compiler option in tsconfig.json were changed and caused a similar error message. Specifically, these lines :

"compilerOptions": {
   ...
  "target": "es2017",
  "module": "es2020"
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Manolo de la Vega