[Extension API Extern Generation] Fix array specification
Instead of simply outputting "Array", we now output the type of the array (e.g., Array<number> or Array<MyCustomType>). Additionally, arrays should not be nullable. Choices (e.g., (DOMString or number) in an .idl) are also now supported. BUG=461039 Review URL: https://codereview.chromium.org/1034553003 Cr-Commit-Position: refs/heads/master@{#322110}
Showing
Please register or sign in to comment