(options)
| 4 | |
| 5 | // eslint-disable-next-line no-unused-vars |
| 6 | function deprecation(options) { |
| 7 | return { |
| 8 | options, |
| 9 | isRemoved: _isDeprecationRemoved(options.until), |
| 10 | }; |
| 11 | } |
| 12 | |
| 13 | const DEPRECATIONS = { |
| 14 | V1_ADDON_CONTENT_FOR_TYPES: deprecation({ |
no test coverage detected
searching dependent graphs…