blob: 10f7232a1151e15dad73085c83b60bd21b729c92 [file] [log] [blame]
module.exports = {
parse: function() {
return this.createSingleNodeList(
this.Identifier()
);
}
};