Fix export specifier validator.

This commit is contained in:
Logan Smyth 2016-02-06 13:49:34 -08:00
parent 31404b9bdc
commit ccf3875a67

View File

@ -154,7 +154,7 @@ defineType("ExportSpecifier", {
local: { local: {
validate: assertNodeType("Identifier") validate: assertNodeType("Identifier")
}, },
imported: { exported: {
validate: assertNodeType("Identifier") validate: assertNodeType("Identifier")
} }
} }