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

Javascript To React-tRace Conversion #1

Open
35 of 71 tasks
joongwon opened this issue Aug 16, 2024 · 0 comments
Open
35 of 71 tasks

Javascript To React-tRace Conversion #1

joongwon opened this issue Aug 16, 2024 · 0 comments
Assignees

Comments

@joongwon
Copy link
Collaborator

joongwon commented Aug 16, 2024

할 일들

  • convert_pattern
  • convert_bop
  • convert_stat_list
    • Block
    • Break
    • ClassDeclaration
    • ComponentDeclaration
    • Continue
    • Debugger
    • DoWhile
    • Empty
    • EnumDeclaration
    • ExportDefaultDeclaration
    • ExportNamedDeclaration
    • Expression
    • For
    • ForIn
    • ForOf
    • FunctionDeclaration
    • If
    • ImportDeclaration
    • InterfaceDeclaration
    • Labeled
    • Return
    • Switch
    • Throw
    • Try
    • TypeAlias
    • VariableDeclaration
    • While
    • With
  • convert_func
    • recursive binding
    • non-single parameter
    • optional parameter, default
  • convert_call
    • non-single argument
    • spread
  • convert_expr
    • Array
    • Function
    • AsConstExpression
    • AsExpression
    • Assignment
    • Binary
    • Call
    • Class
    • Conditional
    • Identifier
    • Import
    • JSXElement
    • JSXFragment
    • StringLiteral
    • BooleanLiteral
    • NullLiteral
    • NumberLiteral
    • BigIntLiteral
    • RegExpLiteral
    • ModuleRefLiteral
    • Logical
    • Member
    • MetaProperty
    • New
    • Object
    • OptionalCall
    • OptionalMember
    • Sequence
    • Super
    • TaggedTemplate
    • TemplateLiteral
    • This
    • TypeCast
    • TSSatisfies
    • Unary
    • Update
    • Yield
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant