* @param {EvalContext} context * @returns {boolean}
(context)
| 40 | * @returns {boolean} |
| 41 | */ |
| 42 | isSilent(context) { |
| 43 | const isCompressed = context.compress && /** @type {string} */ (this.value)[2] !== '!'; |
| 44 | return this.isLineComment || isCompressed; |
| 45 | } |
| 46 | } |
| 47 | |
| 48 | export default Comment; |
no outgoing calls
no test coverage detected