()
| 141 | this._set('file', value) |
| 142 | } |
| 143 | get type(): 'js' | 'css' | 'asset' { |
| 144 | return this._get('type') |
| 145 | } |
| 146 | // `info` needs special care as it's defined as a proxy in `pluginContainer`, |
| 147 | // so we also merge it as a proxy too |
| 148 | get info(): ModuleInfo | undefined { |