TS
↔ Superset of JS + Static Type System layer
aka TypeScript, ts, tsx
TS Def
Definitions on what is a type, set, etc. How static type compiler config & works.
TS Syntax
List of typescript keywords, syntax, coding patterns, etc
TS Stack
list some notable TS-specific libs here. But since TS becomes more mainstream, synonymous to "JS stack".
References
parcel-bundler
↔ CLI Dev tool to run TS in BrowserStatic Level
↔ TS Static Language Level of static types, manage by TS at Compile TimeTS Playground
↔ online editor for TS, full feature IDELanguage Level
↔ TS exists on Dynamic Level & Static Leveltsconfig.json
↔ TS Manifest to config TSC behavior"declaration": true
↔ to toggle generating.d.ts
file from TS & JS filesDynamic Level
↔ TS Runtime Language Level of JS Source Code & Variables/src/main.tsx
↔ root HTML for Vite TS projectTSDoc
↔ Markup Lang extends JSDoc for TS inline comment docsProblem Matcher
↔ to auto-scan output text for known warnings/error & report inline (as squiggle?). ie TypeScript ESLintVite
↔ Dev tool to scaffold & build framework UI, next-gen ESBuild Bundler 100X Webpack perf, support native Module, native TStsc --init
↔ init TSC in project w/o TSInitialize project folder to run with [**_
TS_**](ts)
↔tsc --init
prisma
↔ ORM with Node.js + TS to data model, with UI to view/mod db