Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/PatrickJS/NG6-starter
/ resolveToComponents
Function
resolveToComponents
gulpfile.babel.js:27–29 ·
view source on GitHub ↗
(glob = '')
Source
from the content-addressed store, hash-verified
25
};
26
27
let
resolveToComponents = (glob =
''
) => {
28
return
path.join(root,
'app/components'
, glob);
// app/components/{glob}
29
};
30
31
// map of all paths
32
let
paths = {
Callers
1
gulpfile.babel.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected