fzaninotto / CodeFlower

Source code visualization utility written in JavaScript with d3.js. Does your code look beautiful?
http://www.redotheweb.com/CodeFlower
MIT License
694 stars 321 forks source link

converters fail with package/folder named 'language' #17

Open jonathanlocke opened 8 years ago

jonathanlocke commented 8 years ago

it looks like you can't have a package/folder named language or the conversion code fails (for both WC and CLOC conversions). i'm guessing this has something to do with the JS variable name 'language' but i don't know enough JS to know what's wrong or how to fix it.