GoogleChrome / chrome-types

Code to parse Chrome's internal extension type definitions—published on NPM as chrome-types
https://www.npmjs.com/package/chrome-types
Apache License 2.0
195 stars 30 forks source link

Enums should be alphabetized #43

Open jpmedley opened 1 year ago

jpmedley commented 1 year ago

Enums such as those for chrome.offscreen are rendered in the same order they are entered into the IDL source file. Rather than editing all source files to put enums in alphabetical order, we should just call a sorting function at the time the IDL is rendered as API reference.

albajarazeth commented 1 year ago

Hello I would like to work on this, can I pick it up?