visitImportDirective method
Visit a SImportDirective.
Implementation
@override
T? visitImportDirective(SImportDirective node) =>
visitNamespaceDirective(node);
Visit a SImportDirective.
@override
T? visitImportDirective(SImportDirective node) =>
visitNamespaceDirective(node);