Fix export specifier validator.
This commit is contained in:
@@ -154,7 +154,7 @@ defineType("ExportSpecifier", {
|
||||
local: {
|
||||
validate: assertNodeType("Identifier")
|
||||
},
|
||||
imported: {
|
||||
exported: {
|
||||
validate: assertNodeType("Identifier")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user