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

No location of parse error reported

Open piotr-dobrogost opened this issue 7 years ago • 1 comments

I was not getting location of parse error and inspecting err object (https://github.com/rubenv/angular-gettext-tools/blob/7a03fac03a1c6540cf2b2abe83849750cf58f621/lib/extract.js#L223) revealed it has loc attribute – holding both line and column of parse error – instead of lineNumber and column properties used currently.

piotr-dobrogost avatar Aug 01 '18 09:08 piotr-dobrogost

can you try if this error still persists with one of the latest version 2.4.0+

ngehlert avatar Feb 20 '19 19:02 ngehlert