A thorough description of the transformer is written in the transformer's source code (tailCallRecursion.ts). Looking at the test file (tailCallRecursion.test.ts) can be helpful as well :)
(As with most PRs, a few commits come from #63 to be able to run tests)
A thorough description of the transformer is written in the transformer's source code (
tailCallRecursion.ts
). Looking at the test file (tailCallRecursion.test.ts
) can be helpful as well :)(As with most PRs, a few commits come from #63 to be able to run tests)