-
- Downloads
Remove superfluous env parameters from js_of_ast
We don't actually make use of the env at all in the recursive js_of_ast function. It's also present as part of the tree structure we're recursing over, so completely superfluous anyway.
Please register or sign in to comment