Closed huwyca closed 6 years ago
Currently only exported opaque types are being removed due to the ExportNamedDeclaration AST type.
ExportNamedDeclaration
This adds support for removing AST nodes with type DeclareOpaqueType or OpaqueType.
DeclareOpaqueType
OpaqueType
@leebyron let me know if this needs anything 😄
Closing as this hasn't been resolved in months.
Currently only exported opaque types are being removed due to the
ExportNamedDeclaration
AST type.This adds support for removing AST nodes with type
DeclareOpaqueType
orOpaqueType
.