芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/public_html/node_modules/postcss/lib/comment.js
'use strict' let Node = require('./node') class Comment extends Node { constructor(defaults) { super(defaults) this.type = 'comment' } } module.exports = Comment Comment.default = Comment