·ecmascript-over-typescript-features
</>

ecmascript-over-typescript-features

marius-townhouse/effective-typescript-skills

Verwenden Sie diese Option, wenn Sie zwischen TypeScript- und ECMAScript-Funktionen wählen. Wird beim Schreiben von portablem Code verwendet. Verwenden Sie diese Option, wenn Sie Enum oder Namespace in Betracht ziehen. Verwenden Sie diese Option, wenn Sie auf mehrere JavaScript-Umgebungen abzielen. Wird beim Schreiben von Bibliothekscode verwendet.

2Installationen·0Trend·@marius-townhouse

Installation

$npx skills add https://github.com/marius-townhouse/effective-typescript-skills --skill ecmascript-over-typescript-features

SKILL.md

TypeScript includes features like enum and namespace that are specific to TypeScript and don't exist in JavaScript. Prefer standard ECMAScript features when possible - they're more portable, better understood by the JavaScript ecosystem, and won't lock you into TypeScript-specific patterns.

This doesn't mean avoid TypeScript entirely - use its type system fully. But for runtime features, prefer standard JavaScript.

Prefer standard ECMAScript features over TypeScript-specific runtime features. Use TypeScript for types, JavaScript for runtime behavior.

Verwenden Sie diese Option, wenn Sie zwischen TypeScript- und ECMAScript-Funktionen wählen. Wird beim Schreiben von portablem Code verwendet. Verwenden Sie diese Option, wenn Sie Enum oder Namespace in Betracht ziehen. Verwenden Sie diese Option, wenn Sie auf mehrere JavaScript-Umgebungen abzielen. Wird beim Schreiben von Bibliothekscode verwendet. Quelle: marius-townhouse/effective-typescript-skills.

Original anzeigen

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/marius-townhouse/effective-typescript-skills --skill ecmascript-over-typescript-features
Kategorie
</>Entwicklung
Verifiziert
Erstes Auftreten
2026-02-05
Aktualisiert
2026-02-18

Schnelle Antworten

Was ist ecmascript-over-typescript-features?

Verwenden Sie diese Option, wenn Sie zwischen TypeScript- und ECMAScript-Funktionen wählen. Wird beim Schreiben von portablem Code verwendet. Verwenden Sie diese Option, wenn Sie Enum oder Namespace in Betracht ziehen. Verwenden Sie diese Option, wenn Sie auf mehrere JavaScript-Umgebungen abzielen. Wird beim Schreiben von Bibliothekscode verwendet. Quelle: marius-townhouse/effective-typescript-skills.

Wie installiere ich ecmascript-over-typescript-features?

Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/marius-townhouse/effective-typescript-skills --skill ecmascript-over-typescript-features Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor

Wo ist das Quell-Repository?

https://github.com/marius-townhouse/effective-typescript-skills