← Back
Editing: dir.js
module.exports = { parse: function() { return this.createSingleNodeList( this.Identifier() ); } };
Save File
Cancel