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

fix(swc): Fixes for typescript type checker #1146

Merged
merged 26 commits into from
Dec 27, 2020
Merged

fix(swc): Fixes for typescript type checker #1146

merged 26 commits into from
Dec 27, 2020

Conversation

kdy1
Copy link
Member

@kdy1 kdy1 commented Oct 7, 2020

swc_ecma_codegen:

  • Fix codegen of TsConstructorSignature.
  • Fix codegen of TsIndexSignature.
  • Fix codegen of type parameters in arrow expressions.
  • No panic on dummy span.

swc_ecma_parser:

  • Parse optoinal method correctly.

swc_ecma_transforms:

  • resolver: Handle type parameters in arrow expressions.

This branch will be used as a cargo override.

@kdy1 kdy1 self-assigned this Oct 7, 2020
@kdy1 kdy1 added this to the v2.0 milestone Oct 7, 2020
@kdy1 kdy1 force-pushed the tsc branch 4 times, most recently from fada53e to 4acb0c1 Compare October 21, 2020 01:25
@kdy1 kdy1 force-pushed the tsc branch 2 times, most recently from da4f095 to cc0e91a Compare October 30, 2020 09:33
@kdy1 kdy1 changed the title Fixes for typescript type checker fix(swc): Fixes for typescript type checker Dec 27, 2020
@kdy1 kdy1 marked this pull request as ready for review December 27, 2020 09:18
@kdy1 kdy1 merged commit 6941f29 into swc-project:master Dec 27, 2020
@kdy1 kdy1 deleted the tsc branch December 27, 2020 09:18
@kdy1 kdy1 modified the milestones: v2.0, v2.0.0-alpha.1 Mar 12, 2022
@swc-project swc-project locked as resolved and limited conversation to collaborators Oct 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant