Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failes on Line & Block comments #441

Open
NoahCardoza opened this issue Feb 21, 2021 · 0 comments
Open

Failes on Line & Block comments #441

NoahCardoza opened this issue Feb 21, 2021 · 0 comments

Comments

@NoahCardoza
Copy link

./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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant