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

Parsed code is not actually parsable #16

Open
erykpiast opened this issue Jan 3, 2020 · 0 comments
Open

Parsed code is not actually parsable #16

erykpiast opened this issue Jan 3, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@erykpiast
Copy link
Owner

The way the "parsed" code is obtained based on reversing a source map, doesn't guarantee the extracted code is a valid JavaScript. It's especially visible in the case of concatenated modules. This may cause issues with further processing the code, like highlighting a syntax or formatting.

@erykpiast erykpiast added the bug Something isn't working label Jan 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant