./escodegen/escodegen.js:2510
result = this[stmt.type](stmt, flags);
When parsing code with /* Block */ or // Line comments, escodegen seems to fail not knowing how to convert them into code.
I'm assuming this isn't an oversight but how would I go about keeping comments intact?