babel-gettext-extractor icon indicating copy to clipboard operation
babel-gettext-extractor copied to clipboard

Sort reference line numbers as numbers

Open Ortham opened this issue 6 years ago • 0 comments

So that "source-file.js:20" appears before "source-file.js:100". Also sort references line by line, so that e.g.

path.js:122 path.js:98

is now written as

path.js:98 path.js:122

and sorted after path.js:90 and before path.js:100.

For a real-life example of how this change looks, see this commit diff.

Ortham avatar Aug 11 '19 19:08 Ortham