std.d.
parser
.
Parser
.parseImportBind
public ImportBind parseImportBind()
Parses an ImportBind
importBind
:
Identifier
(
'='
Identifier
)? ;