({legacy}, name)
| 74 | } |
| 75 | |
| 76 | function writeFunctionExport({legacy}, name) { |
| 77 | return legacy ? `exports.${name} = ${name};\n` : 'export '; |
| 78 | } |
| 79 | |
| 80 | function getEnumValues(ctx) { |
| 81 | const enums = {}; |
no outgoing calls
no test coverage detected
searching dependent graphs…