GoogleChrome / chrome-types

Code to parse Chrome's internal extension type definitions—published on NPM as chrome-types

Home Page:https://www.npmjs.com/package/chrome-types

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enums should be alphabetized

jpmedley opened this issue · comments

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.

commented

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