Description[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
Committed: https://crrev.com/bde8f5743aa2891cd8f9578c281e50bfd05ca640
Cr-Commit-Position: refs/heads/master@{#322110}
Patch Set 1 : #
Total comments: 4
Patch Set 2 : Handle 'any' and make enums non-null #Patch Set 3 : Rebase #
Messages
Total messages: 16 (6 generated)
|