You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to create an Export List using: b.exportNamedDeclaration( null, [b.exportSpecifier( null, b.identifier(this.className) )] ),
I keep getting this error: Error: no value or default function given for field "exported" of ExportSpecifier("id": Identifier | null, "name": Identifier | null)
Any guidance would be appreciated
The text was updated successfully, but these errors were encountered:
I am trying to create an Export List using:
b.exportNamedDeclaration( null, [b.exportSpecifier( null, b.identifier(this.className) )] ),
I keep getting this error:
Error: no value or default function given for field "exported" of ExportSpecifier("id": Identifier | null, "name": Identifier | null)
Any guidance would be appreciated
The text was updated successfully, but these errors were encountered: