(attrConfig = {}, fn)
| 363 | }) |
| 364 | |
| 365 | const withParserConfig = (attrConfig = {}, fn) => { |
| 366 | withConfig("parser", attrConfig, fn) |
| 367 | } |
| 368 | |
| 369 | const withTextAttributeConfig = (attrConfig = {}, fn) => { |
| 370 | withConfig("textAttributes", attrConfig, fn) |
no test coverage detected
searching dependent graphs…