less-vars-to-js icon indicating copy to clipboard operation
less-vars-to-js copied to clipboard

fix(recursion): fix recursion issue with followVars

Open joeheyming opened this issue 6 years ago • 1 comments

There was an issue where followVar was recursively being called, but we lost the lessVars and dictionary objects.

Adding the objects on the call fixed the issue. I wrote a failing test and fixed it.

joeheyming avatar Oct 12 '18 18:10 joeheyming

Coverage Status

Coverage remained the same at 100.0% when pulling d24feb139209adbbde8d6d3c5ab4fcd1183c80c2 on joeheyming:master into 7844ed3d135202ee343d7d607d875c798b705db3 on michaeltaranto:master.

coveralls avatar Oct 12 '18 18:10 coveralls