NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/css-tree/lib/syntax/pseudo/dir.js

8 lines
135 B
Java
Raw Normal View History

2023-09-14 14:47:11 +08:00
module.exports = {
parse: function() {
return this.createSingleNodeList(
this.Identifier()
);
}
};