mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
Import sequence inner types if it appears in dictionary members
This commit is contained in:
parent
4decea188f
commit
fe73122416
3 changed files with 11 additions and 2 deletions
|
@ -34,6 +34,8 @@ dictionary TestDictionary {
|
|||
object objectValue;
|
||||
TestDictionaryDefaults dict;
|
||||
sequence<TestDictionaryDefaults> seqDict;
|
||||
// Testing codegen to import Element correctly, ensure no other code references Element directly
|
||||
sequence<Element> elementSequence;
|
||||
// Reserved rust keyword
|
||||
DOMString type;
|
||||
// These are used to test bidirectional conversion
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue