重新组织
parents
Showing
.gitignore
0 → 100644
dist/processes/base/log.json
0 → 100644
dist/scripts/touch-zoom.json
0 → 100644
libs/context.d.ts
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "process-lib", | ||
"version": "1.0.0", | ||
"main": "index.js", | ||
"license": "MIT", | ||
"scripts": { | ||
"build-process": "node scripts/compiler-process", | ||
"build-script": "node scripts/compiler-script" | ||
}, | ||
"devDependencies": { | ||
"fs-extra": "^8.1.0", | ||
"typescript": "^3.7.2" | ||
}, | ||
"dependencies": { | ||
"glob": "^7.1.6" | ||
} | ||
} |
process/base/entry/index.ts
0 → 100644
process/base/entry/meta.json
0 → 100644
process/base/log/index.ts
0 → 100644
process/base/log/meta.json
0 → 100644
process/base/wait/index.ts
0 → 100644
process/base/wait/meta.json
0 → 100644
script/touch-zoom/index.ts
0 → 100644
script/touch-zoom/meta.json
0 → 100644
scripts/compiler-process.js
0 → 100644
scripts/compiler-script.js
0 → 100644
scripts/tscompiler.js
0 → 100644
tsconfig.json
0 → 100644
yarn.lock
0 → 100644
zeroing-libs.iml
0 → 100644
Please register or sign in to comment