(code, type = 'babel')
| 348 | } |
| 349 | |
| 350 | function formatCode(code, type = 'babel') { |
| 351 | return prettier.format(code, { semi: false, singleQuote: true, parser: type }) |
| 352 | } |
| 353 | |
| 354 | const removeList = ['NAMESPACE', 'name', 'config', 'loaded', 'initialize'] |
| 355 | function removeMethod(name) { |
no outgoing calls
no test coverage detected