tech:notes_developpemet_js_javascript_nodejs

Ceci est une ancienne révision du document !


Notes développement JS JavaScript NodeJS

TypeScript

Voir :

Voir aussi :

  • CoffeeScript
  • PureScript
#npm install typescript
npm init -y
npm install typescript --save-dev
 
export PATH="$PATH:~/node_modules/.bin/"
# Ou faire "npx tsc" à la place de juste "tsc"
 
 
tsc --init
strict
target es2021

A la place de npm voir aussi :

  • pnpm
  • yarn

Outils

IDE

Linter

eslinter

FIXME

tech/notes_developpemet_js_javascript_nodejs.1747919793.txt.gz · Dernière modification : de Jean-Baptiste

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki