'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.isComment = isComment; exports.isConditionalComment = isConditionalComment; function isComment(content) { return (content || '').trim().search('