Typescript
typescript 2.7.2 에서 사용할 수 없는 것들
amugae
2019. 5. 7. 01:03
sinon 7.3.2
typescript 3.1 기본 내장
import {spy} form "sinon" 조차 안된다.
styled-component
generic 설정때문에 typescript 2.7.2 에서는 아무래도 쓰기 매우 어려워 보인다.
@types를 제거하면 props를 전혀 넘길 수가 없다.
typescript 2.7.2
일반적인 function call또는 declaration 이 아닌 경우 generic 인식을 잘 못한다.
taged template literal 호출시 generic 인식을 못한다.
production typescript version이 2.7.2인데
로컬버전이 2.9.1인줄 전혀 모르고
styled-component신나게 쓰다가 빌드가 안되서 다 터져나갔다
아 내가 왜 타입스크리븥 버전을 올린건지 모르겠다