* @summary Returns a relative path that can be used to form error messages or * other display properties. Can be used as an input to a source map. * @memberof InputFile * @returns {String}
()
| 443 | * @returns {String} |
| 444 | */ |
| 445 | getDisplayPath() { |
| 446 | var self = this; |
| 447 | return self._resourceSlot.packageSourceBatch.unibuild.pkg._getServePath(self.getPathInPackage()); |
| 448 | } |
| 449 | |
| 450 | /** |
| 451 | * @summary Web targets only. Add a stylesheet to the document. Not available |
no test coverage detected