-
-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: update build tools/scripts to use bun
- Loading branch information
1 parent
336bd1b
commit 5e94c2d
Showing
189 changed files
with
242 additions
and
425 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,45 @@ | ||
{ | ||
"private": true, | ||
"type": "module", | ||
"workspaces": [ | ||
"packages/*", | ||
"examples/*", | ||
"tools" | ||
], | ||
"devDependencies": { | ||
"@microsoft/api-documenter": "^7.23.9", | ||
"@microsoft/api-extractor": "^7.38.0", | ||
"@types/node": "^20.8.7", | ||
"all-contributors-cli": "^6.26.1", | ||
"esbuild": "^0.19.5", | ||
"html-minifier-terser": "^7.2.0", | ||
"rimraf": "^5.0.5", | ||
"tools": "workspace:^", | ||
"ts-node": "^10.9.1", | ||
"typedoc": "^0.25.2", | ||
"typescript": "^5.2.2" | ||
}, | ||
"dependencies": { | ||
"@ygoe/msgpack": "^1.0.3" | ||
}, | ||
"scripts": { | ||
"@thi.ng": "yarn workspaces foreach -pv --include '@thi.ng/*'", | ||
"@example": "yarn workspaces foreach -pv --include '@example/*'", | ||
"build": "yarn @thi.ng -t run build", | ||
"clean": "yarn @thi.ng run clean", | ||
"doc": "yarn @thi.ng run doc", | ||
"doc:ae": "yarn @thi.ng run doc:ae && scripts/collect-apis", | ||
"doc:readme": "yarn @thi.ng run doc:readme", | ||
"doc:stats": "yarn @thi.ng run doc:stats", | ||
"doc:examples": "tools:node-esm tools/src/readme-examples.ts", | ||
"examples": "yarn @example run build", | ||
"pub": "yarn @thi.ng npm publish --tolerate-republish && yarn doc && tools:node-esm tools/src/deploy-docs.ts", | ||
"test": "yarn build && yarn test:only", | ||
"test:only": "yarn @thi.ng run test", | ||
"tool:deps": "tools:node-esm tools/src/adjacency.ts", | ||
"tool:exports": "tools:node-esm tools/src/check-exports.ts", | ||
"tool:imports": "tools:node-esm tools/src/check-imports.ts", | ||
"tool:prune": "tools:node-esm tools/src/prune-changelogs.ts", | ||
"tool:searchindex": "tools:node-esm tools/src/build-search-index.ts" | ||
}, | ||
"packageManager": "yarn@3.2.1" | ||
"private": true, | ||
"type": "module", | ||
"workspaces": [ | ||
"packages/*", | ||
"examples/*", | ||
"tools" | ||
], | ||
"devDependencies": { | ||
"@microsoft/api-documenter": "^7.23.9", | ||
"@microsoft/api-extractor": "^7.38.0", | ||
"@types/node": "^20.8.7", | ||
"all-contributors-cli": "^6.26.1", | ||
"esbuild": "^0.19.5", | ||
"html-minifier-terser": "^7.2.0", | ||
"rimraf": "^5.0.5", | ||
"tools": "workspace:^", | ||
"ts-node": "^10.9.1", | ||
"typedoc": "^0.25.2", | ||
"typescript": "^5.2.2" | ||
}, | ||
"dependencies": { | ||
"@ygoe/msgpack": "^1.0.3" | ||
}, | ||
"scripts": { | ||
"@thi.ng": "yarn workspaces foreach -pv --include '@thi.ng/*'", | ||
"@example": "yarn workspaces foreach -pv --include '@example/*'", | ||
"build": "yarn @thi.ng -t run build", | ||
"clean": "yarn @thi.ng run clean", | ||
"doc": "yarn @thi.ng run doc", | ||
"doc:ae": "yarn @thi.ng run doc:ae && scripts/collect-apis", | ||
"doc:readme": "yarn @thi.ng run doc:readme", | ||
"doc:examples": "bun tools/src/readme-examples.ts", | ||
"examples": "yarn @example run build", | ||
"pub": "yarn @thi.ng npm publish --tolerate-republish && yarn doc && bun tools/src/deploy-docs.ts", | ||
"test": "yarn build && yarn test:only", | ||
"test:only": "yarn @thi.ng run test", | ||
"tool:deps": "bun tools/src/adjacency.ts", | ||
"tool:exports": "bun tools/src/check-exports.ts", | ||
"tool:imports": "bun tools/src/check-imports.ts", | ||
"tool:prune": "bun tools/src/prune-changelogs.ts", | ||
"tool:searchindex": "bun tools/src/build-search-index.ts" | ||
}, | ||
"packageManager": "yarn@3.2.1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.