(self2, _styler, _isEmpty)
| 65850 | return { |
| 65851 | open, |
| 65852 | close, |
| 65853 | openAll, |
| 65854 | closeAll, |
| 65855 | parent |
| 65856 | }; |
| 65857 | }; |
| 65858 | var createBuilder = (self2, _styler, _isEmpty) => { |
| 65859 | const builder = (...arguments_) => applyStyle(builder, arguments_.length === 1 ? "" + arguments_[0] : arguments_.join(" ")); |
| 65860 | Object.setPrototypeOf(builder, proto); |
| 65861 | builder[GENERATOR] = self2; |
| 65862 | builder[STYLER] = _styler; |
no outgoing calls
no test coverage detected
searching dependent graphs…