jmmk / javascript-externs-generator

Generate externs for use with Google Closure Compiler
https://jmmk.github.io/javascript-externs-generator/
ISC License
135 stars 9 forks source link

Sorting keys of generated maps in output #33

Closed timgilbert closed 7 years ago

timgilbert commented 7 years ago

This has no computational value since javascript map keys are unsorted, but it should make diffs between different generated externs a little easier to read.

jmmk commented 7 years ago

@timgilbert I added in a few tests for the sort functionality. Thanks!