TypeScript: Unterschied zwischen den Versionen

Aus CodicaTipps
Zur Navigation springen Zur Suche springen
Zeile 3: Zeile 3:
 
== TypeScript und Node.js ==
 
== TypeScript und Node.js ==
  
 +
=== Allgemein ===
 
Siehe
 
Siehe
 
* https://basarat.gitbooks.io/typescript/docs/quick/nodejs.html
 
* https://basarat.gitbooks.io/typescript/docs/quick/nodejs.html
Zeile 8: Zeile 9:
 
* [https://www.typescriptlang.org/docs/handbook/compiler-options.html TypeScript Compiler Optionen]
 
* [https://www.typescriptlang.org/docs/handbook/compiler-options.html TypeScript Compiler Optionen]
 
* [https://fettblog.eu/typescript-node-visual-studio-code/ Debugging TypeScript auf Node.js]
 
* [https://fettblog.eu/typescript-node-visual-studio-code/ Debugging TypeScript auf Node.js]
 +
 +
=== Bauen eines npm-Moduls mit TypeScript ===
 +
 +
Siehe
 +
* https://medium.com/cameron-nokes/the-30-second-guide-to-publishing-a-typescript-package-to-npm-89d93ff7bccd
  
 
== TypeScript und Jest ==
 
== TypeScript und Jest ==

Version vom 9. Juni 2020, 12:06 Uhr

TypeScript ist eine JavaScript-Weiterentwicklung, die Typsicherheit bietet. TypeScript wird in JavaScript übersetzt.

TypeScript und Node.js

Allgemein

Siehe

Bauen eines npm-Moduls mit TypeScript

Siehe

TypeScript und Jest

Siehe

TypeScript und einzelne Anwendungsfelder

typensicherer Event-Handling

Siehe

TypeScript und PostgreSQL

TypeScript kann jedes JavaScript/Node.js-Framework für den Zugriff auf PostgreSQL nutzen. Darüber hinaus gibt es weitere Bibliotheken:

Weiterführendes

Siehe auch