MCPcopy
hub / github.com/meteor/meteor / getPackageName

Method getPackageName

tools/isobuild/build-plugin.js:414–416  ·  view source on GitHub ↗

* @summary Returns the name of the package or `null` if the file is not in a * package. * @memberof InputFile * @returns {String}

()

Source from the content-addressed store, hash-verified

412 * @returns {String}
413 */
414 getPackageName() {
415 throw new Error("Not Implemented");
416 }
417
418 /**
419 * @summary Returns the relative path of file to the package or app root

Callers 6

errorMethod · 0.45
processFilesForTargetMethod · 0.45
babel-compiler.jsFile · 0.45
getAbsoluteImportPathMethod · 0.45
lint-jshint.jsFile · 0.45
parseImportPathMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected