·ecmascript-over-typescript-features
</>

ecmascript-over-typescript-features

marius-townhouse/effective-typescript-skills

TypeScript와 ECMAScript 기능 중에서 선택할 때 사용합니다. 이식 가능한 코드를 작성할 때 사용합니다. 열거형이나 네임스페이스를 고려할 때 사용합니다. 여러 JavaScript 환경을 대상으로 할 때 사용합니다. 라이브러리 코드를 작성할 때 사용합니다.

2설치·0트렌드·@marius-townhouse

설치

$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.

TypeScript와 ECMAScript 기능 중에서 선택할 때 사용합니다. 이식 가능한 코드를 작성할 때 사용합니다. 열거형이나 네임스페이스를 고려할 때 사용합니다. 여러 JavaScript 환경을 대상으로 할 때 사용합니다. 라이브러리 코드를 작성할 때 사용합니다. 출처: marius-townhouse/effective-typescript-skills.

원본 보기

인용 가능한 정보

AI/검색 인용용 안정적인 필드와 명령어.

설치 명령어
npx skills add https://github.com/marius-townhouse/effective-typescript-skills --skill ecmascript-over-typescript-features
카테고리
</>개발 도구
인증됨
최초 등록
2026-02-05
업데이트
2026-02-18

빠른 답변

ecmascript-over-typescript-features이란?

TypeScript와 ECMAScript 기능 중에서 선택할 때 사용합니다. 이식 가능한 코드를 작성할 때 사용합니다. 열거형이나 네임스페이스를 고려할 때 사용합니다. 여러 JavaScript 환경을 대상으로 할 때 사용합니다. 라이브러리 코드를 작성할 때 사용합니다. 출처: marius-townhouse/effective-typescript-skills.

ecmascript-over-typescript-features 설치 방법은?

터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/marius-townhouse/effective-typescript-skills --skill ecmascript-over-typescript-features 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code나 Cursor에서 사용할 수 있습니다

소스 저장소는 어디인가요?

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