Add topic "TypeScript" Accepted
Changes: 7
-
Add Understanding TypeScript Decorators
- Title
-
- Unchanged
- Understanding TypeScript Decorators
- Type
-
- Unchanged
- Blog post
- Created
-
- Unchanged
- 2021-04-16
- Description
-
- Unchanged
- Decorators are used to modify a class and its members (methods, properties). The question may be, why do we need decorators to change those things? Why not directly change in the declarations?
- Link
-
- Unchanged
- https://shakil.me/understanding-typescript-decorators/
- Identifier
-
- Unchanged
- no value
Resource | v1 | current (v1) -
Add TypeScript
- Title
-
- Unchanged
- TypeScript
- Description
-
- Unchanged
- TypeScript is a programming language developed and maintained by Microsoft. It is a strict syntactical superset of JavaScript and adds optional static typing to the language. TypeScript is designed for the development of large applications and transcompiles to JavaScript. As TypeScript is a superset of JavaScript, existing JavaScript programs are also valid TypeScript programs. TypeScript may be used to develop JavaScript applications for both client-side and server-side execution (as with Node.js or Deno). There are multiple options available for transcompilation. Either the default TypeScript Checker can be used, or the Babel compiler can be invoked to convert TypeScript to JavaScript. TypeScript supports definition files that can contain type information of existing JavaScript libraries, much like C++ header files can describe the structure of existing object files.
- Link
-
- Unchanged
- https://en.wikipedia.org/?curid=8157205
Topic | v1 | current (v1) -
Add TypeScript decorators
- Title
-
- Unchanged
- TypeScript decorators
- Description
-
- Unchanged
- With the introduction of Classes in TypeScript and ES6, there now exist certain scenarios that require additional features to support annotating or modifying classes and class members. Decorators provide a way to add both annotations and a meta-programming syntax for class declarations and members. Decorators are a stage 2 proposal for JavaScript and are available as an experimental feature of TypeScript.
- Link
-
- Unchanged
- https://www.typescriptlang.org/docs/handbook/decorators.html
Topic | v1 | current (v1) -
Add TypeScript decorators treated in Understanding TypeScript Decorators
- Current
- treated in
Topic to resource relation | v1 -
Add Programming language e.g. TypeScript
- Current
- e.g.
Topic to topic relation | v1 -
Add JavaScript used by TypeScript
- Current
- used by
Topic to topic relation | v1 -
Add TypeScript parent of TypeScript decorators
- Current
- parent of
Topic to topic relation | v1