aspect-build / rules_swc

Bazel rules for the swc toolchain https://swc.rs/
https://docs.aspect.build/rules/aspect_rules_swc
Apache License 2.0
41 stars 21 forks source link

chore: add test producing the typescript source-of-truth #240

Closed alexeagle closed 2 months ago

alexeagle commented 2 months ago

The SWC project claims that their emit should match, so this helps us reason about what is "correct" behavior. We can just point them at the golden files to show what tsc does.

Type of change

Test plan