android
android copied to clipboard
JSParser error should point to original file of the error not bundle.js
- JSParser error should point to original file of the error not bundle.js
- The line of the error should be added too
JSParser Error: Not enough or too many arguments passed(0) when trying to extend interface: java.util.List in file: bundle.js
Same logic has been implemented in cli for runtime errors.
Resolving the line number should be pretty easy. The CLI has the logic about resolving the original file name so this should be easy to handle as well. Perhaps we can use their code as a dependency in the jsparser.js.