(attributes)
| 1351 | /*#__PURE__*/ |
| 1352 | function () { |
| 1353 | function LineNode(attributes) { |
| 1354 | this.attributes = void 0; |
| 1355 | this.attributes = attributes || {}; |
| 1356 | } |
| 1357 | |
| 1358 | var _proto6 = LineNode.prototype; |
| 1359 |
nothing calls this directly
no outgoing calls
no test coverage detected