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

타입스크립트 마이그레이션 #66

Open
24 of 28 tasks
ENvironmentSet opened this issue Mar 3, 2020 · 7 comments
Open
24 of 28 tasks

타입스크립트 마이그레이션 #66

ENvironmentSet opened this issue Mar 3, 2020 · 7 comments

Comments

@ENvironmentSet
Copy link

ENvironmentSet commented Mar 3, 2020

타입스크립트 마이그레이션 작업을 트래킹하기 위한 이슈입니다.

파일 단으로 진행해보고자 합니다. 하고 싶으신 파일이 있으시면 코멘트 달아주세요.

진행도

  • 프로젝트 설정
  • ast
    • NodeVisitor
    • index
  • compiler
    • Compiler
    • JsTargetCompiler
  • module
    • loader
      • CommonLoader
      • Loader
    • Resolver
    • context
  • parser
    • Lexer
    • Parser
  • plugin
    • ConstantFolder
    • Plugin
    • UnusedDefRemover
  • runtime/ts
  • test
  • translator
    • JsTranslator
    • TextTranslator
    • Translator
  • analyzer
  • builtin
@Kroisse
Copy link
Contributor

Kroisse commented Mar 6, 2020

./ast 쪽을 시도해보겠습니다.

#73 에서 작업 중입니다.

@Kroisse
Copy link
Contributor

Kroisse commented Mar 7, 2020

@ENvironmentSet parser/Parser95ae032 에서 해결되었으니 체크 표시해도 될 것 같습니다.

@disjukr
Copy link
Member

disjukr commented Mar 7, 2020

체크했습니다

@Kroisse
Copy link
Contributor

Kroisse commented Mar 8, 2020

analyzer 보고 계신 분 없으시면 이어서 작업하겠습니다.

@Kroisse
Copy link
Contributor

Kroisse commented Mar 8, 2020

module 작업했습니다. #75

@Kroisse
Copy link
Contributor

Kroisse commented Mar 8, 2020

compiler 및 plugin 작업 진행 중입니다. #76

@Kroisse
Copy link
Contributor

Kroisse commented Mar 9, 2020

translator도 작업했습니다. #77

저는 일단 이쯤에서 숨을 돌리고 다른 작업을 해야겠군요.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants