MCPcopy Create free account
hub / github.com/taye/interact.js / getBuiltJsFiles

Function getBuiltJsFiles

scripts/utils.js:29–35  ·  view source on GitHub ↗
({ cwd = process.cwd() } = {})

Source from the content-addressed store, hash-verified

27 })
28
29const getBuiltJsFiles = ({ cwd = process.cwd() } = {}) =>
30 glob(builtFilesGlob, {
31 cwd,
32 ignore: builtFilesIgnoreGlobs,
33 strict: false,
34 nodir: true,
35 })
36
37function getEsnextBabelOptions(presetEnvOptions) {
38 return {

Callers 1

clean.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected