Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typescript >= 3.7.x 버전을 확인합니다. #40

Closed
boxersb opened this issue Nov 13, 2019 · 2 comments
Closed

typescript >= 3.7.x 버전을 확인합니다. #40

boxersb opened this issue Nov 13, 2019 · 2 comments
Labels
enhancement New feature or request feature
Milestone

Comments

@boxersb
Copy link

boxersb commented Nov 13, 2019

https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-7.html

typescript@3.7 에서의 lint 동작을 확인한 다음, deps 를 업데이트 합니다.
주로 다음의 feature 들에 대한 확인이 필요합니다.

  • Optional chaining
  • Nullish Coalescing
@boxersb
Copy link
Author

boxersb commented Nov 13, 2019

typescript@3.7.2 업데이트 및 eslint test 수행결과, eslint 자체에는 문제가 없으나 prettier 에서 문제가 발견되었습니다.

  • prettier@1.8.2 에서는 optional chaining 과 nullish coalescing 문법을 만나면 오류가 발생합니다.
  • prettier@1.9.1 에서는 printWidth 옵션 관련 버그가 존재합니다.

따라서, prettier 에서 버그가 수정되는 시점으로 publish 를 보류하도록 하겠습니다.

@appear
Copy link

appear commented Nov 13, 2019

🙇 린트왕

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature
Projects
None yet
Development

No branches or pull requests

2 participants