blob: 76d54997aca4655b281b2473dcebdb61d035a741 [file] [log] [blame]
#Keep: {
// This comment is included
excludedStruct: #ExcludedStruct
excludedInt: #ExcludedInt
}
// ExcludedStruct is not included in the output.
#ExcludedStruct: {
A: int
}
// ExcludedInt is not included in the output.
#ExcludedInt: int
#Type: {
a?: string
#BaseType
}
#BaseType: {
b: string
}