babel-plugin-tailcall-optimization icon indicating copy to clipboard operation
babel-plugin-tailcall-optimization copied to clipboard

Tail call optimization for JavaScript!

Results 2 babel-plugin-tailcall-optimization issues
Sort by recently updated
recently updated
newest added

When closure is detected what about pre-processing using a combination of copying params/var decelerations to a state object (when those refs are used via closure) in the function and update...

Hi! This is a nice plugin. I once created a TCO library https://github.com/dai-shi/continuation.js. It is so slow that I don't feel like fitting with Babel plugins, but it supports mutual...