()
| 73 | __proto__: null, |
| 74 | configurable: true, |
| 75 | get() { |
| 76 | emitImportAssertionWarning(); |
| 77 | return this.importAttributes; |
| 78 | }, |
| 79 | set(value) { |
| 80 | emitImportAssertionWarning(); |
| 81 | return ReflectSet(this, 'importAttributes', value); |
nothing calls this directly
no test coverage detected