* Gets the original source. * @returns {Source | null} the original source for the module before webpack transformation
()
| 1252 | * @returns {Source | null} the original source for the module before webpack transformation |
| 1253 | */ |
| 1254 | originalSource() { |
| 1255 | return null; |
| 1256 | } |
| 1257 | |
| 1258 | /** |
| 1259 | * Adds the provided file dependencies to the module. |
no outgoing calls
no test coverage detected