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