Skip to content

Commit

Permalink
build: removing rimraf from all pkgs/examples
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Apr 22, 2024
1 parent e8a84a1 commit f3c1512
Show file tree
Hide file tree
Showing 200 changed files with 8 additions and 618 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,6 @@ tasks:
- [bun](https://bun.sh)
- [esbuild](https://github.com/evanw/esbuild)
- [html-minifier-terser](https://terser.org/html-minifier-terser/)
- [rimraf](https://github.com/isaacs/rimraf)
- [typedoc](https://typedoc.org/)
- [TypeScript](https://www.typescriptlang.org/)
- [Vite](http://vitejs.dev/)
Expand Down
1 change: 0 additions & 1 deletion examples/commit-heatmap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"license": "Apache-2.0",
"type": "module",
"scripts": {
"clean": "rimraf .cache build out",
"build": "bun build --target node --outfile=index.js src/index.ts && node index.js",
"build:png": "yarn build && rsvg-convert -w 2560 -a -o heatmap.png heatmap.svg"
},
Expand Down
3 changes: 1 addition & 2 deletions examples/zig-canvas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,14 @@
"license": "Apache-2.0",
"scripts": {
"start": "yarn build:zig && vite --open --host",
"clean": "rimraf zig-cache zig-out",
"clean": "bun ../../tools/src/clean-package.ts zig-cache zig-out",
"docs": "yarn prepare:zig && zig build docs -p .",
"build": "tsc && yarn build:zig && vite build --base='./'",
"build:zig": "yarn prepare:zig && zig build && wasm-opt zig-out/bin/main.wasm -o src/main.wasm -O3 && wasm-dis -o src/main.wast src/main.wasm",
"prepare:zig": "cp ../../node_modules/@thi.ng/wasm-api/zig/build.zig wasm-api-build.zig",
"preview": "vite preview --host --open"
},
"devDependencies": {
"rimraf": "^5.0.5",
"typescript": "^5.4.3",
"vite": "^5.2.6"
},
Expand Down
3 changes: 1 addition & 2 deletions examples/zig-cellular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,14 @@
"license": "Apache-2.0",
"scripts": {
"start": "yarn build:zig && vite --open --host",
"clean": "rimraf zig-cache zig-out",
"clean": "bun ../../tools/src/clean-package.ts zig-cache zig-out",
"docs": "yarn prepare:zig && zig build docs -p .",
"build": "tsc && yarn build:zig && vite build --base='./'",
"build:zig": "yarn prepare:zig && zig build && wasm-opt zig-out/bin/main.wasm -o src/main.wasm -O3 && wasm-dis -o src/main.wast src/main.wasm",
"prepare:zig": "cp ../../node_modules/@thi.ng/wasm-api/zig/build.zig wasm-api-build.zig",
"preview": "vite preview --host --open"
},
"devDependencies": {
"rimraf": "^5.0.5",
"typescript": "^5.4.3",
"vite": "^5.2.6"
},
Expand Down
3 changes: 1 addition & 2 deletions examples/zig-counter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,14 @@
"license": "Apache-2.0",
"scripts": {
"start": "yarn build:zig && vite --open --host",
"clean": "rimraf zig-cache zig-out",
"clean": "bun ../../tools/src/clean-package.ts zig-cache zig-out",
"docs": "yarn prepare:zig && zig build docs -p .",
"build": "tsc && yarn build:zig && vite build --base='./'",
"build:zig": "yarn prepare:zig && zig build && wasm-opt zig-out/bin/main.wasm -o src/main.wasm -O3 && wasm-dis -o src/main.wast src/main.wasm",
"prepare:zig": "cp ../../node_modules/@thi.ng/wasm-api/zig/build.zig wasm-api-build.zig",
"preview": "vite preview --host --open"
},
"devDependencies": {
"rimraf": "^5.0.5",
"typescript": "^5.4.3",
"vite": "^5.2.6"
},
Expand Down
3 changes: 1 addition & 2 deletions examples/zig-todo-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"license": "Apache-2.0",
"scripts": {
"start": "yarn build:zig && vite --open --host",
"clean": "rimraf zig-cache zig-out",
"clean": "bun ../../tools/src/clean-package.ts zig-cache zig-out",
"docs": "yarn prepare:zig && zig build docs -p .",
"build": "tsc && yarn build:zig && vite build --base='./'",
"build:types": "npx wasm-api-bindgen -a analytics.json --lang ts -o src/generated/api.ts --lang zig -o zig/api-generated.zig src/typedefs.json",
Expand All @@ -18,7 +18,6 @@
},
"devDependencies": {
"@thi.ng/wasm-api-bindgen": "workspace:^",
"rimraf": "^5.0.5",
"typescript": "^5.4.3",
"vite": "^5.2.6"
},
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"bun-types": "^1.0.35",
"esbuild": "^0.20.2",
"html-minifier-terser": "^7.2.0",
"rimraf": "^5.0.5",
"tools": "workspace:^",
"typedoc": "^0.25.12",
"typescript": "^5.4.3"
Expand Down
1 change: 0 additions & 1 deletion packages/adapt-dpi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
"esbuild": "^0.20.2",
"rimraf": "^5.0.5",
"typedoc": "^0.25.12",
"typescript": "^5.4.3"
},
Expand Down
1 change: 0 additions & 1 deletion packages/adjacency/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
"@microsoft/api-extractor": "^7.43.0",
"@thi.ng/vectors": "^7.10.28",
"esbuild": "^0.20.2",
"rimraf": "^5.0.5",
"typedoc": "^0.25.12",
"typescript": "^5.4.3"
},
Expand Down
1 change: 0 additions & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
"esbuild": "^0.20.2",
"rimraf": "^5.0.5",
"typedoc": "^0.25.12",
"typescript": "^5.4.3"
},
Expand Down
1 change: 0 additions & 1 deletion packages/args/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
"esbuild": "^0.20.2",
"rimraf": "^5.0.5",
"typedoc": "^0.25.12",
"typescript": "^5.4.3"
},
Expand Down
1 change: 0 additions & 1 deletion packages/arrays/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
"esbuild": "^0.20.2",
"rimraf": "^5.0.5",
"typedoc": "^0.25.12",
"typescript": "^5.4.3"
},
Expand Down
1 change: 0 additions & 1 deletion packages/associative/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
"esbuild": "^0.20.2",
"rimraf": "^5.0.5",
"typedoc": "^0.25.12",
"typescript": "^5.4.3"
},
Expand Down
1 change: 0 additions & 1 deletion packages/atom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
"esbuild": "^0.20.2",
"rimraf": "^5.0.5",
"typedoc": "^0.25.12",
"typescript": "^5.4.3"
},
Expand Down
1 change: 0 additions & 1 deletion packages/axidraw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
"esbuild": "^0.20.2",
"rimraf": "^5.0.5",
"typedoc": "^0.25.12",
"typescript": "^5.4.3"
},
Expand Down
1 change: 0 additions & 1 deletion packages/base-n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
"esbuild": "^0.20.2",
"rimraf": "^5.0.5",
"typedoc": "^0.25.12",
"typescript": "^5.4.3"
},
Expand Down
3 changes: 1 addition & 2 deletions packages/bench/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"build": "yarn build:esbuild && yarn build:decl",
"build:decl": "tsc --declaration --emitDeclarationOnly",
"build:esbuild": "esbuild --format=esm --platform=neutral --target=es2022 --tsconfig=tsconfig.json --outdir=. src/**/*.ts",
"clean": "rimraf --glob '*.js' '*.d.ts' '*.map' doc format",
"clean": "bun ../../tools/src/clean-package.ts format",
"doc": "typedoc --excludePrivate --excludeInternal --out doc src/index.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose",
"doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
Expand All @@ -43,7 +43,6 @@
"@thi.ng/testament": "^0.4.27",
"@types/node": "^20.11.30",
"esbuild": "^0.20.2",
"rimraf": "^5.0.5",
"tools": "workspace:^",
"typedoc": "^0.25.12",
"typescript": "^5.4.3"
Expand Down
1 change: 0 additions & 1 deletion packages/bencode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
"esbuild": "^0.20.2",
"rimraf": "^5.0.5",
"typedoc": "^0.25.12",
"typescript": "^5.4.3"
},
Expand Down
1 change: 0 additions & 1 deletion packages/binary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
"esbuild": "^0.20.2",
"rimraf": "^5.0.5",
"typedoc": "^0.25.12",
"typescript": "^5.4.3"
},
Expand Down
1 change: 0 additions & 1 deletion packages/bitfield/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
"esbuild": "^0.20.2",
"rimraf": "^5.0.5",
"typedoc": "^0.25.12",
"typescript": "^5.4.3"
},
Expand Down
1 change: 0 additions & 1 deletion packages/bitstream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
"esbuild": "^0.20.2",
"rimraf": "^5.0.5",
"typedoc": "^0.25.12",
"typescript": "^5.4.3"
},
Expand Down
1 change: 0 additions & 1 deletion packages/blurhash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
"esbuild": "^0.20.2",
"rimraf": "^5.0.5",
"tools": "workspace:^",
"typedoc": "^0.25.12",
"typescript": "^5.4.3"
Expand Down
1 change: 0 additions & 1 deletion packages/boids/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
"esbuild": "^0.20.2",
"rimraf": "^5.0.5",
"typedoc": "^0.25.12",
"typescript": "^5.4.3"
},
Expand Down
1 change: 0 additions & 1 deletion packages/buffers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
"esbuild": "^0.20.2",
"rimraf": "^5.0.5",
"typedoc": "^0.25.12",
"typescript": "^5.4.3"
},
Expand Down
1 change: 0 additions & 1 deletion packages/cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
"esbuild": "^0.20.2",
"rimraf": "^5.0.5",
"typedoc": "^0.25.12",
"typescript": "^5.4.3"
},
Expand Down
1 change: 0 additions & 1 deletion packages/canvas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
"esbuild": "^0.20.2",
"rimraf": "^5.0.5",
"tools": "workspace:^",
"typedoc": "^0.25.12",
"typescript": "^5.4.3"
Expand Down
1 change: 0 additions & 1 deletion packages/cellular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
"esbuild": "^0.20.2",
"rimraf": "^5.0.5",
"typedoc": "^0.25.12",
"typescript": "^5.4.3"
},
Expand Down
1 change: 0 additions & 1 deletion packages/checks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"@microsoft/api-extractor": "^7.43.0",
"@types/node": "^20.11.30",
"esbuild": "^0.20.2",
"rimraf": "^5.0.5",
"typedoc": "^0.25.12",
"typescript": "^5.4.3"
},
Expand Down
1 change: 0 additions & 1 deletion packages/color-palettes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
"esbuild": "^0.20.2",
"rimraf": "^5.0.5",
"typedoc": "^0.25.12",
"typescript": "^5.4.3"
},
Expand Down
1 change: 0 additions & 1 deletion packages/color/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
"esbuild": "^0.20.2",
"rimraf": "^5.0.5",
"typedoc": "^0.25.12",
"typescript": "^5.4.3"
},
Expand Down
1 change: 0 additions & 1 deletion packages/colored-noise/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
"@thi.ng/transducers": "^9.0.2",
"@thi.ng/vectors": "^7.10.28",
"esbuild": "^0.20.2",
"rimraf": "^5.0.5",
"typedoc": "^0.25.12",
"typescript": "^5.4.3"
},
Expand Down
1 change: 0 additions & 1 deletion packages/compare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
"esbuild": "^0.20.2",
"rimraf": "^5.0.5",
"typedoc": "^0.25.12",
"typescript": "^5.4.3"
},
Expand Down
1 change: 0 additions & 1 deletion packages/complex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
"esbuild": "^0.20.2",
"rimraf": "^5.0.5",
"typedoc": "^0.25.12",
"typescript": "^5.4.3"
},
Expand Down
1 change: 0 additions & 1 deletion packages/compose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
"esbuild": "^0.20.2",
"rimraf": "^5.0.5",
"typedoc": "^0.25.12",
"typescript": "^5.4.3"
},
Expand Down
1 change: 0 additions & 1 deletion packages/csp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
"esbuild": "^0.20.2",
"rimraf": "^5.0.5",
"typedoc": "^0.25.12",
"typescript": "^5.4.3"
},
Expand Down
1 change: 0 additions & 1 deletion packages/csv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
"esbuild": "^0.20.2",
"rimraf": "^5.0.5",
"typedoc": "^0.25.12",
"typescript": "^5.4.3"
},
Expand Down
1 change: 0 additions & 1 deletion packages/date/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
"esbuild": "^0.20.2",
"rimraf": "^5.0.5",
"typedoc": "^0.25.12",
"typescript": "^5.4.3"
},
Expand Down
1 change: 0 additions & 1 deletion packages/dcons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
"esbuild": "^0.20.2",
"rimraf": "^5.0.5",
"typedoc": "^0.25.12",
"typescript": "^5.4.3"
},
Expand Down
1 change: 0 additions & 1 deletion packages/defmulti/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
"esbuild": "^0.20.2",
"rimraf": "^5.0.5",
"typedoc": "^0.25.12",
"typescript": "^5.4.3"
},
Expand Down
1 change: 0 additions & 1 deletion packages/dgraph-dot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
"esbuild": "^0.20.2",
"rimraf": "^5.0.5",
"typedoc": "^0.25.12",
"typescript": "^5.4.3"
},
Expand Down
1 change: 0 additions & 1 deletion packages/dgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
"esbuild": "^0.20.2",
"rimraf": "^5.0.5",
"typedoc": "^0.25.12",
"typescript": "^5.4.3"
},
Expand Down
1 change: 0 additions & 1 deletion packages/diff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
},
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
"rimraf": "^5.0.5",
"typedoc": "^0.25.12",
"typescript": "^5.4.3"
},
Expand Down
1 change: 0 additions & 1 deletion packages/distance-transform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"@microsoft/api-extractor": "^7.43.0",
"@thi.ng/pixel": "^6.1.29",
"esbuild": "^0.20.2",
"rimraf": "^5.0.5",
"typedoc": "^0.25.12",
"typescript": "^5.4.3"
},
Expand Down
1 change: 0 additions & 1 deletion packages/distance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
"esbuild": "^0.20.2",
"rimraf": "^5.0.5",
"typedoc": "^0.25.12",
"typescript": "^5.4.3"
},
Expand Down
Loading

0 comments on commit f3c1512

Please sign in to comment.