()
| 281 | } |
| 282 | |
| 283 | getPathInPackage() { |
| 284 | var self = this; |
| 285 | return self._resourceSlot.inputResource.path; |
| 286 | } |
| 287 | |
| 288 | getFileOptions() { |
| 289 | // XXX fileOptions only exists on some resources (of type "source"). The JS |
no outgoing calls
no test coverage detected