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

Leverage Sourcemaps for Closure Compiler Errors and Warnings #60

Open
kristoferbaxter opened this issue Sep 18, 2018 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@kristoferbaxter
Copy link
Contributor

kristoferbaxter commented Sep 18, 2018

Is your feature request related to a problem? Please describe.

What would be really nice is if the plugin surfaced the warnings and also transformed the line/col numbers back to the original source files via the source maps. I do something similar here, and it's super helpful when debugging.

Describe the solution you'd like

Leverage sourcemaps for warnings and errors, so the input source is shown instead of the post rollup source in messages.

Additional context

closure-compiler-npm does not surface this information in the same way for the js versus native|java versions of closure compiler. This task can either address native|java and omit js for a later stage, or address all three at the same time.

This is the second part of issue #42.

@kristoferbaxter kristoferbaxter added the enhancement New feature or request label Sep 18, 2018
@kristoferbaxter kristoferbaxter self-assigned this Sep 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant