Implementation in getDeclarationContextType should check that signatureDeclaration.getSourceFile() is included in program.getRootFileNames() and then make ContextType.Void default.
It also requires a new afterDeclarations transformer, that should add a @noSelfInFile synthetic comment to generated declaration files.
Implementation in
getDeclarationContextTypeshould check thatsignatureDeclaration.getSourceFile()is included inprogram.getRootFileNames()and then makeContextType.Voiddefault.It also requires a new
afterDeclarationstransformer, that should add a@noSelfInFilesynthetic comment to generated declaration files.