MCPcopy
hub / github.com/meteor/meteor / archToString

Function archToString

tools/isobuild/compiler.js:833–844  ·  view source on GitHub ↗
(arch)

Source from the content-addressed store, hash-verified

831 );
832
833 function archToString(arch) {
834 if (arch.match(/web\.cordova/)) {
835 return "Cordova";
836 }
837 if (arch.match(/web\..*/)) {
838 return "Client";
839 }
840 if (arch.match(/os.*/)) {
841 return "Server";
842 }
843 throw new Error("Don't know how to display the arch: " + arch);
844 }
845
846 buildmessage.enterJob({
847 title: "linting files with " +

Callers 1

runLintersFunction · 0.85

Calls 1

matchMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…