Home
last modified time | relevance | path

Searched refs:collectPath (Results 1 – 2 of 2) sorted by relevance

/interface/sdk-js/build-tools/dts_parser/src/
Dmain.ts63 const collectPath = opts.collectPath; constant
64 if (collectPath === '' || !FileUtils.isExists(collectPath)) {
65 this.stopRun(`error collectPath "${collectPath}",collectPath need a exist file path`);
/interface/sdk-js/build-tools/dts_parser/src/bin/
Dconfig.ts131 collectPath: argv.collectPath, constant
188 const fileDir: string = path.resolve(FileUtils.getBaseDirName(), options.collectPath);