Closed bgatellier closed 10 months ago
swc is an alternative to tsc to compile TypeScript files. swc seems to be more fast, allows code minification and require less configuration than tsc.
This issue is about replacing tsc by swc for:
SWC does not type checking, so we're losing a quality feature here. As performance gains are small and only related to contribution (application builds) and not usage, moving to SWC is not so relevant
swc is an alternative to tsc to compile TypeScript files. swc seems to be more fast, allows code minification and require less configuration than tsc.
This issue is about replacing tsc by swc for: