Devographics / StateOfJS-2020

Other
103 stars 20 forks source link

Typescript appears twice in Technologies - Satisfaction vs Usage chart #18

Closed noamraby-ssky closed 3 years ago

noamraby-ssky commented 3 years ago

https://2020.stateofjs.com/en-US/technologies/#scatterplot_overview

data sets

{
  "id": "typescript",
  "originalId": "typescript",
  "x": 16822,
  "y": 92.96,
  "name": "TypeScript"
}

{
  "id": "tsc",
  "originalId": "tsc",
  "x": 13078,
  "y": 92.33,
  "name": "TypeScript"
}
WeslleyNasRocha commented 3 years ago

A better way would be calling the tsc "TypeScript Compiler"

SachaG commented 3 years ago

@WeslleyNasRocha good point! We'll change it next year.