feat(cli): Enhance CLI for TypeScript folder compilation ordering based on rank and predefined rules.

This commit is contained in:
2024-11-05 01:48:49 +01:00
parent 5369e8d931
commit 59c6e72187
7 changed files with 2728 additions and 1931 deletions

View File

@ -28,6 +28,7 @@
},
"homepage": "https://gitlab.com/pushrocks/tsn#README",
"dependencies": {
"@git.zone/tspublish": "^1.7.5",
"@push.rocks/early": "^4.0.4",
"@push.rocks/smartcli": "^4.0.11",
"@push.rocks/smartdelay": "^3.0.5",
@ -35,12 +36,12 @@
"@push.rocks/smartlog": "^3.0.7",
"@push.rocks/smartpath": "^5.0.18",
"@push.rocks/smartpromise": "^4.0.4",
"typescript": "5.5.2"
"typescript": "5.6.3"
},
"devDependencies": {
"@git.zone/tsrun": "^1.2.47",
"@push.rocks/tapbundle": "^5.0.23",
"@types/node": "^20.14.8"
"@types/node": "^22.8.7"
},
"files": [
"ts/**/*",