MCPcopy Index your code
hub / github.com/reactide/reactide / init

Function init

lib/file-tree.js:39–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37}
38
39function init() {
40 projInfo.htmlPath = '';
41 projInfo.hotLoad = false;
42 projInfo.webpack = false;
43 projInfo.rootPath = '';
44 projInfo.devServer = false;
45 projInfo.devServerScript = '';
46 projInfo.mainEntry = '';
47 projInfo.reactEntry = '';
48 projInfo.CRA = false;
49}
50// return file extension by file name - Ryan Yang
51function getFileExt(fileName) {
52 // todo: handle special file names (eg. .gitignore .babelrc)

Callers 1

getTreeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected