(warning)
| 17 | format: 'esm', |
| 18 | }, |
| 19 | onwarn(warning) { |
| 20 | if (warning.code !== 'THIS_IS_UNDEFINED') { |
| 21 | console.error(`(!) ${warning.message}`); |
| 22 | } |
| 23 | }, |
| 24 | plugins: [ |
| 25 | replace({'Reflect.decorate': 'undefined'}), |
| 26 | typescript(), |
nothing calls this directly
no outgoing calls
no test coverage detected