Skip to content

Commit 549d592

Browse files
committed
Rewrite watch script to not use ink
1 parent cdc8386 commit 549d592

File tree

11 files changed

+381
-502
lines changed

11 files changed

+381
-502
lines changed

package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"deploy": "node --run lint && node --run test && node --experimental-strip-types --disable-warning=ExperimentalWarning tools/deploy.ts",
1717
"deploy-all": "node --run lint && node --run test && node --experimental-strip-types --disable-warning=ExperimentalWarning tools/deploy-all.ts",
1818
"start-watch": "concurrently --kill-others \"node --run start\" \"node --run watch\"",
19-
"watch": "node --experimental-strip-types --disable-warning=ExperimentalWarning --loader=import-jsx tools/watch.ts",
19+
"watch": "node --experimental-strip-types --disable-warning=ExperimentalWarning tools/watch/cli.ts",
2020
"lint": "concurrently --raw \"node --run lint-js\" \"node --run lint-ts\"",
2121
"lint-js": "eslint",
2222
"lint-ts": "node --run pre-test && tsc",
@@ -150,9 +150,6 @@
150150
"globals": "^15.14.0",
151151
"html-minifier-terser": "^7.2.0",
152152
"husky": "^9.1.7",
153-
"import-jsx": "github:dumbmatter/import-jsx#import-attributes",
154-
"ink": "^5.1.0",
155-
"ink-spinner": "^5.0.0",
156153
"jest": "^29.7.0",
157154
"jest-environment-jsdom": "^29.7.0",
158155
"karma": "^6.4.4",
@@ -164,7 +161,6 @@
164161
"karma-source-map-support": "^1.4.0",
165162
"lightningcss": "^1.29.1",
166163
"lint-staged": "^15.3.0",
167-
"log-symbols": "^7.0.0",
168164
"mocha": "^11.0.1",
169165
"prettier": "^3.4.2",
170166
"purgecss": "^7.0.2",
@@ -174,7 +170,8 @@
174170
"sass": "1.77.6",
175171
"typescript": "^5.7.3",
176172
"typescript-eslint": "^8.20.0",
177-
"workbox-build": "^7.3.0"
173+
"workbox-build": "^7.3.0",
174+
"yoctocolors": "^2.1.1"
178175
},
179176
"engines": {
180177
"node": "^22.0.0",

pnpm-lock.yaml

Lines changed: 3 additions & 288 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/lib/renderWatchProgress.js

Lines changed: 0 additions & 200 deletions
This file was deleted.

tools/watch.ts

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)