koatty_trace
Version:
Full link tracking and error interception for koatty.
84 lines (67 loc) • 4.38 kB
Plain Text
> koatty_trace@2.2.0 build /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-trace
> pnpm run build:js && pnpm run build:dts && pnpm run build:doc && pnpm run build:cp
> koatty_trace@2.2.0 build:js /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-trace
> tsup
[34mCLI[39m Building entry: src/index.ts
[34mCLI[39m Using tsconfig: tsconfig.json
[34mCLI[39m tsup v8.5.1
[34mCLI[39m Using tsup config: /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-trace/tsup.config.ts
[34mCLI[39m Target: node18
[34mCLI[39m Cleaning output folder
[34mCJS[39m Build start
[34mESM[39m Build start
[32mESM[39m [1mdist/index.mjs [22m[32m70.20 KB[39m
[32mESM[39m [1mdist/index.mjs.map [22m[32m189.32 KB[39m
[32mESM[39m ⚡️ Build success in 393ms
[32mCJS[39m [1mdist/index.js [22m[32m72.56 KB[39m
[32mCJS[39m [1mdist/index.js.map [22m[32m189.46 KB[39m
[32mCJS[39m ⚡️ Build success in 393ms
> koatty_trace@2.2.0 build:dts /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-trace
> bash ../../scripts/build-dts.sh
🔨 Building type declarations for koatty-trace...
⏳ Waiting for dependencies to be ready...
🔍 Checking dependencies: koatty_container, koatty_lib, koatty_logger, koatty_core, koatty_exception
✓ koatty_container type declarations ready
✓ koatty_lib type declarations ready
✓ koatty_logger type declarations ready
✓ koatty_core type declarations ready
✓ koatty_exception type declarations ready
✅ All dependencies ready (waited 1ms)
📝 Running TypeScript compiler...
[1G[0K⠙[1G[0K[1G[0K⠙[1G[0K📦 Running API Extractor...
[1G[0K
[1mapi-extractor 7.55.2 [36m - https://api-extractor.com/[39m
[22m
Using configuration from ./api-extractor.json
Analysis will use the bundled TypeScript version 5.8.2
*** The target project appears to use TypeScript 5.9.3 which is newer than the bundled compiler engine; consider upgrading API Extractor.
[36mWriting: /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-trace/temp/koatty_trace.api.json[39m
[36mWriting package typings: /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-trace/dist/index.d.ts[39m
[33mWarning: src/trace/itrace.ts:18:4 - (tsdoc-undefined-tag) The TSDoc tag "@export" is not defined in this configuration[39m
[33mWarning: src/trace/itrace.ts:19:4 - (tsdoc-undefined-tag) The TSDoc tag "@interface" is not defined in this configuration[39m
[33mWarning: src/trace/trace.ts:176:11 - (tsdoc-param-tag-with-invalid-type) The block should not include a JSDoc-style '{type}'[39m
[33mWarning: src/trace/trace.ts:177:11 - (tsdoc-param-tag-with-invalid-type) The block should not include a JSDoc-style '{type}'[39m
[33mWarning: src/trace/trace.ts:178:22 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
[33mWarning: src/trace/trace.ts:178:13 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
[33mWarning: src/trace/trace.ts:188:4 - (tsdoc-undefined-tag) The TSDoc tag "@export" is not defined in this configuration[39m
[33mWarning: src/trace/trace.ts:190:1 - (ae-forgotten-export) The symbol "TraceOptions" needs to be exported by the entry point index.d.ts[39m
API Extractor completed successfully
[1G[0K⠙[1G[0K✅ Type declarations built successfully
> koatty_trace@2.2.0 build:doc /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-trace
> api-documenter markdown --input temp --output docs/api
[1mapi-documenter 7.28.2 [36m - https://api-extractor.com/[39m
[22m
Reading koatty_trace.api.json
Deleting old output from docs/api
Writing koatty_trace package
Unsupported block tag:
> koatty_trace@2.2.0 build:cp /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-trace
> node ../../scripts/postBuild.js
📦 postBuild: koatty-trace
✓ Copied package.json to dist/
✓ Copied LICENSE to dist/
✓ Copied README.md to dist/
✓ Fixed paths in dist/package.json
✓ Cleaned DTS declarations
✅ Done