MCPcopy
hub / github.com/ternjs/tern / bootstrap.js

File bootstrap.js

lib/bootstrap.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1var tern = require("./tern");
2var fs = require("fs"), path = require("path"), url = require("url");
3var glob = require("glob"), minimatch = require("minimatch");
4var resolveFrom = require("resolve-from");

Callers

nothing calls this directly

Calls 3

readProjectFileFunction · 0.85
findProjectDirFunction · 0.85
startServerFunction · 0.85

Tested by

no test coverage detected