fd22b0bf58
V2 (Laravel re-make)
8 lines
135 B
JavaScript
Vendored
8 lines
135 B
JavaScript
Vendored
module.exports = {
|
|
parse: function() {
|
|
return this.createSingleNodeList(
|
|
this.Identifier()
|
|
);
|
|
}
|
|
};
|