fix(core): update

This commit is contained in:
2020-08-10 22:10:20 +00:00
parent 63fa2e84d4
commit f021525f9e
10 changed files with 720 additions and 829 deletions

View File

@ -34,11 +34,11 @@ export let compileGlobStringObject = async (
`TypeScript assignment: transpile from ${keyArg} to ${globStringObjectArg[keyArg]}`
);
const fileTreeArray = await plugins.smartfile.fs.listFileTree(cwdArg, keyArg);
let absoluteFilePathArray: string[] = plugins.smartpath.transform.toAbsolute(
const absoluteFilePathArray: string[] = plugins.smartpath.transform.toAbsolute(
fileTreeArray,
cwdArg
);
let destDir: string = plugins.smartpath.transform.toAbsolute(
const destDir: string = plugins.smartpath.transform.toAbsolute(
globStringObjectArg[keyArg],
cwdArg
);