* @_ignore:
(fragment, selector, args)
| 127 | * @_ignore: |
| 128 | */ |
| 129 | constructor(fragment, selector, args) { |
| 130 | const name = fragment.name, signature = fragment.format(); |
| 131 | (0, index_js_3.defineProperties)(this, { |
| 132 | fragment, name, args, signature, selector |
| 133 | }); |
| 134 | } |
| 135 | } |
| 136 | exports.ErrorDescription = ErrorDescription; |
| 137 | /** |