MCPcopy Create free account
hub / github.com/meteor/meteor / getDisplayPath

Method getDisplayPath

tools/isobuild/compiler-plugin.js:445–448  ·  view source on GitHub ↗

* @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}

()

Source from the content-addressed store, hash-verified

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

Callers 4

getResultMethod · 0.80
getResultMethod · 0.80
readFileMethod · 0.80
getCompileOptionsMethod · 0.80

Calls 1

getPathInPackageMethod · 0.45

Tested by

no test coverage detected