Login
Remember
Register
Ask a Question
What are the Disadvantages of TypeScript?
0
votes
asked
Mar 22, 2022
in
TypeScript - JavaScript's Superset
by
sharadyadav1986
What are the Disadvantages of TypeScript?
typescript-disadvantages
typescript
typescript-frescoplay
javascript-interview-questions
typescript-programming-questions
typescript-practice-problems
typescript-interview-questions-github
typescript-tutorial
typescript-quiz
angular-interview-questions
typescript-interview-questions-and-answers-2022
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 22, 2022
by
sharadyadav1986
TypeScript has the following disadvantages:
TypeScript takes a long time to compile the code.
It does not support abstract classes.
If we run the TypeScript application in the browser, a compilation step is required to transform TypeScript into JavaScript.
Web developers are using JavaScript for decades and TypeScript doesn’t bring anything new.
To use any third party library, the definition file is a must.
Quality of type definition files is a concern.
...