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

Apply ES module import/export #32

Open
withSang opened this issue Mar 29, 2022 · 3 comments
Open

Apply ES module import/export #32

withSang opened this issue Mar 29, 2022 · 3 comments
Assignees
Labels
⚒ enhancement New feature or request

Comments

@withSang
Copy link
Member

CommonJS 방식 require를 ES module 방식(import)으로 바꾸려고 합니다.
그 이점은 아래와 같습니다.

  1. ES module 방식으로만 import 가능한 모듈들 이용 가능
  2. 모듈의 비동기 임포트가 가능해져 성능이 향상된다 - 요즘은 큰 차이가 없다고도 합니다.
  3. import 방식이 더 최신의 문법입니다.
@withSang withSang added the ⚒ enhancement New feature or request label Mar 29, 2022
@withSang withSang self-assigned this Mar 29, 2022
@withSang
Copy link
Member Author

중요하지 않음!!

@withSang
Copy link
Member Author

withSang commented Oct 5, 2023

중요함!!

@withSang withSang reopened this Oct 5, 2023
@withSang withSang mentioned this issue Oct 5, 2023
12 tasks
@14KGun
Copy link
Member

14KGun commented Oct 6, 2023

중요함!!

@withSang ㅋㅋㅋㅋㅋㅋ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚒ enhancement New feature or request
Projects
Status: To do
Development

No branches or pull requests

3 participants