UNPKG

koatty_cacheable

Version:
113 lines (96 loc) 7.65 kB
 > koatty_cacheable@3.1.0 build /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-cacheable > pnpm run build:js && pnpm run build:dts && pnpm run build:doc && pnpm run build:cp > koatty_cacheable@3.1.0 build:js /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-cacheable > tsup CLI Building entry: src/index.ts CLI Using tsconfig: tsconfig.json CLI tsup v8.5.1 CLI Using tsup config: /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-cacheable/tsup.config.ts CLI Target: node18 CLI Cleaning output folder CJS Build start ESM Build start ESM dist/index.mjs 12.75 KB ESM dist/index.mjs.map 33.89 KB ESM ⚡️ Build success in 279ms CJS dist/index.js 13.37 KB CJS dist/index.js.map 33.92 KB CJS ⚡️ Build success in 279ms > koatty_cacheable@3.1.0 build:dts /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-cacheable > bash ../../scripts/build-dts.sh 🔨 Building type declarations for koatty-cacheable... ⏳ Waiting for dependencies to be ready... 🔍 Checking dependencies: koatty_container, koatty_core, koatty_lib, koatty_logger, koatty_store ✓ koatty_container type declarations ready ✓ koatty_core type declarations ready ✓ koatty_lib type declarations ready ✓ koatty_logger type declarations ready ✓ koatty_store type declarations ready ✅ All dependencies ready (waited 0ms) 📝 Running TypeScript compiler... ⠙📦 Running API Extractor... ⠙ api-extractor 7.55.2  - https://api-extractor.com/  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. Writing: /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-cacheable/temp/koatty_cacheable.api.json Writing package typings: /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-cacheable/dist/index.d.ts Warning: src/cache.ts:16:4 - (tsdoc-characters-after-block-tag) The token "@description" looks like a TSDoc tag but contains an invalid character ":"; if it is not a tag, use a backslash to escape the "@" Warning: src/cache.ts:17:14 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag Warning: src/cache.ts:17:12 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" Warning: src/cache.ts:17:4 - (tsdoc-undefined-tag) The TSDoc tag "@return" is not defined in this configuration Warning: src/cache.ts:27:4 - (tsdoc-characters-after-block-tag) The token "@description" looks like a TSDoc tag but contains an invalid character ":"; if it is not a tag, use a backslash to escape the "@" Warning: src/cache.ts:28:14 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag Warning: src/cache.ts:28:12 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" Warning: src/cache.ts:28:4 - (tsdoc-undefined-tag) The TSDoc tag "@return" is not defined in this configuration Warning: src/cache.ts:46:4 - (tsdoc-undefined-tag) The TSDoc tag "@export" is not defined in this configuration Warning: src/cache.ts:47:11 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}' Warning: src/cache.ts:48:26 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets. Warning: src/cache.ts:48:11 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}' Warning: src/cache.ts:50:4 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" Warning: src/cache.ts:53:4 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag Warning: src/cache.ts:55:29 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag Warning: src/cache.ts:55:13 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" Warning: src/cache.ts:196:4 - (tsdoc-undefined-tag) The TSDoc tag "@export" is not defined in this configuration Warning: src/cache.ts:197:11 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}' Warning: src/cache.ts:198:27 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets. Warning: src/cache.ts:198:11 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}' Warning: src/cache.ts:200:4 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" Warning: src/cache.ts:203:4 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag Warning: src/store.ts:34:4 - (tsdoc-undefined-tag) The TSDoc tag "@export" is not defined in this configuration Warning: src/store.ts:35:11 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}' Warning: src/store.ts:36:15 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag Warning: src/store.ts:36:29 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag Warning: src/store.ts:36:13 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" Warning: src/store.ts:36:18 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" API Extractor completed successfully ⠙✅ Type declarations built successfully > koatty_cacheable@3.1.0 build:doc /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-cacheable > api-documenter markdown --input temp --output docs/api api-documenter 7.28.2  - https://api-extractor.com/  Reading koatty_cacheable.api.json Deleting old output from docs/api Writing koatty_cacheable package Unsupported block tag: @export Unsupported block tag: @return Unsupported block tag: @export Unsupported block tag: @return Unsupported block tag: @export Unsupported block tag: @export Unsupported block tag: @export Unsupported block tag: @export Unsupported block tag: @return Unsupported block tag: @return > koatty_cacheable@3.1.0 build:cp /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-cacheable > node ../../scripts/postBuild.js 📦 postBuild: koatty-cacheable ✓ Copied package.json to dist/ ✓ Copied LICENSE to dist/ ✓ Copied README.md to dist/ ✓ Fixed paths in dist/package.json ✓ Cleaned DTS declarations ✅ Done