angular-gettext-tools icon indicating copy to clipboard operation
angular-gettext-tools copied to clipboard

Use source maps when extracting JS line numbers

Open gabegorelick opened this issue 11 years ago • 0 comments

Since #49 we support extracting line numbers from JS. But if the JS has been transpiled from something like CoffeeScript, those line numbers won't correspond to the actual source line numbers. The solution is to leverage any existing source maps that are on the JS.

gabegorelick avatar Dec 03 '14 16:12 gabegorelick