Files
2025-04-21 16:03:20 +02:00

8 lines
135 B
JavaScript
Vendored

module.exports = {
parse: function() {
return this.createSingleNodeList(
this.Identifier()
);
}
};