@sean.holung/minicode 0.2.1 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -4
- package/dist/src/agent/config.js +14 -2
- package/dist/src/index.js +16 -2
- package/dist/src/indexer/code-map.js +52 -5
- package/dist/src/indexer/focus-tracker.js +63 -0
- package/dist/src/indexer/project-index.js +2 -2
- package/dist/src/ui/cli-ink.js +22 -2
- package/dist/tests/agent.test.js +62 -0
- package/node_modules/@anthropic-ai/sdk/.github/logo.svg +3 -0
- package/node_modules/@anthropic-ai/sdk/CHANGELOG.md +2201 -0
- package/node_modules/@anthropic-ai/sdk/LICENSE +8 -0
- package/node_modules/@anthropic-ai/sdk/README.md +824 -0
- package/node_modules/@anthropic-ai/sdk/_vendor/partial-json-parser/parser.d.mts +3 -0
- package/node_modules/@anthropic-ai/sdk/_vendor/partial-json-parser/parser.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/_vendor/partial-json-parser/parser.d.ts +3 -0
- package/node_modules/@anthropic-ai/sdk/_vendor/partial-json-parser/parser.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/_vendor/partial-json-parser/parser.js +226 -0
- package/node_modules/@anthropic-ai/sdk/_vendor/partial-json-parser/parser.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/_vendor/partial-json-parser/parser.mjs +223 -0
- package/node_modules/@anthropic-ai/sdk/_vendor/partial-json-parser/parser.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/api-promise.d.mts +2 -0
- package/node_modules/@anthropic-ai/sdk/api-promise.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/api-promise.d.ts +2 -0
- package/node_modules/@anthropic-ai/sdk/api-promise.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/api-promise.js +6 -0
- package/node_modules/@anthropic-ai/sdk/api-promise.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/api-promise.mjs +2 -0
- package/node_modules/@anthropic-ai/sdk/api-promise.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/bin/cli +53 -0
- package/node_modules/@anthropic-ai/sdk/bin/migration-config.json +82 -0
- package/node_modules/@anthropic-ai/sdk/client.d.mts +246 -0
- package/node_modules/@anthropic-ai/sdk/client.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/client.d.ts +246 -0
- package/node_modules/@anthropic-ai/sdk/client.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/client.js +571 -0
- package/node_modules/@anthropic-ai/sdk/client.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/client.mjs +566 -0
- package/node_modules/@anthropic-ai/sdk/client.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/core/api-promise.d.mts +49 -0
- package/node_modules/@anthropic-ai/sdk/core/api-promise.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/core/api-promise.d.ts +49 -0
- package/node_modules/@anthropic-ai/sdk/core/api-promise.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/core/api-promise.js +76 -0
- package/node_modules/@anthropic-ai/sdk/core/api-promise.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/core/api-promise.mjs +72 -0
- package/node_modules/@anthropic-ai/sdk/core/api-promise.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/core/error.d.mts +47 -0
- package/node_modules/@anthropic-ai/sdk/core/error.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/core/error.d.ts +47 -0
- package/node_modules/@anthropic-ai/sdk/core/error.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/core/error.js +114 -0
- package/node_modules/@anthropic-ai/sdk/core/error.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/core/error.mjs +98 -0
- package/node_modules/@anthropic-ai/sdk/core/error.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/core/pagination.d.mts +105 -0
- package/node_modules/@anthropic-ai/sdk/core/pagination.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/core/pagination.d.ts +105 -0
- package/node_modules/@anthropic-ai/sdk/core/pagination.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/core/pagination.js +185 -0
- package/node_modules/@anthropic-ai/sdk/core/pagination.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/core/pagination.mjs +177 -0
- package/node_modules/@anthropic-ai/sdk/core/pagination.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/core/resource.d.mts +6 -0
- package/node_modules/@anthropic-ai/sdk/core/resource.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/core/resource.d.ts +6 -0
- package/node_modules/@anthropic-ai/sdk/core/resource.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/core/resource.js +11 -0
- package/node_modules/@anthropic-ai/sdk/core/resource.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/core/resource.mjs +7 -0
- package/node_modules/@anthropic-ai/sdk/core/resource.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/core/streaming.d.mts +33 -0
- package/node_modules/@anthropic-ai/sdk/core/streaming.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/core/streaming.d.ts +33 -0
- package/node_modules/@anthropic-ai/sdk/core/streaming.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/core/streaming.js +288 -0
- package/node_modules/@anthropic-ai/sdk/core/streaming.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/core/streaming.mjs +283 -0
- package/node_modules/@anthropic-ai/sdk/core/streaming.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/core/uploads.d.mts +3 -0
- package/node_modules/@anthropic-ai/sdk/core/uploads.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/core/uploads.d.ts +3 -0
- package/node_modules/@anthropic-ai/sdk/core/uploads.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/core/uploads.js +6 -0
- package/node_modules/@anthropic-ai/sdk/core/uploads.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/core/uploads.mjs +2 -0
- package/node_modules/@anthropic-ai/sdk/core/uploads.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/error.d.mts +2 -0
- package/node_modules/@anthropic-ai/sdk/error.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/error.d.ts +2 -0
- package/node_modules/@anthropic-ai/sdk/error.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/error.js +6 -0
- package/node_modules/@anthropic-ai/sdk/error.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/error.mjs +2 -0
- package/node_modules/@anthropic-ai/sdk/error.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/helpers/beta/json-schema.d.mts +31 -0
- package/node_modules/@anthropic-ai/sdk/helpers/beta/json-schema.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/helpers/beta/json-schema.d.ts +31 -0
- package/node_modules/@anthropic-ai/sdk/helpers/beta/json-schema.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/helpers/beta/json-schema.js +56 -0
- package/node_modules/@anthropic-ai/sdk/helpers/beta/json-schema.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/helpers/beta/json-schema.mjs +52 -0
- package/node_modules/@anthropic-ai/sdk/helpers/beta/json-schema.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/helpers/beta/mcp.d.mts +303 -0
- package/node_modules/@anthropic-ai/sdk/helpers/beta/mcp.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/helpers/beta/mcp.d.ts +303 -0
- package/node_modules/@anthropic-ai/sdk/helpers/beta/mcp.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/helpers/beta/mcp.js +419 -0
- package/node_modules/@anthropic-ai/sdk/helpers/beta/mcp.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/helpers/beta/mcp.mjs +406 -0
- package/node_modules/@anthropic-ai/sdk/helpers/beta/mcp.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/helpers/beta/memory.d.mts +11 -0
- package/node_modules/@anthropic-ai/sdk/helpers/beta/memory.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/helpers/beta/memory.d.ts +11 -0
- package/node_modules/@anthropic-ai/sdk/helpers/beta/memory.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/helpers/beta/memory.js +18 -0
- package/node_modules/@anthropic-ai/sdk/helpers/beta/memory.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/helpers/beta/memory.mjs +15 -0
- package/node_modules/@anthropic-ai/sdk/helpers/beta/memory.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/helpers/beta/zod.d.mts +27 -0
- package/node_modules/@anthropic-ai/sdk/helpers/beta/zod.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/helpers/beta/zod.d.ts +27 -0
- package/node_modules/@anthropic-ai/sdk/helpers/beta/zod.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/helpers/beta/zod.js +57 -0
- package/node_modules/@anthropic-ai/sdk/helpers/beta/zod.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/helpers/beta/zod.mjs +52 -0
- package/node_modules/@anthropic-ai/sdk/helpers/beta/zod.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/helpers/index.d.mts +3 -0
- package/node_modules/@anthropic-ai/sdk/helpers/index.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/helpers/index.d.ts +3 -0
- package/node_modules/@anthropic-ai/sdk/helpers/index.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/helpers/index.js +8 -0
- package/node_modules/@anthropic-ai/sdk/helpers/index.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/helpers/index.mjs +3 -0
- package/node_modules/@anthropic-ai/sdk/helpers/index.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/helpers/json-schema.d.mts +18 -0
- package/node_modules/@anthropic-ai/sdk/helpers/json-schema.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/helpers/json-schema.d.ts +18 -0
- package/node_modules/@anthropic-ai/sdk/helpers/json-schema.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/helpers/json-schema.js +37 -0
- package/node_modules/@anthropic-ai/sdk/helpers/json-schema.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/helpers/json-schema.mjs +34 -0
- package/node_modules/@anthropic-ai/sdk/helpers/json-schema.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/helpers/zod.d.mts +13 -0
- package/node_modules/@anthropic-ai/sdk/helpers/zod.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/helpers/zod.d.ts +13 -0
- package/node_modules/@anthropic-ai/sdk/helpers/zod.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/helpers/zod.js +47 -0
- package/node_modules/@anthropic-ai/sdk/helpers/zod.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/helpers/zod.mjs +43 -0
- package/node_modules/@anthropic-ai/sdk/helpers/zod.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/index.d.mts +8 -0
- package/node_modules/@anthropic-ai/sdk/index.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/index.d.ts +8 -0
- package/node_modules/@anthropic-ai/sdk/index.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/index.js +35 -0
- package/node_modules/@anthropic-ai/sdk/index.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/index.mjs +8 -0
- package/node_modules/@anthropic-ai/sdk/index.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/builtin-types.d.mts +73 -0
- package/node_modules/@anthropic-ai/sdk/internal/builtin-types.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/builtin-types.d.ts +73 -0
- package/node_modules/@anthropic-ai/sdk/internal/builtin-types.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/builtin-types.js +4 -0
- package/node_modules/@anthropic-ai/sdk/internal/builtin-types.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/builtin-types.mjs +3 -0
- package/node_modules/@anthropic-ai/sdk/internal/builtin-types.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/constants.d.mts +5 -0
- package/node_modules/@anthropic-ai/sdk/internal/constants.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/constants.d.ts +5 -0
- package/node_modules/@anthropic-ai/sdk/internal/constants.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/constants.js +18 -0
- package/node_modules/@anthropic-ai/sdk/internal/constants.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/constants.mjs +15 -0
- package/node_modules/@anthropic-ai/sdk/internal/constants.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/decoders/jsonl.d.mts +10 -0
- package/node_modules/@anthropic-ai/sdk/internal/decoders/jsonl.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/decoders/jsonl.d.ts +10 -0
- package/node_modules/@anthropic-ai/sdk/internal/decoders/jsonl.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/decoders/jsonl.js +39 -0
- package/node_modules/@anthropic-ai/sdk/internal/decoders/jsonl.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/decoders/jsonl.mjs +35 -0
- package/node_modules/@anthropic-ai/sdk/internal/decoders/jsonl.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/decoders/line.d.mts +17 -0
- package/node_modules/@anthropic-ai/sdk/internal/decoders/line.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/decoders/line.d.ts +17 -0
- package/node_modules/@anthropic-ai/sdk/internal/decoders/line.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/decoders/line.js +113 -0
- package/node_modules/@anthropic-ai/sdk/internal/decoders/line.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/decoders/line.mjs +108 -0
- package/node_modules/@anthropic-ai/sdk/internal/decoders/line.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/detect-platform.d.mts +15 -0
- package/node_modules/@anthropic-ai/sdk/internal/detect-platform.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/detect-platform.d.ts +15 -0
- package/node_modules/@anthropic-ai/sdk/internal/detect-platform.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/detect-platform.js +162 -0
- package/node_modules/@anthropic-ai/sdk/internal/detect-platform.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/detect-platform.mjs +157 -0
- package/node_modules/@anthropic-ai/sdk/internal/detect-platform.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/errors.d.mts +3 -0
- package/node_modules/@anthropic-ai/sdk/internal/errors.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/errors.d.ts +3 -0
- package/node_modules/@anthropic-ai/sdk/internal/errors.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/errors.js +41 -0
- package/node_modules/@anthropic-ai/sdk/internal/errors.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/errors.mjs +36 -0
- package/node_modules/@anthropic-ai/sdk/internal/errors.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/headers.d.mts +22 -0
- package/node_modules/@anthropic-ai/sdk/internal/headers.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/headers.d.ts +22 -0
- package/node_modules/@anthropic-ai/sdk/internal/headers.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/headers.js +79 -0
- package/node_modules/@anthropic-ai/sdk/internal/headers.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/headers.mjs +74 -0
- package/node_modules/@anthropic-ai/sdk/internal/headers.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/parse.d.mts +17 -0
- package/node_modules/@anthropic-ai/sdk/internal/parse.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/parse.d.ts +17 -0
- package/node_modules/@anthropic-ai/sdk/internal/parse.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/parse.js +60 -0
- package/node_modules/@anthropic-ai/sdk/internal/parse.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/parse.mjs +56 -0
- package/node_modules/@anthropic-ai/sdk/internal/parse.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/request-options.d.mts +77 -0
- package/node_modules/@anthropic-ai/sdk/internal/request-options.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/request-options.d.ts +77 -0
- package/node_modules/@anthropic-ai/sdk/internal/request-options.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/request-options.js +14 -0
- package/node_modules/@anthropic-ai/sdk/internal/request-options.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/request-options.mjs +10 -0
- package/node_modules/@anthropic-ai/sdk/internal/request-options.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/shim-types.d.mts +17 -0
- package/node_modules/@anthropic-ai/sdk/internal/shim-types.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/shim-types.d.ts +17 -0
- package/node_modules/@anthropic-ai/sdk/internal/shim-types.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/shim-types.js +4 -0
- package/node_modules/@anthropic-ai/sdk/internal/shim-types.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/shim-types.mjs +3 -0
- package/node_modules/@anthropic-ai/sdk/internal/shim-types.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/shims.d.mts +20 -0
- package/node_modules/@anthropic-ai/sdk/internal/shims.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/shims.d.ts +20 -0
- package/node_modules/@anthropic-ai/sdk/internal/shims.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/shims.js +92 -0
- package/node_modules/@anthropic-ai/sdk/internal/shims.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/shims.mjs +85 -0
- package/node_modules/@anthropic-ai/sdk/internal/shims.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/stream-utils.d.mts +8 -0
- package/node_modules/@anthropic-ai/sdk/internal/stream-utils.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/stream-utils.d.ts +8 -0
- package/node_modules/@anthropic-ai/sdk/internal/stream-utils.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/stream-utils.js +38 -0
- package/node_modules/@anthropic-ai/sdk/internal/stream-utils.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/stream-utils.mjs +35 -0
- package/node_modules/@anthropic-ai/sdk/internal/stream-utils.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/to-file.d.mts +45 -0
- package/node_modules/@anthropic-ai/sdk/internal/to-file.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/to-file.d.ts +45 -0
- package/node_modules/@anthropic-ai/sdk/internal/to-file.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/to-file.js +96 -0
- package/node_modules/@anthropic-ai/sdk/internal/to-file.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/to-file.mjs +93 -0
- package/node_modules/@anthropic-ai/sdk/internal/to-file.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/tslib.js +81 -0
- package/node_modules/@anthropic-ai/sdk/internal/tslib.mjs +17 -0
- package/node_modules/@anthropic-ai/sdk/internal/types.d.mts +69 -0
- package/node_modules/@anthropic-ai/sdk/internal/types.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/types.d.ts +69 -0
- package/node_modules/@anthropic-ai/sdk/internal/types.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/types.js +4 -0
- package/node_modules/@anthropic-ai/sdk/internal/types.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/types.mjs +3 -0
- package/node_modules/@anthropic-ai/sdk/internal/types.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/uploads.d.mts +42 -0
- package/node_modules/@anthropic-ai/sdk/internal/uploads.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/uploads.d.ts +42 -0
- package/node_modules/@anthropic-ai/sdk/internal/uploads.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/uploads.js +145 -0
- package/node_modules/@anthropic-ai/sdk/internal/uploads.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/uploads.mjs +135 -0
- package/node_modules/@anthropic-ai/sdk/internal/uploads.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/base64.d.mts +3 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/base64.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/base64.d.ts +3 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/base64.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/base64.js +38 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/base64.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/base64.mjs +33 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/base64.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/bytes.d.mts +4 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/bytes.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/bytes.d.ts +4 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/bytes.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/bytes.js +31 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/bytes.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/bytes.mjs +26 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/bytes.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/env.d.mts +9 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/env.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/env.d.ts +9 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/env.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/env.js +22 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/env.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/env.mjs +18 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/env.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/log.d.mts +37 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/log.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/log.d.ts +37 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/log.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/log.js +86 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/log.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/log.mjs +80 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/log.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/path.d.mts +15 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/path.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/path.d.ts +15 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/path.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/path.js +79 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/path.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/path.mjs +74 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/path.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/sleep.d.mts +2 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/sleep.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/sleep.d.ts +2 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/sleep.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/sleep.js +7 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/sleep.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/sleep.mjs +3 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/sleep.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/uuid.d.mts +5 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/uuid.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/uuid.d.ts +5 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/uuid.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/uuid.js +19 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/uuid.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/uuid.mjs +15 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/uuid.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/values.d.mts +19 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/values.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/values.d.ts +19 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/values.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/values.js +119 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/values.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/values.mjs +100 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils/values.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils.d.mts +7 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils.d.ts +7 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils.js +11 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils.mjs +8 -0
- package/node_modules/@anthropic-ai/sdk/internal/utils.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/lib/BetaMessageStream.d.mts +122 -0
- package/node_modules/@anthropic-ai/sdk/lib/BetaMessageStream.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/lib/BetaMessageStream.d.ts +122 -0
- package/node_modules/@anthropic-ai/sdk/lib/BetaMessageStream.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/lib/BetaMessageStream.js +620 -0
- package/node_modules/@anthropic-ai/sdk/lib/BetaMessageStream.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/lib/BetaMessageStream.mjs +616 -0
- package/node_modules/@anthropic-ai/sdk/lib/BetaMessageStream.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/lib/MessageStream.d.mts +121 -0
- package/node_modules/@anthropic-ai/sdk/lib/MessageStream.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/lib/MessageStream.d.ts +121 -0
- package/node_modules/@anthropic-ai/sdk/lib/MessageStream.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/lib/MessageStream.js +595 -0
- package/node_modules/@anthropic-ai/sdk/lib/MessageStream.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/lib/MessageStream.mjs +591 -0
- package/node_modules/@anthropic-ai/sdk/lib/MessageStream.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/lib/beta-parser.d.mts +37 -0
- package/node_modules/@anthropic-ai/sdk/lib/beta-parser.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/lib/beta-parser.d.ts +37 -0
- package/node_modules/@anthropic-ai/sdk/lib/beta-parser.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/lib/beta-parser.js +79 -0
- package/node_modules/@anthropic-ai/sdk/lib/beta-parser.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/lib/beta-parser.mjs +75 -0
- package/node_modules/@anthropic-ai/sdk/lib/beta-parser.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/lib/parser.d.mts +32 -0
- package/node_modules/@anthropic-ai/sdk/lib/parser.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/lib/parser.d.ts +32 -0
- package/node_modules/@anthropic-ai/sdk/lib/parser.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/lib/parser.js +66 -0
- package/node_modules/@anthropic-ai/sdk/lib/parser.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/lib/parser.mjs +62 -0
- package/node_modules/@anthropic-ai/sdk/lib/parser.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/lib/stainless-helper-header.d.mts +34 -0
- package/node_modules/@anthropic-ai/sdk/lib/stainless-helper-header.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/lib/stainless-helper-header.d.ts +34 -0
- package/node_modules/@anthropic-ai/sdk/lib/stainless-helper-header.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/lib/stainless-helper-header.js +70 -0
- package/node_modules/@anthropic-ai/sdk/lib/stainless-helper-header.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/lib/stainless-helper-header.mjs +63 -0
- package/node_modules/@anthropic-ai/sdk/lib/stainless-helper-header.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/lib/tools/BetaRunnableTool.d.mts +12 -0
- package/node_modules/@anthropic-ai/sdk/lib/tools/BetaRunnableTool.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/lib/tools/BetaRunnableTool.d.ts +12 -0
- package/node_modules/@anthropic-ai/sdk/lib/tools/BetaRunnableTool.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/lib/tools/BetaRunnableTool.js +3 -0
- package/node_modules/@anthropic-ai/sdk/lib/tools/BetaRunnableTool.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/lib/tools/BetaRunnableTool.mjs +2 -0
- package/node_modules/@anthropic-ai/sdk/lib/tools/BetaRunnableTool.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/lib/tools/BetaToolRunner.d.mts +136 -0
- package/node_modules/@anthropic-ai/sdk/lib/tools/BetaToolRunner.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/lib/tools/BetaToolRunner.d.ts +136 -0
- package/node_modules/@anthropic-ai/sdk/lib/tools/BetaToolRunner.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/lib/tools/BetaToolRunner.js +376 -0
- package/node_modules/@anthropic-ai/sdk/lib/tools/BetaToolRunner.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/lib/tools/BetaToolRunner.mjs +372 -0
- package/node_modules/@anthropic-ai/sdk/lib/tools/BetaToolRunner.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/lib/tools/CompactionControl.d.mts +25 -0
- package/node_modules/@anthropic-ai/sdk/lib/tools/CompactionControl.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/lib/tools/CompactionControl.d.ts +25 -0
- package/node_modules/@anthropic-ai/sdk/lib/tools/CompactionControl.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/lib/tools/CompactionControl.js +28 -0
- package/node_modules/@anthropic-ai/sdk/lib/tools/CompactionControl.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/lib/tools/CompactionControl.mjs +25 -0
- package/node_modules/@anthropic-ai/sdk/lib/tools/CompactionControl.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/lib/tools/ToolError.d.mts +33 -0
- package/node_modules/@anthropic-ai/sdk/lib/tools/ToolError.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/lib/tools/ToolError.d.ts +33 -0
- package/node_modules/@anthropic-ai/sdk/lib/tools/ToolError.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/lib/tools/ToolError.js +42 -0
- package/node_modules/@anthropic-ai/sdk/lib/tools/ToolError.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/lib/tools/ToolError.mjs +38 -0
- package/node_modules/@anthropic-ai/sdk/lib/tools/ToolError.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/lib/tools/ToolRunner.d.mts +132 -0
- package/node_modules/@anthropic-ai/sdk/lib/tools/ToolRunner.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/lib/tools/ToolRunner.d.ts +132 -0
- package/node_modules/@anthropic-ai/sdk/lib/tools/ToolRunner.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/lib/tools/ToolRunner.js +294 -0
- package/node_modules/@anthropic-ai/sdk/lib/tools/ToolRunner.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/lib/tools/ToolRunner.mjs +290 -0
- package/node_modules/@anthropic-ai/sdk/lib/tools/ToolRunner.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/lib/transform-json-schema.d.mts +3 -0
- package/node_modules/@anthropic-ai/sdk/lib/transform-json-schema.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/lib/transform-json-schema.d.ts +3 -0
- package/node_modules/@anthropic-ai/sdk/lib/transform-json-schema.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/lib/transform-json-schema.js +114 -0
- package/node_modules/@anthropic-ai/sdk/lib/transform-json-schema.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/lib/transform-json-schema.mjs +111 -0
- package/node_modules/@anthropic-ai/sdk/lib/transform-json-schema.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/package.json +211 -0
- package/node_modules/@anthropic-ai/sdk/pagination.d.mts +2 -0
- package/node_modules/@anthropic-ai/sdk/pagination.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/pagination.d.ts +2 -0
- package/node_modules/@anthropic-ai/sdk/pagination.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/pagination.js +6 -0
- package/node_modules/@anthropic-ai/sdk/pagination.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/pagination.mjs +2 -0
- package/node_modules/@anthropic-ai/sdk/pagination.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resource.d.mts +2 -0
- package/node_modules/@anthropic-ai/sdk/resource.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resource.d.ts +2 -0
- package/node_modules/@anthropic-ai/sdk/resource.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resource.js +6 -0
- package/node_modules/@anthropic-ai/sdk/resource.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resource.mjs +2 -0
- package/node_modules/@anthropic-ai/sdk/resource.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/beta.d.mts +66 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/beta.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/beta.d.ts +66 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/beta.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/beta.js +29 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/beta.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/beta.mjs +24 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/beta.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/files.d.mts +151 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/files.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/files.d.ts +151 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/files.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/files.js +124 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/files.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/files.mjs +120 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/files.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/index.d.mts +6 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/index.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/index.d.ts +6 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/index.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/index.js +15 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/index.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/index.mjs +7 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/index.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/messages/batches.d.mts +641 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/messages/batches.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/messages/batches.d.ts +641 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/messages/batches.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/messages/batches.js +204 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/messages/batches.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/messages/batches.mjs +200 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/messages/batches.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/messages/index.d.mts +4 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/messages/index.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/messages/index.d.ts +4 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/messages/index.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/messages/index.js +12 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/messages/index.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/messages/index.mjs +5 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/messages/index.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/messages/messages.d.mts +2888 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/messages/messages.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/messages/messages.d.ts +2888 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/messages/messages.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/messages/messages.js +163 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/messages/messages.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/messages/messages.mjs +156 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/messages/messages.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/messages.d.mts +2 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/messages.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/messages.d.ts +2 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/messages.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/messages.js +6 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/messages.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/messages.mjs +3 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/messages.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/models.d.mts +74 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/models.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/models.d.ts +74 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/models.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/models.js +60 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/models.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/models.mjs +56 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/models.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/skills/index.d.mts +3 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/skills/index.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/skills/index.d.ts +3 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/skills/index.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/skills/index.js +9 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/skills/index.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/skills/index.mjs +4 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/skills/index.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/skills/skills.d.mts +249 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/skills/skills.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/skills/skills.d.ts +249 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/skills/skills.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/skills/skills.js +98 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/skills/skills.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/skills/skills.mjs +93 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/skills/skills.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/skills/versions.d.mts +257 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/skills/versions.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/skills/versions.d.ts +257 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/skills/versions.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/skills/versions.js +100 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/skills/versions.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/skills/versions.mjs +96 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/skills/versions.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/skills.d.mts +2 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/skills.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/skills.d.ts +2 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/skills.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/skills.js +6 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/skills.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/skills.mjs +3 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta/skills.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta.d.mts +2 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta.d.ts +2 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta.js +6 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta.mjs +3 -0
- package/node_modules/@anthropic-ai/sdk/resources/beta.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/completions.d.mts +182 -0
- package/node_modules/@anthropic-ai/sdk/resources/completions.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/completions.d.ts +182 -0
- package/node_modules/@anthropic-ai/sdk/resources/completions.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/completions.js +23 -0
- package/node_modules/@anthropic-ai/sdk/resources/completions.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/completions.mjs +19 -0
- package/node_modules/@anthropic-ai/sdk/resources/completions.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/index.d.mts +6 -0
- package/node_modules/@anthropic-ai/sdk/resources/index.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/index.d.ts +6 -0
- package/node_modules/@anthropic-ai/sdk/resources/index.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/index.js +15 -0
- package/node_modules/@anthropic-ai/sdk/resources/index.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/index.mjs +7 -0
- package/node_modules/@anthropic-ai/sdk/resources/index.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/messages/batches.d.mts +304 -0
- package/node_modules/@anthropic-ai/sdk/resources/messages/batches.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/messages/batches.d.ts +304 -0
- package/node_modules/@anthropic-ai/sdk/resources/messages/batches.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/messages/batches.js +153 -0
- package/node_modules/@anthropic-ai/sdk/resources/messages/batches.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/messages/batches.mjs +149 -0
- package/node_modules/@anthropic-ai/sdk/resources/messages/batches.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/messages/index.d.mts +3 -0
- package/node_modules/@anthropic-ai/sdk/resources/messages/index.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/messages/index.d.ts +3 -0
- package/node_modules/@anthropic-ai/sdk/resources/messages/index.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/messages/index.js +9 -0
- package/node_modules/@anthropic-ai/sdk/resources/messages/index.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/messages/index.mjs +4 -0
- package/node_modules/@anthropic-ai/sdk/resources/messages/index.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/messages/messages.d.mts +2198 -0
- package/node_modules/@anthropic-ai/sdk/resources/messages/messages.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/messages/messages.d.ts +2198 -0
- package/node_modules/@anthropic-ai/sdk/resources/messages/messages.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/messages/messages.js +128 -0
- package/node_modules/@anthropic-ai/sdk/resources/messages/messages.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/messages/messages.mjs +123 -0
- package/node_modules/@anthropic-ai/sdk/resources/messages/messages.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/messages.d.mts +2 -0
- package/node_modules/@anthropic-ai/sdk/resources/messages.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/messages.d.ts +2 -0
- package/node_modules/@anthropic-ai/sdk/resources/messages.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/messages.js +6 -0
- package/node_modules/@anthropic-ai/sdk/resources/messages.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/messages.mjs +3 -0
- package/node_modules/@anthropic-ai/sdk/resources/messages.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/models.d.mts +59 -0
- package/node_modules/@anthropic-ai/sdk/resources/models.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/models.d.ts +59 -0
- package/node_modules/@anthropic-ai/sdk/resources/models.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/models.js +45 -0
- package/node_modules/@anthropic-ai/sdk/resources/models.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/models.mjs +41 -0
- package/node_modules/@anthropic-ai/sdk/resources/models.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/shared.d.mts +43 -0
- package/node_modules/@anthropic-ai/sdk/resources/shared.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/shared.d.ts +43 -0
- package/node_modules/@anthropic-ai/sdk/resources/shared.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/shared.js +4 -0
- package/node_modules/@anthropic-ai/sdk/resources/shared.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/shared.mjs +3 -0
- package/node_modules/@anthropic-ai/sdk/resources/shared.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/top-level.d.mts +2 -0
- package/node_modules/@anthropic-ai/sdk/resources/top-level.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/top-level.d.ts +2 -0
- package/node_modules/@anthropic-ai/sdk/resources/top-level.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/top-level.js +4 -0
- package/node_modules/@anthropic-ai/sdk/resources/top-level.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources/top-level.mjs +3 -0
- package/node_modules/@anthropic-ai/sdk/resources/top-level.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources.d.mts +2 -0
- package/node_modules/@anthropic-ai/sdk/resources.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources.d.ts +2 -0
- package/node_modules/@anthropic-ai/sdk/resources.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources.js +5 -0
- package/node_modules/@anthropic-ai/sdk/resources.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/resources.mjs +2 -0
- package/node_modules/@anthropic-ai/sdk/resources.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/src/_vendor/partial-json-parser/README.md +3 -0
- package/node_modules/@anthropic-ai/sdk/src/_vendor/partial-json-parser/parser.ts +264 -0
- package/node_modules/@anthropic-ai/sdk/src/api-promise.ts +2 -0
- package/node_modules/@anthropic-ai/sdk/src/client.ts +1305 -0
- package/node_modules/@anthropic-ai/sdk/src/core/README.md +3 -0
- package/node_modules/@anthropic-ai/sdk/src/core/api-promise.ts +101 -0
- package/node_modules/@anthropic-ai/sdk/src/core/error.ts +133 -0
- package/node_modules/@anthropic-ai/sdk/src/core/pagination.ts +331 -0
- package/node_modules/@anthropic-ai/sdk/src/core/resource.ts +11 -0
- package/node_modules/@anthropic-ai/sdk/src/core/streaming.ts +345 -0
- package/node_modules/@anthropic-ai/sdk/src/core/uploads.ts +2 -0
- package/node_modules/@anthropic-ai/sdk/src/error.ts +2 -0
- package/node_modules/@anthropic-ai/sdk/src/helpers/beta/json-schema.ts +75 -0
- package/node_modules/@anthropic-ai/sdk/src/helpers/beta/mcp.ts +624 -0
- package/node_modules/@anthropic-ai/sdk/src/helpers/beta/memory.ts +28 -0
- package/node_modules/@anthropic-ai/sdk/src/helpers/beta/zod.ts +72 -0
- package/node_modules/@anthropic-ai/sdk/src/helpers/index.ts +2 -0
- package/node_modules/@anthropic-ai/sdk/src/helpers/json-schema.ts +48 -0
- package/node_modules/@anthropic-ai/sdk/src/helpers/zod.ts +58 -0
- package/node_modules/@anthropic-ai/sdk/src/index.ts +31 -0
- package/node_modules/@anthropic-ai/sdk/src/internal/README.md +3 -0
- package/node_modules/@anthropic-ai/sdk/src/internal/builtin-types.ts +93 -0
- package/node_modules/@anthropic-ai/sdk/src/internal/constants.ts +15 -0
- package/node_modules/@anthropic-ai/sdk/src/internal/decoders/jsonl.ts +48 -0
- package/node_modules/@anthropic-ai/sdk/src/internal/decoders/line.ts +135 -0
- package/node_modules/@anthropic-ai/sdk/src/internal/detect-platform.ts +196 -0
- package/node_modules/@anthropic-ai/sdk/src/internal/errors.ts +33 -0
- package/node_modules/@anthropic-ai/sdk/src/internal/headers.ts +99 -0
- package/node_modules/@anthropic-ai/sdk/src/internal/parse.ts +90 -0
- package/node_modules/@anthropic-ai/sdk/src/internal/request-options.ts +93 -0
- package/node_modules/@anthropic-ai/sdk/src/internal/shim-types.ts +26 -0
- package/node_modules/@anthropic-ai/sdk/src/internal/shims.ts +107 -0
- package/node_modules/@anthropic-ai/sdk/src/internal/stream-utils.ts +32 -0
- package/node_modules/@anthropic-ai/sdk/src/internal/to-file.ts +159 -0
- package/node_modules/@anthropic-ai/sdk/src/internal/types.ts +95 -0
- package/node_modules/@anthropic-ai/sdk/src/internal/uploads.ts +204 -0
- package/node_modules/@anthropic-ai/sdk/src/internal/utils/base64.ts +40 -0
- package/node_modules/@anthropic-ai/sdk/src/internal/utils/bytes.ts +32 -0
- package/node_modules/@anthropic-ai/sdk/src/internal/utils/env.ts +18 -0
- package/node_modules/@anthropic-ai/sdk/src/internal/utils/log.ts +127 -0
- package/node_modules/@anthropic-ai/sdk/src/internal/utils/path.ts +88 -0
- package/node_modules/@anthropic-ai/sdk/src/internal/utils/sleep.ts +3 -0
- package/node_modules/@anthropic-ai/sdk/src/internal/utils/uuid.ts +17 -0
- package/node_modules/@anthropic-ai/sdk/src/internal/utils/values.ts +112 -0
- package/node_modules/@anthropic-ai/sdk/src/internal/utils.ts +8 -0
- package/node_modules/@anthropic-ai/sdk/src/lib/.keep +4 -0
- package/node_modules/@anthropic-ai/sdk/src/lib/BetaMessageStream.ts +764 -0
- package/node_modules/@anthropic-ai/sdk/src/lib/MessageStream.ts +743 -0
- package/node_modules/@anthropic-ai/sdk/src/lib/beta-parser.ts +148 -0
- package/node_modules/@anthropic-ai/sdk/src/lib/parser.ts +125 -0
- package/node_modules/@anthropic-ai/sdk/src/lib/stainless-helper-header.ts +80 -0
- package/node_modules/@anthropic-ai/sdk/src/lib/tools/BetaRunnableTool.ts +40 -0
- package/node_modules/@anthropic-ai/sdk/src/lib/tools/BetaToolRunner.ts +481 -0
- package/node_modules/@anthropic-ai/sdk/src/lib/tools/CompactionControl.ts +52 -0
- package/node_modules/@anthropic-ai/sdk/src/lib/tools/ToolError.ts +47 -0
- package/node_modules/@anthropic-ai/sdk/src/lib/tools/ToolRunner.ts +381 -0
- package/node_modules/@anthropic-ai/sdk/src/lib/transform-json-schema.ts +124 -0
- package/node_modules/@anthropic-ai/sdk/src/pagination.ts +2 -0
- package/node_modules/@anthropic-ai/sdk/src/resource.ts +2 -0
- package/node_modules/@anthropic-ai/sdk/src/resources/beta/beta.ts +580 -0
- package/node_modules/@anthropic-ai/sdk/src/resources/beta/files.ts +261 -0
- package/node_modules/@anthropic-ai/sdk/src/resources/beta/index.ts +251 -0
- package/node_modules/@anthropic-ai/sdk/src/resources/beta/messages/batches.ts +821 -0
- package/node_modules/@anthropic-ai/sdk/src/resources/beta/messages/index.ts +227 -0
- package/node_modules/@anthropic-ai/sdk/src/resources/beta/messages/messages.ts +4242 -0
- package/node_modules/@anthropic-ai/sdk/src/resources/beta/messages.ts +3 -0
- package/node_modules/@anthropic-ai/sdk/src/resources/beta/models.ts +118 -0
- package/node_modules/@anthropic-ai/sdk/src/resources/beta/skills/index.ts +26 -0
- package/node_modules/@anthropic-ai/sdk/src/resources/beta/skills/skills.ts +384 -0
- package/node_modules/@anthropic-ai/sdk/src/resources/beta/skills/versions.ts +374 -0
- package/node_modules/@anthropic-ai/sdk/src/resources/beta/skills.ts +3 -0
- package/node_modules/@anthropic-ai/sdk/src/resources/beta.ts +3 -0
- package/node_modules/@anthropic-ai/sdk/src/resources/completions.ts +230 -0
- package/node_modules/@anthropic-ai/sdk/src/resources/index.ts +196 -0
- package/node_modules/@anthropic-ai/sdk/src/resources/messages/batches.ts +396 -0
- package/node_modules/@anthropic-ai/sdk/src/resources/messages/index.ts +185 -0
- package/node_modules/@anthropic-ai/sdk/src/resources/messages/messages.ts +3261 -0
- package/node_modules/@anthropic-ai/sdk/src/resources/messages.ts +3 -0
- package/node_modules/@anthropic-ai/sdk/src/resources/models.ts +103 -0
- package/node_modules/@anthropic-ai/sdk/src/resources/shared.ts +74 -0
- package/node_modules/@anthropic-ai/sdk/src/resources/top-level.ts +3 -0
- package/node_modules/@anthropic-ai/sdk/src/resources.ts +1 -0
- package/node_modules/@anthropic-ai/sdk/src/streaming.ts +2 -0
- package/node_modules/@anthropic-ai/sdk/src/tsconfig.json +11 -0
- package/node_modules/@anthropic-ai/sdk/src/uploads.ts +2 -0
- package/node_modules/@anthropic-ai/sdk/src/version.ts +1 -0
- package/node_modules/@anthropic-ai/sdk/streaming.d.mts +2 -0
- package/node_modules/@anthropic-ai/sdk/streaming.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/streaming.d.ts +2 -0
- package/node_modules/@anthropic-ai/sdk/streaming.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/streaming.js +6 -0
- package/node_modules/@anthropic-ai/sdk/streaming.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/streaming.mjs +2 -0
- package/node_modules/@anthropic-ai/sdk/streaming.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/uploads.d.mts +2 -0
- package/node_modules/@anthropic-ai/sdk/uploads.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/uploads.d.ts +2 -0
- package/node_modules/@anthropic-ai/sdk/uploads.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/uploads.js +6 -0
- package/node_modules/@anthropic-ai/sdk/uploads.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/uploads.mjs +2 -0
- package/node_modules/@anthropic-ai/sdk/uploads.mjs.map +1 -0
- package/node_modules/@anthropic-ai/sdk/version.d.mts +2 -0
- package/node_modules/@anthropic-ai/sdk/version.d.mts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/version.d.ts +2 -0
- package/node_modules/@anthropic-ai/sdk/version.d.ts.map +1 -0
- package/node_modules/@anthropic-ai/sdk/version.js +5 -0
- package/node_modules/@anthropic-ai/sdk/version.js.map +1 -0
- package/node_modules/@anthropic-ai/sdk/version.mjs +2 -0
- package/node_modules/@anthropic-ai/sdk/version.mjs.map +1 -0
- package/node_modules/@babel/runtime/LICENSE +22 -0
- package/node_modules/@babel/runtime/README.md +19 -0
- package/node_modules/@babel/runtime/helpers/AwaitValue.js +4 -0
- package/node_modules/@babel/runtime/helpers/OverloadYield.js +4 -0
- package/node_modules/@babel/runtime/helpers/applyDecoratedDescriptor.js +9 -0
- package/node_modules/@babel/runtime/helpers/applyDecs.js +236 -0
- package/node_modules/@babel/runtime/helpers/applyDecs2203.js +184 -0
- package/node_modules/@babel/runtime/helpers/applyDecs2203R.js +191 -0
- package/node_modules/@babel/runtime/helpers/applyDecs2301.js +222 -0
- package/node_modules/@babel/runtime/helpers/applyDecs2305.js +133 -0
- package/node_modules/@babel/runtime/helpers/applyDecs2311.js +124 -0
- package/node_modules/@babel/runtime/helpers/arrayLikeToArray.js +6 -0
- package/node_modules/@babel/runtime/helpers/arrayWithHoles.js +4 -0
- package/node_modules/@babel/runtime/helpers/arrayWithoutHoles.js +5 -0
- package/node_modules/@babel/runtime/helpers/assertClassBrand.js +5 -0
- package/node_modules/@babel/runtime/helpers/assertThisInitialized.js +5 -0
- package/node_modules/@babel/runtime/helpers/asyncGeneratorDelegate.js +24 -0
- package/node_modules/@babel/runtime/helpers/asyncIterator.js +45 -0
- package/node_modules/@babel/runtime/helpers/asyncToGenerator.js +26 -0
- package/node_modules/@babel/runtime/helpers/awaitAsyncGenerator.js +5 -0
- package/node_modules/@babel/runtime/helpers/callSuper.js +7 -0
- package/node_modules/@babel/runtime/helpers/checkInRHS.js +6 -0
- package/node_modules/@babel/runtime/helpers/checkPrivateRedeclaration.js +4 -0
- package/node_modules/@babel/runtime/helpers/classApplyDescriptorDestructureSet.js +10 -0
- package/node_modules/@babel/runtime/helpers/classApplyDescriptorGet.js +4 -0
- package/node_modules/@babel/runtime/helpers/classApplyDescriptorSet.js +7 -0
- package/node_modules/@babel/runtime/helpers/classCallCheck.js +4 -0
- package/node_modules/@babel/runtime/helpers/classCheckPrivateStaticAccess.js +5 -0
- package/node_modules/@babel/runtime/helpers/classCheckPrivateStaticFieldDescriptor.js +4 -0
- package/node_modules/@babel/runtime/helpers/classExtractFieldDescriptor.js +5 -0
- package/node_modules/@babel/runtime/helpers/classNameTDZError.js +4 -0
- package/node_modules/@babel/runtime/helpers/classPrivateFieldDestructureSet.js +7 -0
- package/node_modules/@babel/runtime/helpers/classPrivateFieldGet.js +7 -0
- package/node_modules/@babel/runtime/helpers/classPrivateFieldGet2.js +5 -0
- package/node_modules/@babel/runtime/helpers/classPrivateFieldInitSpec.js +5 -0
- package/node_modules/@babel/runtime/helpers/classPrivateFieldLooseBase.js +5 -0
- package/node_modules/@babel/runtime/helpers/classPrivateFieldLooseKey.js +5 -0
- package/node_modules/@babel/runtime/helpers/classPrivateFieldSet.js +7 -0
- package/node_modules/@babel/runtime/helpers/classPrivateFieldSet2.js +5 -0
- package/node_modules/@babel/runtime/helpers/classPrivateGetter.js +5 -0
- package/node_modules/@babel/runtime/helpers/classPrivateMethodGet.js +5 -0
- package/node_modules/@babel/runtime/helpers/classPrivateMethodInitSpec.js +5 -0
- package/node_modules/@babel/runtime/helpers/classPrivateMethodSet.js +4 -0
- package/node_modules/@babel/runtime/helpers/classPrivateSetter.js +5 -0
- package/node_modules/@babel/runtime/helpers/classStaticPrivateFieldDestructureSet.js +7 -0
- package/node_modules/@babel/runtime/helpers/classStaticPrivateFieldSpecGet.js +7 -0
- package/node_modules/@babel/runtime/helpers/classStaticPrivateFieldSpecSet.js +7 -0
- package/node_modules/@babel/runtime/helpers/classStaticPrivateMethodGet.js +5 -0
- package/node_modules/@babel/runtime/helpers/classStaticPrivateMethodSet.js +4 -0
- package/node_modules/@babel/runtime/helpers/construct.js +10 -0
- package/node_modules/@babel/runtime/helpers/createClass.js +13 -0
- package/node_modules/@babel/runtime/helpers/createForOfIteratorHelper.js +50 -0
- package/node_modules/@babel/runtime/helpers/createForOfIteratorHelperLoose.js +19 -0
- package/node_modules/@babel/runtime/helpers/createSuper.js +16 -0
- package/node_modules/@babel/runtime/helpers/decorate.js +250 -0
- package/node_modules/@babel/runtime/helpers/defaults.js +9 -0
- package/node_modules/@babel/runtime/helpers/defineAccessor.js +8 -0
- package/node_modules/@babel/runtime/helpers/defineEnumerableProperties.js +12 -0
- package/node_modules/@babel/runtime/helpers/defineProperty.js +10 -0
- package/node_modules/@babel/runtime/helpers/dispose.js +28 -0
- package/node_modules/@babel/runtime/helpers/esm/AwaitValue.js +4 -0
- package/node_modules/@babel/runtime/helpers/esm/OverloadYield.js +4 -0
- package/node_modules/@babel/runtime/helpers/esm/applyDecoratedDescriptor.js +9 -0
- package/node_modules/@babel/runtime/helpers/esm/applyDecs.js +236 -0
- package/node_modules/@babel/runtime/helpers/esm/applyDecs2203.js +184 -0
- package/node_modules/@babel/runtime/helpers/esm/applyDecs2203R.js +191 -0
- package/node_modules/@babel/runtime/helpers/esm/applyDecs2301.js +222 -0
- package/node_modules/@babel/runtime/helpers/esm/applyDecs2305.js +133 -0
- package/node_modules/@babel/runtime/helpers/esm/applyDecs2311.js +124 -0
- package/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js +6 -0
- package/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js +4 -0
- package/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js +5 -0
- package/node_modules/@babel/runtime/helpers/esm/assertClassBrand.js +5 -0
- package/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +5 -0
- package/node_modules/@babel/runtime/helpers/esm/asyncGeneratorDelegate.js +24 -0
- package/node_modules/@babel/runtime/helpers/esm/asyncIterator.js +45 -0
- package/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js +26 -0
- package/node_modules/@babel/runtime/helpers/esm/awaitAsyncGenerator.js +5 -0
- package/node_modules/@babel/runtime/helpers/esm/callSuper.js +7 -0
- package/node_modules/@babel/runtime/helpers/esm/checkInRHS.js +6 -0
- package/node_modules/@babel/runtime/helpers/esm/checkPrivateRedeclaration.js +4 -0
- package/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorDestructureSet.js +10 -0
- package/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorGet.js +4 -0
- package/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorSet.js +7 -0
- package/node_modules/@babel/runtime/helpers/esm/classCallCheck.js +4 -0
- package/node_modules/@babel/runtime/helpers/esm/classCheckPrivateStaticAccess.js +5 -0
- package/node_modules/@babel/runtime/helpers/esm/classCheckPrivateStaticFieldDescriptor.js +4 -0
- package/node_modules/@babel/runtime/helpers/esm/classExtractFieldDescriptor.js +5 -0
- package/node_modules/@babel/runtime/helpers/esm/classNameTDZError.js +4 -0
- package/node_modules/@babel/runtime/helpers/esm/classPrivateFieldDestructureSet.js +7 -0
- package/node_modules/@babel/runtime/helpers/esm/classPrivateFieldGet.js +7 -0
- package/node_modules/@babel/runtime/helpers/esm/classPrivateFieldGet2.js +5 -0
- package/node_modules/@babel/runtime/helpers/esm/classPrivateFieldInitSpec.js +5 -0
- package/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseBase.js +5 -0
- package/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseKey.js +5 -0
- package/node_modules/@babel/runtime/helpers/esm/classPrivateFieldSet.js +7 -0
- package/node_modules/@babel/runtime/helpers/esm/classPrivateFieldSet2.js +5 -0
- package/node_modules/@babel/runtime/helpers/esm/classPrivateGetter.js +5 -0
- package/node_modules/@babel/runtime/helpers/esm/classPrivateMethodGet.js +5 -0
- package/node_modules/@babel/runtime/helpers/esm/classPrivateMethodInitSpec.js +5 -0
- package/node_modules/@babel/runtime/helpers/esm/classPrivateMethodSet.js +4 -0
- package/node_modules/@babel/runtime/helpers/esm/classPrivateSetter.js +5 -0
- package/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldDestructureSet.js +7 -0
- package/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldSpecGet.js +7 -0
- package/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldSpecSet.js +7 -0
- package/node_modules/@babel/runtime/helpers/esm/classStaticPrivateMethodGet.js +5 -0
- package/node_modules/@babel/runtime/helpers/esm/classStaticPrivateMethodSet.js +4 -0
- package/node_modules/@babel/runtime/helpers/esm/construct.js +10 -0
- package/node_modules/@babel/runtime/helpers/esm/createClass.js +13 -0
- package/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelper.js +50 -0
- package/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelperLoose.js +19 -0
- package/node_modules/@babel/runtime/helpers/esm/createSuper.js +16 -0
- package/node_modules/@babel/runtime/helpers/esm/decorate.js +250 -0
- package/node_modules/@babel/runtime/helpers/esm/defaults.js +9 -0
- package/node_modules/@babel/runtime/helpers/esm/defineAccessor.js +8 -0
- package/node_modules/@babel/runtime/helpers/esm/defineEnumerableProperties.js +12 -0
- package/node_modules/@babel/runtime/helpers/esm/defineProperty.js +10 -0
- package/node_modules/@babel/runtime/helpers/esm/dispose.js +28 -0
- package/node_modules/@babel/runtime/helpers/esm/extends.js +10 -0
- package/node_modules/@babel/runtime/helpers/esm/get.js +11 -0
- package/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js +6 -0
- package/node_modules/@babel/runtime/helpers/esm/identity.js +4 -0
- package/node_modules/@babel/runtime/helpers/esm/importDeferProxy.js +27 -0
- package/node_modules/@babel/runtime/helpers/esm/inherits.js +14 -0
- package/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js +5 -0
- package/node_modules/@babel/runtime/helpers/esm/initializerDefineProperty.js +9 -0
- package/node_modules/@babel/runtime/helpers/esm/initializerWarningHelper.js +4 -0
- package/node_modules/@babel/runtime/helpers/esm/instanceof.js +4 -0
- package/node_modules/@babel/runtime/helpers/esm/interopRequireDefault.js +6 -0
- package/node_modules/@babel/runtime/helpers/esm/interopRequireWildcard.js +22 -0
- package/node_modules/@babel/runtime/helpers/esm/isNativeFunction.js +8 -0
- package/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js +9 -0
- package/node_modules/@babel/runtime/helpers/esm/iterableToArray.js +4 -0
- package/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js +28 -0
- package/node_modules/@babel/runtime/helpers/esm/jsx.js +22 -0
- package/node_modules/@babel/runtime/helpers/esm/maybeArrayLike.js +9 -0
- package/node_modules/@babel/runtime/helpers/esm/newArrowCheck.js +4 -0
- package/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js +4 -0
- package/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js +4 -0
- package/node_modules/@babel/runtime/helpers/esm/nullishReceiverError.js +4 -0
- package/node_modules/@babel/runtime/helpers/esm/objectDestructuringEmpty.js +4 -0
- package/node_modules/@babel/runtime/helpers/esm/objectSpread.js +14 -0
- package/node_modules/@babel/runtime/helpers/esm/objectSpread2.js +23 -0
- package/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js +13 -0
- package/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +10 -0
- package/node_modules/@babel/runtime/helpers/esm/package.json +3 -0
- package/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js +8 -0
- package/node_modules/@babel/runtime/helpers/esm/readOnlyError.js +4 -0
- package/node_modules/@babel/runtime/helpers/esm/regenerator.js +89 -0
- package/node_modules/@babel/runtime/helpers/esm/regeneratorAsync.js +8 -0
- package/node_modules/@babel/runtime/helpers/esm/regeneratorAsyncGen.js +6 -0
- package/node_modules/@babel/runtime/helpers/esm/regeneratorAsyncIterator.js +33 -0
- package/node_modules/@babel/runtime/helpers/esm/regeneratorDefine.js +22 -0
- package/node_modules/@babel/runtime/helpers/esm/regeneratorKeys.js +10 -0
- package/node_modules/@babel/runtime/helpers/esm/regeneratorRuntime.js +77 -0
- package/node_modules/@babel/runtime/helpers/esm/regeneratorValues.js +19 -0
- package/node_modules/@babel/runtime/helpers/esm/set.js +22 -0
- package/node_modules/@babel/runtime/helpers/esm/setFunctionName.js +12 -0
- package/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js +6 -0
- package/node_modules/@babel/runtime/helpers/esm/skipFirstGeneratorNext.js +7 -0
- package/node_modules/@babel/runtime/helpers/esm/slicedToArray.js +8 -0
- package/node_modules/@babel/runtime/helpers/esm/superPropBase.js +6 -0
- package/node_modules/@babel/runtime/helpers/esm/superPropGet.js +9 -0
- package/node_modules/@babel/runtime/helpers/esm/superPropSet.js +6 -0
- package/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteral.js +8 -0
- package/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteralLoose.js +4 -0
- package/node_modules/@babel/runtime/helpers/esm/tdz.js +4 -0
- package/node_modules/@babel/runtime/helpers/esm/temporalRef.js +6 -0
- package/node_modules/@babel/runtime/helpers/esm/temporalUndefined.js +2 -0
- package/node_modules/@babel/runtime/helpers/esm/toArray.js +8 -0
- package/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js +8 -0
- package/node_modules/@babel/runtime/helpers/esm/toPrimitive.js +12 -0
- package/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js +7 -0
- package/node_modules/@babel/runtime/helpers/esm/toSetter.js +10 -0
- package/node_modules/@babel/runtime/helpers/esm/tsRewriteRelativeImportExtensions.js +6 -0
- package/node_modules/@babel/runtime/helpers/esm/typeof.js +10 -0
- package/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js +9 -0
- package/node_modules/@babel/runtime/helpers/esm/using.js +12 -0
- package/node_modules/@babel/runtime/helpers/esm/usingCtx.js +59 -0
- package/node_modules/@babel/runtime/helpers/esm/wrapAsyncGenerator.js +69 -0
- package/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js +27 -0
- package/node_modules/@babel/runtime/helpers/esm/wrapRegExp.js +52 -0
- package/node_modules/@babel/runtime/helpers/esm/writeOnlyError.js +4 -0
- package/node_modules/@babel/runtime/helpers/extends.js +10 -0
- package/node_modules/@babel/runtime/helpers/get.js +11 -0
- package/node_modules/@babel/runtime/helpers/getPrototypeOf.js +6 -0
- package/node_modules/@babel/runtime/helpers/identity.js +4 -0
- package/node_modules/@babel/runtime/helpers/importDeferProxy.js +27 -0
- package/node_modules/@babel/runtime/helpers/inherits.js +14 -0
- package/node_modules/@babel/runtime/helpers/inheritsLoose.js +5 -0
- package/node_modules/@babel/runtime/helpers/initializerDefineProperty.js +9 -0
- package/node_modules/@babel/runtime/helpers/initializerWarningHelper.js +4 -0
- package/node_modules/@babel/runtime/helpers/instanceof.js +4 -0
- package/node_modules/@babel/runtime/helpers/interopRequireDefault.js +6 -0
- package/node_modules/@babel/runtime/helpers/interopRequireWildcard.js +22 -0
- package/node_modules/@babel/runtime/helpers/isNativeFunction.js +8 -0
- package/node_modules/@babel/runtime/helpers/isNativeReflectConstruct.js +9 -0
- package/node_modules/@babel/runtime/helpers/iterableToArray.js +4 -0
- package/node_modules/@babel/runtime/helpers/iterableToArrayLimit.js +28 -0
- package/node_modules/@babel/runtime/helpers/jsx.js +22 -0
- package/node_modules/@babel/runtime/helpers/maybeArrayLike.js +9 -0
- package/node_modules/@babel/runtime/helpers/newArrowCheck.js +4 -0
- package/node_modules/@babel/runtime/helpers/nonIterableRest.js +4 -0
- package/node_modules/@babel/runtime/helpers/nonIterableSpread.js +4 -0
- package/node_modules/@babel/runtime/helpers/nullishReceiverError.js +4 -0
- package/node_modules/@babel/runtime/helpers/objectDestructuringEmpty.js +4 -0
- package/node_modules/@babel/runtime/helpers/objectSpread.js +14 -0
- package/node_modules/@babel/runtime/helpers/objectSpread2.js +23 -0
- package/node_modules/@babel/runtime/helpers/objectWithoutProperties.js +13 -0
- package/node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js +10 -0
- package/node_modules/@babel/runtime/helpers/possibleConstructorReturn.js +8 -0
- package/node_modules/@babel/runtime/helpers/readOnlyError.js +4 -0
- package/node_modules/@babel/runtime/helpers/regenerator.js +89 -0
- package/node_modules/@babel/runtime/helpers/regeneratorAsync.js +8 -0
- package/node_modules/@babel/runtime/helpers/regeneratorAsyncGen.js +6 -0
- package/node_modules/@babel/runtime/helpers/regeneratorAsyncIterator.js +33 -0
- package/node_modules/@babel/runtime/helpers/regeneratorDefine.js +22 -0
- package/node_modules/@babel/runtime/helpers/regeneratorKeys.js +10 -0
- package/node_modules/@babel/runtime/helpers/regeneratorRuntime.js +77 -0
- package/node_modules/@babel/runtime/helpers/regeneratorValues.js +19 -0
- package/node_modules/@babel/runtime/helpers/set.js +22 -0
- package/node_modules/@babel/runtime/helpers/setFunctionName.js +12 -0
- package/node_modules/@babel/runtime/helpers/setPrototypeOf.js +6 -0
- package/node_modules/@babel/runtime/helpers/skipFirstGeneratorNext.js +7 -0
- package/node_modules/@babel/runtime/helpers/slicedToArray.js +8 -0
- package/node_modules/@babel/runtime/helpers/superPropBase.js +6 -0
- package/node_modules/@babel/runtime/helpers/superPropGet.js +9 -0
- package/node_modules/@babel/runtime/helpers/superPropSet.js +6 -0
- package/node_modules/@babel/runtime/helpers/taggedTemplateLiteral.js +8 -0
- package/node_modules/@babel/runtime/helpers/taggedTemplateLiteralLoose.js +4 -0
- package/node_modules/@babel/runtime/helpers/tdz.js +4 -0
- package/node_modules/@babel/runtime/helpers/temporalRef.js +6 -0
- package/node_modules/@babel/runtime/helpers/temporalUndefined.js +2 -0
- package/node_modules/@babel/runtime/helpers/toArray.js +8 -0
- package/node_modules/@babel/runtime/helpers/toConsumableArray.js +8 -0
- package/node_modules/@babel/runtime/helpers/toPrimitive.js +12 -0
- package/node_modules/@babel/runtime/helpers/toPropertyKey.js +7 -0
- package/node_modules/@babel/runtime/helpers/toSetter.js +10 -0
- package/node_modules/@babel/runtime/helpers/tsRewriteRelativeImportExtensions.js +6 -0
- package/node_modules/@babel/runtime/helpers/typeof.js +10 -0
- package/node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js +9 -0
- package/node_modules/@babel/runtime/helpers/using.js +12 -0
- package/node_modules/@babel/runtime/helpers/usingCtx.js +59 -0
- package/node_modules/@babel/runtime/helpers/wrapAsyncGenerator.js +69 -0
- package/node_modules/@babel/runtime/helpers/wrapNativeSuper.js +27 -0
- package/node_modules/@babel/runtime/helpers/wrapRegExp.js +52 -0
- package/node_modules/@babel/runtime/helpers/writeOnlyError.js +4 -0
- package/node_modules/@babel/runtime/package.json +1107 -0
- package/node_modules/@babel/runtime/regenerator/index.js +15 -0
- package/node_modules/@minicode/agent-sdk/README.md +292 -0
- package/node_modules/@minicode/agent-sdk/dist/src/agent/agent.d.ts +90 -0
- package/node_modules/@minicode/agent-sdk/dist/src/agent/agent.d.ts.map +1 -0
- package/node_modules/@minicode/agent-sdk/dist/src/agent/agent.js +414 -0
- package/node_modules/@minicode/agent-sdk/dist/src/agent/agent.js.map +1 -0
- package/node_modules/@minicode/agent-sdk/dist/src/agent/types.d.ts +80 -0
- package/node_modules/@minicode/agent-sdk/dist/src/agent/types.d.ts.map +1 -0
- package/node_modules/@minicode/agent-sdk/dist/src/agent/types.js +2 -0
- package/node_modules/@minicode/agent-sdk/dist/src/agent/types.js.map +1 -0
- package/node_modules/@minicode/agent-sdk/dist/src/index.d.ts +15 -0
- package/node_modules/@minicode/agent-sdk/dist/src/index.d.ts.map +1 -0
- package/node_modules/@minicode/agent-sdk/dist/src/index.js +22 -0
- package/node_modules/@minicode/agent-sdk/dist/src/index.js.map +1 -0
- package/node_modules/@minicode/agent-sdk/dist/src/model/client.d.ts +35 -0
- package/node_modules/@minicode/agent-sdk/dist/src/model/client.d.ts.map +1 -0
- package/node_modules/@minicode/agent-sdk/dist/src/model/client.js +375 -0
- package/node_modules/@minicode/agent-sdk/dist/src/model/client.js.map +1 -0
- package/node_modules/@minicode/agent-sdk/dist/src/prompt/system-prompt.d.ts +8 -0
- package/node_modules/@minicode/agent-sdk/dist/src/prompt/system-prompt.d.ts.map +1 -0
- package/node_modules/@minicode/agent-sdk/dist/src/prompt/system-prompt.js +92 -0
- package/node_modules/@minicode/agent-sdk/dist/src/prompt/system-prompt.js.map +1 -0
- package/node_modules/@minicode/agent-sdk/dist/src/safety/guardrails.d.ts +9 -0
- package/node_modules/@minicode/agent-sdk/dist/src/safety/guardrails.d.ts.map +1 -0
- package/node_modules/@minicode/agent-sdk/dist/src/safety/guardrails.js +56 -0
- package/node_modules/@minicode/agent-sdk/dist/src/safety/guardrails.js.map +1 -0
- package/node_modules/@minicode/agent-sdk/dist/src/session/session.d.ts +71 -0
- package/node_modules/@minicode/agent-sdk/dist/src/session/session.d.ts.map +1 -0
- package/node_modules/@minicode/agent-sdk/dist/src/session/session.js +318 -0
- package/node_modules/@minicode/agent-sdk/dist/src/session/session.js.map +1 -0
- package/node_modules/@minicode/agent-sdk/dist/src/tools/edit-file.d.ts +6 -0
- package/node_modules/@minicode/agent-sdk/dist/src/tools/edit-file.d.ts.map +1 -0
- package/node_modules/@minicode/agent-sdk/dist/src/tools/edit-file.js +72 -0
- package/node_modules/@minicode/agent-sdk/dist/src/tools/edit-file.js.map +1 -0
- package/node_modules/@minicode/agent-sdk/dist/src/tools/helpers.d.ts +6 -0
- package/node_modules/@minicode/agent-sdk/dist/src/tools/helpers.d.ts.map +1 -0
- package/node_modules/@minicode/agent-sdk/dist/src/tools/helpers.js +43 -0
- package/node_modules/@minicode/agent-sdk/dist/src/tools/helpers.js.map +1 -0
- package/node_modules/@minicode/agent-sdk/dist/src/tools/list-files.d.ts +3 -0
- package/node_modules/@minicode/agent-sdk/dist/src/tools/list-files.d.ts.map +1 -0
- package/node_modules/@minicode/agent-sdk/dist/src/tools/list-files.js +64 -0
- package/node_modules/@minicode/agent-sdk/dist/src/tools/list-files.js.map +1 -0
- package/node_modules/@minicode/agent-sdk/dist/src/tools/read-file.d.ts +3 -0
- package/node_modules/@minicode/agent-sdk/dist/src/tools/read-file.d.ts.map +1 -0
- package/node_modules/@minicode/agent-sdk/dist/src/tools/read-file.js +80 -0
- package/node_modules/@minicode/agent-sdk/dist/src/tools/read-file.js.map +1 -0
- package/node_modules/@minicode/agent-sdk/dist/src/tools/registry.d.ts +15 -0
- package/node_modules/@minicode/agent-sdk/dist/src/tools/registry.d.ts.map +1 -0
- package/node_modules/@minicode/agent-sdk/dist/src/tools/registry.js +59 -0
- package/node_modules/@minicode/agent-sdk/dist/src/tools/registry.js.map +1 -0
- package/node_modules/@minicode/agent-sdk/dist/src/tools/run-command.d.ts +3 -0
- package/node_modules/@minicode/agent-sdk/dist/src/tools/run-command.d.ts.map +1 -0
- package/node_modules/@minicode/agent-sdk/dist/src/tools/run-command.js +93 -0
- package/node_modules/@minicode/agent-sdk/dist/src/tools/run-command.js.map +1 -0
- package/node_modules/@minicode/agent-sdk/dist/src/tools/search.d.ts +3 -0
- package/node_modules/@minicode/agent-sdk/dist/src/tools/search.d.ts.map +1 -0
- package/node_modules/@minicode/agent-sdk/dist/src/tools/search.js +154 -0
- package/node_modules/@minicode/agent-sdk/dist/src/tools/search.js.map +1 -0
- package/node_modules/@minicode/agent-sdk/dist/src/tools/write-file.d.ts +6 -0
- package/node_modules/@minicode/agent-sdk/dist/src/tools/write-file.d.ts.map +1 -0
- package/node_modules/@minicode/agent-sdk/dist/src/tools/write-file.js +44 -0
- package/node_modules/@minicode/agent-sdk/dist/src/tools/write-file.js.map +1 -0
- package/node_modules/@minicode/agent-sdk/dist/tests/agent.test.d.ts +2 -0
- package/node_modules/@minicode/agent-sdk/dist/tests/agent.test.d.ts.map +1 -0
- package/node_modules/@minicode/agent-sdk/dist/tests/agent.test.js +225 -0
- package/node_modules/@minicode/agent-sdk/dist/tests/agent.test.js.map +1 -0
- package/node_modules/@minicode/agent-sdk/dist/tests/file-tools.test.d.ts +2 -0
- package/node_modules/@minicode/agent-sdk/dist/tests/file-tools.test.d.ts.map +1 -0
- package/node_modules/@minicode/agent-sdk/dist/tests/file-tools.test.js +114 -0
- package/node_modules/@minicode/agent-sdk/dist/tests/file-tools.test.js.map +1 -0
- package/node_modules/@minicode/agent-sdk/dist/tests/guardrails.test.d.ts +2 -0
- package/node_modules/@minicode/agent-sdk/dist/tests/guardrails.test.d.ts.map +1 -0
- package/node_modules/@minicode/agent-sdk/dist/tests/guardrails.test.js +48 -0
- package/node_modules/@minicode/agent-sdk/dist/tests/guardrails.test.js.map +1 -0
- package/node_modules/@minicode/agent-sdk/dist/tests/model-client-openai.test.d.ts +2 -0
- package/node_modules/@minicode/agent-sdk/dist/tests/model-client-openai.test.d.ts.map +1 -0
- package/node_modules/@minicode/agent-sdk/dist/tests/model-client-openai.test.js +155 -0
- package/node_modules/@minicode/agent-sdk/dist/tests/model-client-openai.test.js.map +1 -0
- package/node_modules/@minicode/agent-sdk/dist/tests/session.test.d.ts +2 -0
- package/node_modules/@minicode/agent-sdk/dist/tests/session.test.d.ts.map +1 -0
- package/node_modules/@minicode/agent-sdk/dist/tests/session.test.js +192 -0
- package/node_modules/@minicode/agent-sdk/dist/tests/session.test.js.map +1 -0
- package/node_modules/@minicode/agent-sdk/dist/tests/system-prompt.test.d.ts +2 -0
- package/node_modules/@minicode/agent-sdk/dist/tests/system-prompt.test.d.ts.map +1 -0
- package/node_modules/@minicode/agent-sdk/dist/tests/system-prompt.test.js +76 -0
- package/node_modules/@minicode/agent-sdk/dist/tests/system-prompt.test.js.map +1 -0
- package/node_modules/@minicode/agent-sdk/dist/tests/test-utils.d.ts +3 -0
- package/node_modules/@minicode/agent-sdk/dist/tests/test-utils.d.ts.map +1 -0
- package/node_modules/@minicode/agent-sdk/dist/tests/test-utils.js +19 -0
- package/node_modules/@minicode/agent-sdk/dist/tests/test-utils.js.map +1 -0
- package/node_modules/@minicode/agent-sdk/dist/tests/tool-registry.test.d.ts +2 -0
- package/node_modules/@minicode/agent-sdk/dist/tests/tool-registry.test.d.ts.map +1 -0
- package/node_modules/@minicode/agent-sdk/dist/tests/tool-registry.test.js +69 -0
- package/node_modules/@minicode/agent-sdk/dist/tests/tool-registry.test.js.map +1 -0
- package/node_modules/@minicode/agent-sdk/dist/tsconfig.tsbuildinfo +1 -0
- package/node_modules/@minicode/agent-sdk/package.json +32 -0
- package/node_modules/json-schema-to-ts/LICENSE +21 -0
- package/node_modules/json-schema-to-ts/README.md +1046 -0
- package/node_modules/json-schema-to-ts/lib/cjs/definitions/deserializationPattern.js +6 -0
- package/node_modules/json-schema-to-ts/lib/cjs/definitions/deserializationPattern.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/cjs/definitions/extendedJsonSchema.js +6 -0
- package/node_modules/json-schema-to-ts/lib/cjs/definitions/extendedJsonSchema.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/cjs/definitions/fromSchemaOptions.js +6 -0
- package/node_modules/json-schema-to-ts/lib/cjs/definitions/fromSchemaOptions.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/cjs/definitions/index.js +6 -0
- package/node_modules/json-schema-to-ts/lib/cjs/definitions/index.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/cjs/definitions/jsonSchema.js +25 -0
- package/node_modules/json-schema-to-ts/lib/cjs/definitions/jsonSchema.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/cjs/index.js +26 -0
- package/node_modules/json-schema-to-ts/lib/cjs/index.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/cjs/parse-options.js +6 -0
- package/node_modules/json-schema-to-ts/lib/cjs/parse-options.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/cjs/parse-schema/allOf.js +6 -0
- package/node_modules/json-schema-to-ts/lib/cjs/parse-schema/allOf.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/cjs/parse-schema/anyOf.js +6 -0
- package/node_modules/json-schema-to-ts/lib/cjs/parse-schema/anyOf.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/cjs/parse-schema/array.js +6 -0
- package/node_modules/json-schema-to-ts/lib/cjs/parse-schema/array.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/cjs/parse-schema/const.js +6 -0
- package/node_modules/json-schema-to-ts/lib/cjs/parse-schema/const.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/cjs/parse-schema/deserialize.js +6 -0
- package/node_modules/json-schema-to-ts/lib/cjs/parse-schema/deserialize.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/cjs/parse-schema/enum.js +6 -0
- package/node_modules/json-schema-to-ts/lib/cjs/parse-schema/enum.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/cjs/parse-schema/ifThenElse.js +6 -0
- package/node_modules/json-schema-to-ts/lib/cjs/parse-schema/ifThenElse.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/cjs/parse-schema/index.js +6 -0
- package/node_modules/json-schema-to-ts/lib/cjs/parse-schema/index.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/cjs/parse-schema/multipleTypes.js +6 -0
- package/node_modules/json-schema-to-ts/lib/cjs/parse-schema/multipleTypes.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/cjs/parse-schema/not.js +6 -0
- package/node_modules/json-schema-to-ts/lib/cjs/parse-schema/not.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/cjs/parse-schema/nullable.js +6 -0
- package/node_modules/json-schema-to-ts/lib/cjs/parse-schema/nullable.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/cjs/parse-schema/object.js +6 -0
- package/node_modules/json-schema-to-ts/lib/cjs/parse-schema/object.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/cjs/parse-schema/oneOf.js +6 -0
- package/node_modules/json-schema-to-ts/lib/cjs/parse-schema/oneOf.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/cjs/parse-schema/references/external.js +6 -0
- package/node_modules/json-schema-to-ts/lib/cjs/parse-schema/references/external.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/cjs/parse-schema/references/index.js +6 -0
- package/node_modules/json-schema-to-ts/lib/cjs/parse-schema/references/index.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/cjs/parse-schema/references/internal.js +6 -0
- package/node_modules/json-schema-to-ts/lib/cjs/parse-schema/references/internal.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/cjs/parse-schema/references/utils.js +6 -0
- package/node_modules/json-schema-to-ts/lib/cjs/parse-schema/references/utils.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/cjs/parse-schema/singleType.js +6 -0
- package/node_modules/json-schema-to-ts/lib/cjs/parse-schema/singleType.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/cjs/parse-schema/utils.js +6 -0
- package/node_modules/json-schema-to-ts/lib/cjs/parse-schema/utils.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/cjs/type-utils/and.js +6 -0
- package/node_modules/json-schema-to-ts/lib/cjs/type-utils/and.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/cjs/type-utils/extends.js +6 -0
- package/node_modules/json-schema-to-ts/lib/cjs/type-utils/extends.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/cjs/type-utils/get.js +6 -0
- package/node_modules/json-schema-to-ts/lib/cjs/type-utils/get.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/cjs/type-utils/if.js +6 -0
- package/node_modules/json-schema-to-ts/lib/cjs/type-utils/if.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/cjs/type-utils/index.js +6 -0
- package/node_modules/json-schema-to-ts/lib/cjs/type-utils/index.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/cjs/type-utils/join.js +6 -0
- package/node_modules/json-schema-to-ts/lib/cjs/type-utils/join.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/cjs/type-utils/key.js +6 -0
- package/node_modules/json-schema-to-ts/lib/cjs/type-utils/key.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/cjs/type-utils/narrow.js +6 -0
- package/node_modules/json-schema-to-ts/lib/cjs/type-utils/narrow.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/cjs/type-utils/not.js +6 -0
- package/node_modules/json-schema-to-ts/lib/cjs/type-utils/not.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/cjs/type-utils/pop.js +6 -0
- package/node_modules/json-schema-to-ts/lib/cjs/type-utils/pop.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/cjs/type-utils/split.js +6 -0
- package/node_modules/json-schema-to-ts/lib/cjs/type-utils/split.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/cjs/type-utils/tail.js +6 -0
- package/node_modules/json-schema-to-ts/lib/cjs/type-utils/tail.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/cjs/type-utils/writable.js +6 -0
- package/node_modules/json-schema-to-ts/lib/cjs/type-utils/writable.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/cjs/utils/asConst.js +26 -0
- package/node_modules/json-schema-to-ts/lib/cjs/utils/asConst.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/cjs/utils/index.js +28 -0
- package/node_modules/json-schema-to-ts/lib/cjs/utils/index.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/cjs/utils/type-guards/compiler.js +52 -0
- package/node_modules/json-schema-to-ts/lib/cjs/utils/type-guards/compiler.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/cjs/utils/type-guards/index.js +22 -0
- package/node_modules/json-schema-to-ts/lib/cjs/utils/type-guards/index.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/cjs/utils/type-guards/validator.js +46 -0
- package/node_modules/json-schema-to-ts/lib/cjs/utils/type-guards/validator.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/esm/definitions/deserializationPattern.js +2 -0
- package/node_modules/json-schema-to-ts/lib/esm/definitions/deserializationPattern.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/esm/definitions/extendedJsonSchema.js +2 -0
- package/node_modules/json-schema-to-ts/lib/esm/definitions/extendedJsonSchema.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/esm/definitions/fromSchemaOptions.js +2 -0
- package/node_modules/json-schema-to-ts/lib/esm/definitions/fromSchemaOptions.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/esm/definitions/index.js +2 -0
- package/node_modules/json-schema-to-ts/lib/esm/definitions/index.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/esm/definitions/jsonSchema.js +17 -0
- package/node_modules/json-schema-to-ts/lib/esm/definitions/jsonSchema.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/esm/index.js +11 -0
- package/node_modules/json-schema-to-ts/lib/esm/index.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/esm/parse-options.js +2 -0
- package/node_modules/json-schema-to-ts/lib/esm/parse-options.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/esm/parse-schema/allOf.js +2 -0
- package/node_modules/json-schema-to-ts/lib/esm/parse-schema/allOf.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/esm/parse-schema/anyOf.js +2 -0
- package/node_modules/json-schema-to-ts/lib/esm/parse-schema/anyOf.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/esm/parse-schema/array.js +2 -0
- package/node_modules/json-schema-to-ts/lib/esm/parse-schema/array.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/esm/parse-schema/const.js +2 -0
- package/node_modules/json-schema-to-ts/lib/esm/parse-schema/const.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/esm/parse-schema/deserialize.js +2 -0
- package/node_modules/json-schema-to-ts/lib/esm/parse-schema/deserialize.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/esm/parse-schema/enum.js +2 -0
- package/node_modules/json-schema-to-ts/lib/esm/parse-schema/enum.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/esm/parse-schema/ifThenElse.js +2 -0
- package/node_modules/json-schema-to-ts/lib/esm/parse-schema/ifThenElse.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/esm/parse-schema/index.js +2 -0
- package/node_modules/json-schema-to-ts/lib/esm/parse-schema/index.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/esm/parse-schema/multipleTypes.js +2 -0
- package/node_modules/json-schema-to-ts/lib/esm/parse-schema/multipleTypes.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/esm/parse-schema/not.js +2 -0
- package/node_modules/json-schema-to-ts/lib/esm/parse-schema/not.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/esm/parse-schema/nullable.js +2 -0
- package/node_modules/json-schema-to-ts/lib/esm/parse-schema/nullable.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/esm/parse-schema/object.js +2 -0
- package/node_modules/json-schema-to-ts/lib/esm/parse-schema/object.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/esm/parse-schema/oneOf.js +2 -0
- package/node_modules/json-schema-to-ts/lib/esm/parse-schema/oneOf.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/esm/parse-schema/references/external.js +2 -0
- package/node_modules/json-schema-to-ts/lib/esm/parse-schema/references/external.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/esm/parse-schema/references/index.js +2 -0
- package/node_modules/json-schema-to-ts/lib/esm/parse-schema/references/index.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/esm/parse-schema/references/internal.js +2 -0
- package/node_modules/json-schema-to-ts/lib/esm/parse-schema/references/internal.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/esm/parse-schema/references/utils.js +2 -0
- package/node_modules/json-schema-to-ts/lib/esm/parse-schema/references/utils.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/esm/parse-schema/singleType.js +2 -0
- package/node_modules/json-schema-to-ts/lib/esm/parse-schema/singleType.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/esm/parse-schema/utils.js +2 -0
- package/node_modules/json-schema-to-ts/lib/esm/parse-schema/utils.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/esm/type-utils/and.js +2 -0
- package/node_modules/json-schema-to-ts/lib/esm/type-utils/and.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/esm/type-utils/extends.js +2 -0
- package/node_modules/json-schema-to-ts/lib/esm/type-utils/extends.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/esm/type-utils/get.js +2 -0
- package/node_modules/json-schema-to-ts/lib/esm/type-utils/get.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/esm/type-utils/if.js +2 -0
- package/node_modules/json-schema-to-ts/lib/esm/type-utils/if.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/esm/type-utils/index.js +2 -0
- package/node_modules/json-schema-to-ts/lib/esm/type-utils/index.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/esm/type-utils/join.js +2 -0
- package/node_modules/json-schema-to-ts/lib/esm/type-utils/join.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/esm/type-utils/key.js +2 -0
- package/node_modules/json-schema-to-ts/lib/esm/type-utils/key.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/esm/type-utils/narrow.js +2 -0
- package/node_modules/json-schema-to-ts/lib/esm/type-utils/narrow.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/esm/type-utils/not.js +2 -0
- package/node_modules/json-schema-to-ts/lib/esm/type-utils/not.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/esm/type-utils/pop.js +2 -0
- package/node_modules/json-schema-to-ts/lib/esm/type-utils/pop.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/esm/type-utils/split.js +2 -0
- package/node_modules/json-schema-to-ts/lib/esm/type-utils/split.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/esm/type-utils/tail.js +2 -0
- package/node_modules/json-schema-to-ts/lib/esm/type-utils/tail.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/esm/type-utils/writable.js +2 -0
- package/node_modules/json-schema-to-ts/lib/esm/type-utils/writable.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/esm/utils/asConst.js +17 -0
- package/node_modules/json-schema-to-ts/lib/esm/utils/asConst.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/esm/utils/index.js +3 -0
- package/node_modules/json-schema-to-ts/lib/esm/utils/index.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/esm/utils/type-guards/compiler.js +43 -0
- package/node_modules/json-schema-to-ts/lib/esm/utils/type-guards/compiler.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/esm/utils/type-guards/index.js +3 -0
- package/node_modules/json-schema-to-ts/lib/esm/utils/type-guards/index.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/esm/utils/type-guards/validator.js +37 -0
- package/node_modules/json-schema-to-ts/lib/esm/utils/type-guards/validator.js.map +1 -0
- package/node_modules/json-schema-to-ts/lib/types/definitions/deserializationPattern.d.ts +4 -0
- package/node_modules/json-schema-to-ts/lib/types/definitions/deserializationPattern.js +1 -0
- package/node_modules/json-schema-to-ts/lib/types/definitions/extendedJsonSchema.d.ts +75 -0
- package/node_modules/json-schema-to-ts/lib/types/definitions/extendedJsonSchema.js +1 -0
- package/node_modules/json-schema-to-ts/lib/types/definitions/fromSchemaOptions.d.ts +24 -0
- package/node_modules/json-schema-to-ts/lib/types/definitions/fromSchemaOptions.js +1 -0
- package/node_modules/json-schema-to-ts/lib/types/definitions/index.d.ts +4 -0
- package/node_modules/json-schema-to-ts/lib/types/definitions/index.js +1 -0
- package/node_modules/json-schema-to-ts/lib/types/definitions/jsonSchema.d.ts +57 -0
- package/node_modules/json-schema-to-ts/lib/types/definitions/jsonSchema.js +1 -0
- package/node_modules/json-schema-to-ts/lib/types/index.d.ts +9 -0
- package/node_modules/json-schema-to-ts/lib/types/index.js +1 -0
- package/node_modules/json-schema-to-ts/lib/types/parse-options.d.ts +12 -0
- package/node_modules/json-schema-to-ts/lib/types/parse-options.js +1 -0
- package/node_modules/json-schema-to-ts/lib/types/parse-schema/allOf.d.ts +13 -0
- package/node_modules/json-schema-to-ts/lib/types/parse-schema/allOf.js +1 -0
- package/node_modules/json-schema-to-ts/lib/types/parse-schema/anyOf.d.ts +13 -0
- package/node_modules/json-schema-to-ts/lib/types/parse-schema/anyOf.js +1 -0
- package/node_modules/json-schema-to-ts/lib/types/parse-schema/array.d.ts +57 -0
- package/node_modules/json-schema-to-ts/lib/types/parse-schema/array.js +1 -0
- package/node_modules/json-schema-to-ts/lib/types/parse-schema/const.d.ts +10 -0
- package/node_modules/json-schema-to-ts/lib/types/parse-schema/const.js +1 -0
- package/node_modules/json-schema-to-ts/lib/types/parse-schema/deserialize.d.ts +11 -0
- package/node_modules/json-schema-to-ts/lib/types/parse-schema/deserialize.js +1 -0
- package/node_modules/json-schema-to-ts/lib/types/parse-schema/enum.d.ts +10 -0
- package/node_modules/json-schema-to-ts/lib/types/parse-schema/enum.js +1 -0
- package/node_modules/json-schema-to-ts/lib/types/parse-schema/ifThenElse.d.ts +14 -0
- package/node_modules/json-schema-to-ts/lib/types/parse-schema/ifThenElse.js +1 -0
- package/node_modules/json-schema-to-ts/lib/types/parse-schema/index.d.ts +26 -0
- package/node_modules/json-schema-to-ts/lib/types/parse-schema/index.js +1 -0
- package/node_modules/json-schema-to-ts/lib/types/parse-schema/multipleTypes.d.ts +11 -0
- package/node_modules/json-schema-to-ts/lib/types/parse-schema/multipleTypes.js +1 -0
- package/node_modules/json-schema-to-ts/lib/types/parse-schema/not.d.ts +10 -0
- package/node_modules/json-schema-to-ts/lib/types/parse-schema/not.js +1 -0
- package/node_modules/json-schema-to-ts/lib/types/parse-schema/nullable.d.ts +9 -0
- package/node_modules/json-schema-to-ts/lib/types/parse-schema/nullable.js +1 -0
- package/node_modules/json-schema-to-ts/lib/types/parse-schema/object.d.ts +37 -0
- package/node_modules/json-schema-to-ts/lib/types/parse-schema/object.js +1 -0
- package/node_modules/json-schema-to-ts/lib/types/parse-schema/oneOf.d.ts +13 -0
- package/node_modules/json-schema-to-ts/lib/types/parse-schema/oneOf.js +1 -0
- package/node_modules/json-schema-to-ts/lib/types/parse-schema/references/external.d.ts +22 -0
- package/node_modules/json-schema-to-ts/lib/types/parse-schema/references/external.js +1 -0
- package/node_modules/json-schema-to-ts/lib/types/parse-schema/references/index.d.ts +9 -0
- package/node_modules/json-schema-to-ts/lib/types/parse-schema/references/index.js +1 -0
- package/node_modules/json-schema-to-ts/lib/types/parse-schema/references/internal.d.ts +4 -0
- package/node_modules/json-schema-to-ts/lib/types/parse-schema/references/internal.js +1 -0
- package/node_modules/json-schema-to-ts/lib/types/parse-schema/references/utils.d.ts +6 -0
- package/node_modules/json-schema-to-ts/lib/types/parse-schema/references/utils.js +1 -0
- package/node_modules/json-schema-to-ts/lib/types/parse-schema/singleType.d.ts +19 -0
- package/node_modules/json-schema-to-ts/lib/types/parse-schema/singleType.js +1 -0
- package/node_modules/json-schema-to-ts/lib/types/parse-schema/utils.d.ts +17 -0
- package/node_modules/json-schema-to-ts/lib/types/parse-schema/utils.js +1 -0
- package/node_modules/json-schema-to-ts/lib/types/type-utils/and.d.ts +1 -0
- package/node_modules/json-schema-to-ts/lib/types/type-utils/and.js +1 -0
- package/node_modules/json-schema-to-ts/lib/types/type-utils/extends.d.ts +1 -0
- package/node_modules/json-schema-to-ts/lib/types/type-utils/extends.js +1 -0
- package/node_modules/json-schema-to-ts/lib/types/type-utils/get.d.ts +1 -0
- package/node_modules/json-schema-to-ts/lib/types/type-utils/get.js +1 -0
- package/node_modules/json-schema-to-ts/lib/types/type-utils/if.d.ts +1 -0
- package/node_modules/json-schema-to-ts/lib/types/type-utils/if.js +1 -0
- package/node_modules/json-schema-to-ts/lib/types/type-utils/index.d.ts +12 -0
- package/node_modules/json-schema-to-ts/lib/types/type-utils/index.js +1 -0
- package/node_modules/json-schema-to-ts/lib/types/type-utils/join.d.ts +1 -0
- package/node_modules/json-schema-to-ts/lib/types/type-utils/join.js +1 -0
- package/node_modules/json-schema-to-ts/lib/types/type-utils/key.d.ts +1 -0
- package/node_modules/json-schema-to-ts/lib/types/type-utils/key.js +1 -0
- package/node_modules/json-schema-to-ts/lib/types/type-utils/narrow.d.ts +3 -0
- package/node_modules/json-schema-to-ts/lib/types/type-utils/narrow.js +1 -0
- package/node_modules/json-schema-to-ts/lib/types/type-utils/not.d.ts +1 -0
- package/node_modules/json-schema-to-ts/lib/types/type-utils/not.js +1 -0
- package/node_modules/json-schema-to-ts/lib/types/type-utils/pop.d.ts +1 -0
- package/node_modules/json-schema-to-ts/lib/types/type-utils/pop.js +1 -0
- package/node_modules/json-schema-to-ts/lib/types/type-utils/split.d.ts +4 -0
- package/node_modules/json-schema-to-ts/lib/types/type-utils/split.js +1 -0
- package/node_modules/json-schema-to-ts/lib/types/type-utils/tail.d.ts +1 -0
- package/node_modules/json-schema-to-ts/lib/types/type-utils/tail.js +1 -0
- package/node_modules/json-schema-to-ts/lib/types/type-utils/writable.d.ts +5 -0
- package/node_modules/json-schema-to-ts/lib/types/type-utils/writable.js +1 -0
- package/node_modules/json-schema-to-ts/lib/types/utils/asConst.d.ts +2 -0
- package/node_modules/json-schema-to-ts/lib/types/utils/asConst.js +1 -0
- package/node_modules/json-schema-to-ts/lib/types/utils/index.d.ts +3 -0
- package/node_modules/json-schema-to-ts/lib/types/utils/index.js +2 -0
- package/node_modules/json-schema-to-ts/lib/types/utils/type-guards/compiler.d.ts +6 -0
- package/node_modules/json-schema-to-ts/lib/types/utils/type-guards/compiler.js +4 -0
- package/node_modules/json-schema-to-ts/lib/types/utils/type-guards/index.d.ts +4 -0
- package/node_modules/json-schema-to-ts/lib/types/utils/type-guards/index.js +2 -0
- package/node_modules/json-schema-to-ts/lib/types/utils/type-guards/validator.d.ts +6 -0
- package/node_modules/json-schema-to-ts/lib/types/utils/type-guards/validator.js +1 -0
- package/node_modules/json-schema-to-ts/package.json +89 -0
- package/node_modules/ts-algebra/.eslintignore +3 -0
- package/node_modules/ts-algebra/.eslintrc.js +153 -0
- package/node_modules/ts-algebra/.nvmrc +1 -0
- package/node_modules/ts-algebra/.prettierignore +4 -0
- package/node_modules/ts-algebra/.prettierrc +9 -0
- package/node_modules/ts-algebra/LICENSE +21 -0
- package/node_modules/ts-algebra/README.md +737 -0
- package/node_modules/ts-algebra/lib/index.d.ts +2 -0
- package/node_modules/ts-algebra/lib/index.js +4 -0
- package/node_modules/ts-algebra/lib/meta-types/any.d.ts +15 -0
- package/node_modules/ts-algebra/lib/meta-types/any.js +1 -0
- package/node_modules/ts-algebra/lib/meta-types/array.d.ts +22 -0
- package/node_modules/ts-algebra/lib/meta-types/array.js +1 -0
- package/node_modules/ts-algebra/lib/meta-types/const.d.ts +19 -0
- package/node_modules/ts-algebra/lib/meta-types/const.js +1 -0
- package/node_modules/ts-algebra/lib/meta-types/enum.d.ts +19 -0
- package/node_modules/ts-algebra/lib/meta-types/enum.js +1 -0
- package/node_modules/ts-algebra/lib/meta-types/exclusion/any.d.ts +12 -0
- package/node_modules/ts-algebra/lib/meta-types/exclusion/any.js +1 -0
- package/node_modules/ts-algebra/lib/meta-types/exclusion/array.d.ts +16 -0
- package/node_modules/ts-algebra/lib/meta-types/exclusion/array.js +1 -0
- package/node_modules/ts-algebra/lib/meta-types/exclusion/const.d.ts +27 -0
- package/node_modules/ts-algebra/lib/meta-types/exclusion/const.js +1 -0
- package/node_modules/ts-algebra/lib/meta-types/exclusion/enum.d.ts +20 -0
- package/node_modules/ts-algebra/lib/meta-types/exclusion/enum.js +1 -0
- package/node_modules/ts-algebra/lib/meta-types/exclusion/index.d.ts +20 -0
- package/node_modules/ts-algebra/lib/meta-types/exclusion/index.js +1 -0
- package/node_modules/ts-algebra/lib/meta-types/exclusion/object.d.ts +51 -0
- package/node_modules/ts-algebra/lib/meta-types/exclusion/object.js +1 -0
- package/node_modules/ts-algebra/lib/meta-types/exclusion/primitive.d.ts +12 -0
- package/node_modules/ts-algebra/lib/meta-types/exclusion/primitive.js +1 -0
- package/node_modules/ts-algebra/lib/meta-types/exclusion/tuple.d.ts +87 -0
- package/node_modules/ts-algebra/lib/meta-types/exclusion/tuple.js +1 -0
- package/node_modules/ts-algebra/lib/meta-types/exclusion/union.d.ts +8 -0
- package/node_modules/ts-algebra/lib/meta-types/exclusion/union.js +1 -0
- package/node_modules/ts-algebra/lib/meta-types/exclusion/utils.d.ts +31 -0
- package/node_modules/ts-algebra/lib/meta-types/exclusion/utils.js +1 -0
- package/node_modules/ts-algebra/lib/meta-types/index.d.ts +14 -0
- package/node_modules/ts-algebra/lib/meta-types/index.js +1 -0
- package/node_modules/ts-algebra/lib/meta-types/intersection/any.d.ts +19 -0
- package/node_modules/ts-algebra/lib/meta-types/intersection/any.js +1 -0
- package/node_modules/ts-algebra/lib/meta-types/intersection/array.d.ts +21 -0
- package/node_modules/ts-algebra/lib/meta-types/intersection/array.js +1 -0
- package/node_modules/ts-algebra/lib/meta-types/intersection/const.d.ts +33 -0
- package/node_modules/ts-algebra/lib/meta-types/intersection/const.js +1 -0
- package/node_modules/ts-algebra/lib/meta-types/intersection/enum.d.ts +23 -0
- package/node_modules/ts-algebra/lib/meta-types/intersection/enum.js +1 -0
- package/node_modules/ts-algebra/lib/meta-types/intersection/index.d.ts +20 -0
- package/node_modules/ts-algebra/lib/meta-types/intersection/index.js +1 -0
- package/node_modules/ts-algebra/lib/meta-types/intersection/object.d.ts +26 -0
- package/node_modules/ts-algebra/lib/meta-types/intersection/object.js +1 -0
- package/node_modules/ts-algebra/lib/meta-types/intersection/primitive.d.ts +17 -0
- package/node_modules/ts-algebra/lib/meta-types/intersection/primitive.js +1 -0
- package/node_modules/ts-algebra/lib/meta-types/intersection/tuple.d.ts +44 -0
- package/node_modules/ts-algebra/lib/meta-types/intersection/tuple.js +1 -0
- package/node_modules/ts-algebra/lib/meta-types/intersection/union.d.ts +13 -0
- package/node_modules/ts-algebra/lib/meta-types/intersection/union.js +1 -0
- package/node_modules/ts-algebra/lib/meta-types/intersection/utils.d.ts +5 -0
- package/node_modules/ts-algebra/lib/meta-types/intersection/utils.js +1 -0
- package/node_modules/ts-algebra/lib/meta-types/never.d.ts +6 -0
- package/node_modules/ts-algebra/lib/meta-types/never.js +1 -0
- package/node_modules/ts-algebra/lib/meta-types/object.d.ts +47 -0
- package/node_modules/ts-algebra/lib/meta-types/object.js +1 -0
- package/node_modules/ts-algebra/lib/meta-types/primitive.d.ts +20 -0
- package/node_modules/ts-algebra/lib/meta-types/primitive.js +1 -0
- package/node_modules/ts-algebra/lib/meta-types/resolve.d.ts +18 -0
- package/node_modules/ts-algebra/lib/meta-types/resolve.js +1 -0
- package/node_modules/ts-algebra/lib/meta-types/tuple.d.ts +39 -0
- package/node_modules/ts-algebra/lib/meta-types/tuple.js +1 -0
- package/node_modules/ts-algebra/lib/meta-types/type.d.ts +14 -0
- package/node_modules/ts-algebra/lib/meta-types/type.js +1 -0
- package/node_modules/ts-algebra/lib/meta-types/typeId.d.ts +10 -0
- package/node_modules/ts-algebra/lib/meta-types/typeId.js +1 -0
- package/node_modules/ts-algebra/lib/meta-types/union.d.ts +18 -0
- package/node_modules/ts-algebra/lib/meta-types/union.js +1 -0
- package/node_modules/ts-algebra/lib/meta-types/utils.d.ts +3 -0
- package/node_modules/ts-algebra/lib/meta-types/utils.js +1 -0
- package/node_modules/ts-algebra/lib/utils/and.d.ts +1 -0
- package/node_modules/ts-algebra/lib/utils/and.js +1 -0
- package/node_modules/ts-algebra/lib/utils/extends.d.ts +5 -0
- package/node_modules/ts-algebra/lib/utils/extends.js +1 -0
- package/node_modules/ts-algebra/lib/utils/if.d.ts +1 -0
- package/node_modules/ts-algebra/lib/utils/if.js +1 -0
- package/node_modules/ts-algebra/lib/utils/index.d.ts +12 -0
- package/node_modules/ts-algebra/lib/utils/index.js +1 -0
- package/node_modules/ts-algebra/lib/utils/intersectUnion.d.ts +1 -0
- package/node_modules/ts-algebra/lib/utils/intersectUnion.js +1 -0
- package/node_modules/ts-algebra/lib/utils/isNever.d.ts +1 -0
- package/node_modules/ts-algebra/lib/utils/isNever.js +1 -0
- package/node_modules/ts-algebra/lib/utils/merge.d.ts +7 -0
- package/node_modules/ts-algebra/lib/utils/merge.js +1 -0
- package/node_modules/ts-algebra/lib/utils/not.d.ts +1 -0
- package/node_modules/ts-algebra/lib/utils/not.js +1 -0
- package/node_modules/ts-algebra/lib/utils/or.d.ts +1 -0
- package/node_modules/ts-algebra/lib/utils/or.js +1 -0
- package/node_modules/ts-algebra/lib/utils/prettify.d.ts +4 -0
- package/node_modules/ts-algebra/lib/utils/prettify.js +1 -0
- package/node_modules/ts-algebra/lib/utils/tail.d.ts +1 -0
- package/node_modules/ts-algebra/lib/utils/tail.js +1 -0
- package/node_modules/ts-algebra/lib/utils/unionLast.d.ts +2 -0
- package/node_modules/ts-algebra/lib/utils/unionLast.js +1 -0
- package/node_modules/ts-algebra/lib/utils/unionPop.d.ts +2 -0
- package/node_modules/ts-algebra/lib/utils/unionPop.js +1 -0
- package/node_modules/ts-algebra/package.json +59 -0
- package/package.json +4 -1
|
@@ -0,0 +1,184 @@
|
|
|
1
|
+
var _typeof = require("./typeof.js")["default"];
|
|
2
|
+
function applyDecs2203Factory() {
|
|
3
|
+
function createAddInitializerMethod(e, t) {
|
|
4
|
+
return function (r) {
|
|
5
|
+
!function (e) {
|
|
6
|
+
if (e.v) throw Error("attempted to call addInitializer after decoration was finished");
|
|
7
|
+
}(t), assertCallable(r, "An initializer"), e.push(r);
|
|
8
|
+
};
|
|
9
|
+
}
|
|
10
|
+
function memberDec(e, t, r, a, n, i, s, o) {
|
|
11
|
+
var c;
|
|
12
|
+
switch (n) {
|
|
13
|
+
case 1:
|
|
14
|
+
c = "accessor";
|
|
15
|
+
break;
|
|
16
|
+
case 2:
|
|
17
|
+
c = "method";
|
|
18
|
+
break;
|
|
19
|
+
case 3:
|
|
20
|
+
c = "getter";
|
|
21
|
+
break;
|
|
22
|
+
case 4:
|
|
23
|
+
c = "setter";
|
|
24
|
+
break;
|
|
25
|
+
default:
|
|
26
|
+
c = "field";
|
|
27
|
+
}
|
|
28
|
+
var l,
|
|
29
|
+
u,
|
|
30
|
+
f = {
|
|
31
|
+
kind: c,
|
|
32
|
+
name: s ? "#" + t : t,
|
|
33
|
+
"static": i,
|
|
34
|
+
"private": s
|
|
35
|
+
},
|
|
36
|
+
p = {
|
|
37
|
+
v: !1
|
|
38
|
+
};
|
|
39
|
+
0 !== n && (f.addInitializer = createAddInitializerMethod(a, p)), 0 === n ? s ? (l = r.get, u = r.set) : (l = function l() {
|
|
40
|
+
return this[t];
|
|
41
|
+
}, u = function u(e) {
|
|
42
|
+
this[t] = e;
|
|
43
|
+
}) : 2 === n ? l = function l() {
|
|
44
|
+
return r.value;
|
|
45
|
+
} : (1 !== n && 3 !== n || (l = function l() {
|
|
46
|
+
return r.get.call(this);
|
|
47
|
+
}), 1 !== n && 4 !== n || (u = function u(e) {
|
|
48
|
+
r.set.call(this, e);
|
|
49
|
+
})), f.access = l && u ? {
|
|
50
|
+
get: l,
|
|
51
|
+
set: u
|
|
52
|
+
} : l ? {
|
|
53
|
+
get: l
|
|
54
|
+
} : {
|
|
55
|
+
set: u
|
|
56
|
+
};
|
|
57
|
+
try {
|
|
58
|
+
return e(o, f);
|
|
59
|
+
} finally {
|
|
60
|
+
p.v = !0;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
function assertCallable(e, t) {
|
|
64
|
+
if ("function" != typeof e) throw new TypeError(t + " must be a function");
|
|
65
|
+
}
|
|
66
|
+
function assertValidReturnValue(e, t) {
|
|
67
|
+
var r = _typeof(t);
|
|
68
|
+
if (1 === e) {
|
|
69
|
+
if ("object" !== r || null === t) throw new TypeError("accessor decorators must return an object with get, set, or init properties or void 0");
|
|
70
|
+
void 0 !== t.get && assertCallable(t.get, "accessor.get"), void 0 !== t.set && assertCallable(t.set, "accessor.set"), void 0 !== t.init && assertCallable(t.init, "accessor.init");
|
|
71
|
+
} else if ("function" !== r) throw new TypeError((0 === e ? "field" : 10 === e ? "class" : "method") + " decorators must return a function or void 0");
|
|
72
|
+
}
|
|
73
|
+
function applyMemberDec(e, t, r, a, n, i, s, o) {
|
|
74
|
+
var c,
|
|
75
|
+
l,
|
|
76
|
+
u,
|
|
77
|
+
f,
|
|
78
|
+
p,
|
|
79
|
+
d,
|
|
80
|
+
h = r[0];
|
|
81
|
+
if (s ? c = 0 === n || 1 === n ? {
|
|
82
|
+
get: r[3],
|
|
83
|
+
set: r[4]
|
|
84
|
+
} : 3 === n ? {
|
|
85
|
+
get: r[3]
|
|
86
|
+
} : 4 === n ? {
|
|
87
|
+
set: r[3]
|
|
88
|
+
} : {
|
|
89
|
+
value: r[3]
|
|
90
|
+
} : 0 !== n && (c = Object.getOwnPropertyDescriptor(t, a)), 1 === n ? u = {
|
|
91
|
+
get: c.get,
|
|
92
|
+
set: c.set
|
|
93
|
+
} : 2 === n ? u = c.value : 3 === n ? u = c.get : 4 === n && (u = c.set), "function" == typeof h) void 0 !== (f = memberDec(h, a, c, o, n, i, s, u)) && (assertValidReturnValue(n, f), 0 === n ? l = f : 1 === n ? (l = f.init, p = f.get || u.get, d = f.set || u.set, u = {
|
|
94
|
+
get: p,
|
|
95
|
+
set: d
|
|
96
|
+
}) : u = f);else for (var v = h.length - 1; v >= 0; v--) {
|
|
97
|
+
var g;
|
|
98
|
+
void 0 !== (f = memberDec(h[v], a, c, o, n, i, s, u)) && (assertValidReturnValue(n, f), 0 === n ? g = f : 1 === n ? (g = f.init, p = f.get || u.get, d = f.set || u.set, u = {
|
|
99
|
+
get: p,
|
|
100
|
+
set: d
|
|
101
|
+
}) : u = f, void 0 !== g && (void 0 === l ? l = g : "function" == typeof l ? l = [l, g] : l.push(g)));
|
|
102
|
+
}
|
|
103
|
+
if (0 === n || 1 === n) {
|
|
104
|
+
if (void 0 === l) l = function l(e, t) {
|
|
105
|
+
return t;
|
|
106
|
+
};else if ("function" != typeof l) {
|
|
107
|
+
var y = l;
|
|
108
|
+
l = function l(e, t) {
|
|
109
|
+
for (var r = t, a = 0; a < y.length; a++) r = y[a].call(e, r);
|
|
110
|
+
return r;
|
|
111
|
+
};
|
|
112
|
+
} else {
|
|
113
|
+
var m = l;
|
|
114
|
+
l = function l(e, t) {
|
|
115
|
+
return m.call(e, t);
|
|
116
|
+
};
|
|
117
|
+
}
|
|
118
|
+
e.push(l);
|
|
119
|
+
}
|
|
120
|
+
0 !== n && (1 === n ? (c.get = u.get, c.set = u.set) : 2 === n ? c.value = u : 3 === n ? c.get = u : 4 === n && (c.set = u), s ? 1 === n ? (e.push(function (e, t) {
|
|
121
|
+
return u.get.call(e, t);
|
|
122
|
+
}), e.push(function (e, t) {
|
|
123
|
+
return u.set.call(e, t);
|
|
124
|
+
})) : 2 === n ? e.push(u) : e.push(function (e, t) {
|
|
125
|
+
return u.call(e, t);
|
|
126
|
+
}) : Object.defineProperty(t, a, c));
|
|
127
|
+
}
|
|
128
|
+
function pushInitializers(e, t) {
|
|
129
|
+
t && e.push(function (e) {
|
|
130
|
+
for (var r = 0; r < t.length; r++) t[r].call(e);
|
|
131
|
+
return e;
|
|
132
|
+
});
|
|
133
|
+
}
|
|
134
|
+
return function (e, t, r) {
|
|
135
|
+
var a = [];
|
|
136
|
+
return function (e, t, r) {
|
|
137
|
+
for (var a, n, i = new Map(), s = new Map(), o = 0; o < r.length; o++) {
|
|
138
|
+
var c = r[o];
|
|
139
|
+
if (Array.isArray(c)) {
|
|
140
|
+
var l,
|
|
141
|
+
u,
|
|
142
|
+
f = c[1],
|
|
143
|
+
p = c[2],
|
|
144
|
+
d = c.length > 3,
|
|
145
|
+
h = f >= 5;
|
|
146
|
+
if (h ? (l = t, 0 != (f -= 5) && (u = n = n || [])) : (l = t.prototype, 0 !== f && (u = a = a || [])), 0 !== f && !d) {
|
|
147
|
+
var v = h ? s : i,
|
|
148
|
+
g = v.get(p) || 0;
|
|
149
|
+
if (!0 === g || 3 === g && 4 !== f || 4 === g && 3 !== f) throw Error("Attempted to decorate a public method/accessor that has the same name as a previously decorated public method/accessor. This is not currently supported by the decorators plugin. Property name was: " + p);
|
|
150
|
+
!g && f > 2 ? v.set(p, f) : v.set(p, !0);
|
|
151
|
+
}
|
|
152
|
+
applyMemberDec(e, l, c, p, f, h, d, u);
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
pushInitializers(e, a), pushInitializers(e, n);
|
|
156
|
+
}(a, e, t), function (e, t, r) {
|
|
157
|
+
if (r.length > 0) {
|
|
158
|
+
for (var a = [], n = t, i = t.name, s = r.length - 1; s >= 0; s--) {
|
|
159
|
+
var o = {
|
|
160
|
+
v: !1
|
|
161
|
+
};
|
|
162
|
+
try {
|
|
163
|
+
var c = r[s](n, {
|
|
164
|
+
kind: "class",
|
|
165
|
+
name: i,
|
|
166
|
+
addInitializer: createAddInitializerMethod(a, o)
|
|
167
|
+
});
|
|
168
|
+
} finally {
|
|
169
|
+
o.v = !0;
|
|
170
|
+
}
|
|
171
|
+
void 0 !== c && (assertValidReturnValue(10, c), n = c);
|
|
172
|
+
}
|
|
173
|
+
e.push(n, function () {
|
|
174
|
+
for (var e = 0; e < a.length; e++) a[e].call(n);
|
|
175
|
+
});
|
|
176
|
+
}
|
|
177
|
+
}(a, e, r), a;
|
|
178
|
+
};
|
|
179
|
+
}
|
|
180
|
+
var applyDecs2203Impl;
|
|
181
|
+
function applyDecs2203(e, t, r) {
|
|
182
|
+
return (applyDecs2203Impl = applyDecs2203Impl || applyDecs2203Factory())(e, t, r);
|
|
183
|
+
}
|
|
184
|
+
module.exports = applyDecs2203, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
@@ -0,0 +1,191 @@
|
|
|
1
|
+
var _typeof = require("./typeof.js")["default"];
|
|
2
|
+
var setFunctionName = require("./setFunctionName.js");
|
|
3
|
+
var toPropertyKey = require("./toPropertyKey.js");
|
|
4
|
+
function applyDecs2203RFactory() {
|
|
5
|
+
function createAddInitializerMethod(e, t) {
|
|
6
|
+
return function (r) {
|
|
7
|
+
!function (e) {
|
|
8
|
+
if (e.v) throw Error("attempted to call addInitializer after decoration was finished");
|
|
9
|
+
}(t), assertCallable(r, "An initializer"), e.push(r);
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
function memberDec(e, t, r, n, a, i, o, s) {
|
|
13
|
+
var c;
|
|
14
|
+
switch (a) {
|
|
15
|
+
case 1:
|
|
16
|
+
c = "accessor";
|
|
17
|
+
break;
|
|
18
|
+
case 2:
|
|
19
|
+
c = "method";
|
|
20
|
+
break;
|
|
21
|
+
case 3:
|
|
22
|
+
c = "getter";
|
|
23
|
+
break;
|
|
24
|
+
case 4:
|
|
25
|
+
c = "setter";
|
|
26
|
+
break;
|
|
27
|
+
default:
|
|
28
|
+
c = "field";
|
|
29
|
+
}
|
|
30
|
+
var l,
|
|
31
|
+
u,
|
|
32
|
+
f = {
|
|
33
|
+
kind: c,
|
|
34
|
+
name: o ? "#" + t : toPropertyKey(t),
|
|
35
|
+
"static": i,
|
|
36
|
+
"private": o
|
|
37
|
+
},
|
|
38
|
+
p = {
|
|
39
|
+
v: !1
|
|
40
|
+
};
|
|
41
|
+
0 !== a && (f.addInitializer = createAddInitializerMethod(n, p)), 0 === a ? o ? (l = r.get, u = r.set) : (l = function l() {
|
|
42
|
+
return this[t];
|
|
43
|
+
}, u = function u(e) {
|
|
44
|
+
this[t] = e;
|
|
45
|
+
}) : 2 === a ? l = function l() {
|
|
46
|
+
return r.value;
|
|
47
|
+
} : (1 !== a && 3 !== a || (l = function l() {
|
|
48
|
+
return r.get.call(this);
|
|
49
|
+
}), 1 !== a && 4 !== a || (u = function u(e) {
|
|
50
|
+
r.set.call(this, e);
|
|
51
|
+
})), f.access = l && u ? {
|
|
52
|
+
get: l,
|
|
53
|
+
set: u
|
|
54
|
+
} : l ? {
|
|
55
|
+
get: l
|
|
56
|
+
} : {
|
|
57
|
+
set: u
|
|
58
|
+
};
|
|
59
|
+
try {
|
|
60
|
+
return e(s, f);
|
|
61
|
+
} finally {
|
|
62
|
+
p.v = !0;
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
function assertCallable(e, t) {
|
|
66
|
+
if ("function" != typeof e) throw new TypeError(t + " must be a function");
|
|
67
|
+
}
|
|
68
|
+
function assertValidReturnValue(e, t) {
|
|
69
|
+
var r = _typeof(t);
|
|
70
|
+
if (1 === e) {
|
|
71
|
+
if ("object" !== r || null === t) throw new TypeError("accessor decorators must return an object with get, set, or init properties or void 0");
|
|
72
|
+
void 0 !== t.get && assertCallable(t.get, "accessor.get"), void 0 !== t.set && assertCallable(t.set, "accessor.set"), void 0 !== t.init && assertCallable(t.init, "accessor.init");
|
|
73
|
+
} else if ("function" !== r) throw new TypeError((0 === e ? "field" : 10 === e ? "class" : "method") + " decorators must return a function or void 0");
|
|
74
|
+
}
|
|
75
|
+
function applyMemberDec(e, t, r, n, a, i, o, s) {
|
|
76
|
+
var c,
|
|
77
|
+
l,
|
|
78
|
+
u,
|
|
79
|
+
f,
|
|
80
|
+
p,
|
|
81
|
+
d,
|
|
82
|
+
h,
|
|
83
|
+
v = r[0];
|
|
84
|
+
if (o ? (0 === a || 1 === a ? (c = {
|
|
85
|
+
get: r[3],
|
|
86
|
+
set: r[4]
|
|
87
|
+
}, u = "get") : 3 === a ? (c = {
|
|
88
|
+
get: r[3]
|
|
89
|
+
}, u = "get") : 4 === a ? (c = {
|
|
90
|
+
set: r[3]
|
|
91
|
+
}, u = "set") : c = {
|
|
92
|
+
value: r[3]
|
|
93
|
+
}, 0 !== a && (1 === a && setFunctionName(r[4], "#" + n, "set"), setFunctionName(r[3], "#" + n, u))) : 0 !== a && (c = Object.getOwnPropertyDescriptor(t, n)), 1 === a ? f = {
|
|
94
|
+
get: c.get,
|
|
95
|
+
set: c.set
|
|
96
|
+
} : 2 === a ? f = c.value : 3 === a ? f = c.get : 4 === a && (f = c.set), "function" == typeof v) void 0 !== (p = memberDec(v, n, c, s, a, i, o, f)) && (assertValidReturnValue(a, p), 0 === a ? l = p : 1 === a ? (l = p.init, d = p.get || f.get, h = p.set || f.set, f = {
|
|
97
|
+
get: d,
|
|
98
|
+
set: h
|
|
99
|
+
}) : f = p);else for (var g = v.length - 1; g >= 0; g--) {
|
|
100
|
+
var y;
|
|
101
|
+
void 0 !== (p = memberDec(v[g], n, c, s, a, i, o, f)) && (assertValidReturnValue(a, p), 0 === a ? y = p : 1 === a ? (y = p.init, d = p.get || f.get, h = p.set || f.set, f = {
|
|
102
|
+
get: d,
|
|
103
|
+
set: h
|
|
104
|
+
}) : f = p, void 0 !== y && (void 0 === l ? l = y : "function" == typeof l ? l = [l, y] : l.push(y)));
|
|
105
|
+
}
|
|
106
|
+
if (0 === a || 1 === a) {
|
|
107
|
+
if (void 0 === l) l = function l(e, t) {
|
|
108
|
+
return t;
|
|
109
|
+
};else if ("function" != typeof l) {
|
|
110
|
+
var m = l;
|
|
111
|
+
l = function l(e, t) {
|
|
112
|
+
for (var r = t, n = 0; n < m.length; n++) r = m[n].call(e, r);
|
|
113
|
+
return r;
|
|
114
|
+
};
|
|
115
|
+
} else {
|
|
116
|
+
var b = l;
|
|
117
|
+
l = function l(e, t) {
|
|
118
|
+
return b.call(e, t);
|
|
119
|
+
};
|
|
120
|
+
}
|
|
121
|
+
e.push(l);
|
|
122
|
+
}
|
|
123
|
+
0 !== a && (1 === a ? (c.get = f.get, c.set = f.set) : 2 === a ? c.value = f : 3 === a ? c.get = f : 4 === a && (c.set = f), o ? 1 === a ? (e.push(function (e, t) {
|
|
124
|
+
return f.get.call(e, t);
|
|
125
|
+
}), e.push(function (e, t) {
|
|
126
|
+
return f.set.call(e, t);
|
|
127
|
+
})) : 2 === a ? e.push(f) : e.push(function (e, t) {
|
|
128
|
+
return f.call(e, t);
|
|
129
|
+
}) : Object.defineProperty(t, n, c));
|
|
130
|
+
}
|
|
131
|
+
function applyMemberDecs(e, t) {
|
|
132
|
+
for (var r, n, a = [], i = new Map(), o = new Map(), s = 0; s < t.length; s++) {
|
|
133
|
+
var c = t[s];
|
|
134
|
+
if (Array.isArray(c)) {
|
|
135
|
+
var l,
|
|
136
|
+
u,
|
|
137
|
+
f = c[1],
|
|
138
|
+
p = c[2],
|
|
139
|
+
d = c.length > 3,
|
|
140
|
+
h = f >= 5;
|
|
141
|
+
if (h ? (l = e, 0 != (f -= 5) && (u = n = n || [])) : (l = e.prototype, 0 !== f && (u = r = r || [])), 0 !== f && !d) {
|
|
142
|
+
var v = h ? o : i,
|
|
143
|
+
g = v.get(p) || 0;
|
|
144
|
+
if (!0 === g || 3 === g && 4 !== f || 4 === g && 3 !== f) throw Error("Attempted to decorate a public method/accessor that has the same name as a previously decorated public method/accessor. This is not currently supported by the decorators plugin. Property name was: " + p);
|
|
145
|
+
!g && f > 2 ? v.set(p, f) : v.set(p, !0);
|
|
146
|
+
}
|
|
147
|
+
applyMemberDec(a, l, c, p, f, h, d, u);
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
return pushInitializers(a, r), pushInitializers(a, n), a;
|
|
151
|
+
}
|
|
152
|
+
function pushInitializers(e, t) {
|
|
153
|
+
t && e.push(function (e) {
|
|
154
|
+
for (var r = 0; r < t.length; r++) t[r].call(e);
|
|
155
|
+
return e;
|
|
156
|
+
});
|
|
157
|
+
}
|
|
158
|
+
return function (e, t, r) {
|
|
159
|
+
return {
|
|
160
|
+
e: applyMemberDecs(e, t),
|
|
161
|
+
get c() {
|
|
162
|
+
return function (e, t) {
|
|
163
|
+
if (t.length > 0) {
|
|
164
|
+
for (var r = [], n = e, a = e.name, i = t.length - 1; i >= 0; i--) {
|
|
165
|
+
var o = {
|
|
166
|
+
v: !1
|
|
167
|
+
};
|
|
168
|
+
try {
|
|
169
|
+
var s = t[i](n, {
|
|
170
|
+
kind: "class",
|
|
171
|
+
name: a,
|
|
172
|
+
addInitializer: createAddInitializerMethod(r, o)
|
|
173
|
+
});
|
|
174
|
+
} finally {
|
|
175
|
+
o.v = !0;
|
|
176
|
+
}
|
|
177
|
+
void 0 !== s && (assertValidReturnValue(10, s), n = s);
|
|
178
|
+
}
|
|
179
|
+
return [n, function () {
|
|
180
|
+
for (var e = 0; e < r.length; e++) r[e].call(n);
|
|
181
|
+
}];
|
|
182
|
+
}
|
|
183
|
+
}(e, r);
|
|
184
|
+
}
|
|
185
|
+
};
|
|
186
|
+
};
|
|
187
|
+
}
|
|
188
|
+
function applyDecs2203R(e, t, r) {
|
|
189
|
+
return (module.exports = applyDecs2203R = applyDecs2203RFactory(), module.exports.__esModule = true, module.exports["default"] = module.exports)(e, t, r);
|
|
190
|
+
}
|
|
191
|
+
module.exports = applyDecs2203R, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
@@ -0,0 +1,222 @@
|
|
|
1
|
+
var _typeof = require("./typeof.js")["default"];
|
|
2
|
+
var checkInRHS = require("./checkInRHS.js");
|
|
3
|
+
var setFunctionName = require("./setFunctionName.js");
|
|
4
|
+
var toPropertyKey = require("./toPropertyKey.js");
|
|
5
|
+
function applyDecs2301Factory() {
|
|
6
|
+
function createAddInitializerMethod(e, t) {
|
|
7
|
+
return function (r) {
|
|
8
|
+
!function (e) {
|
|
9
|
+
if (e.v) throw Error("attempted to call addInitializer after decoration was finished");
|
|
10
|
+
}(t), assertCallable(r, "An initializer"), e.push(r);
|
|
11
|
+
};
|
|
12
|
+
}
|
|
13
|
+
function assertInstanceIfPrivate(e, t) {
|
|
14
|
+
if (!e(t)) throw new TypeError("Attempted to access private element on non-instance");
|
|
15
|
+
}
|
|
16
|
+
function memberDec(e, t, r, n, a, i, s, o, c) {
|
|
17
|
+
var u;
|
|
18
|
+
switch (a) {
|
|
19
|
+
case 1:
|
|
20
|
+
u = "accessor";
|
|
21
|
+
break;
|
|
22
|
+
case 2:
|
|
23
|
+
u = "method";
|
|
24
|
+
break;
|
|
25
|
+
case 3:
|
|
26
|
+
u = "getter";
|
|
27
|
+
break;
|
|
28
|
+
case 4:
|
|
29
|
+
u = "setter";
|
|
30
|
+
break;
|
|
31
|
+
default:
|
|
32
|
+
u = "field";
|
|
33
|
+
}
|
|
34
|
+
var l,
|
|
35
|
+
f,
|
|
36
|
+
p = {
|
|
37
|
+
kind: u,
|
|
38
|
+
name: s ? "#" + t : toPropertyKey(t),
|
|
39
|
+
"static": i,
|
|
40
|
+
"private": s
|
|
41
|
+
},
|
|
42
|
+
d = {
|
|
43
|
+
v: !1
|
|
44
|
+
};
|
|
45
|
+
if (0 !== a && (p.addInitializer = createAddInitializerMethod(n, d)), s || 0 !== a && 2 !== a) {
|
|
46
|
+
if (2 === a) l = function l(e) {
|
|
47
|
+
return assertInstanceIfPrivate(c, e), r.value;
|
|
48
|
+
};else {
|
|
49
|
+
var h = 0 === a || 1 === a;
|
|
50
|
+
(h || 3 === a) && (l = s ? function (e) {
|
|
51
|
+
return assertInstanceIfPrivate(c, e), r.get.call(e);
|
|
52
|
+
} : function (e) {
|
|
53
|
+
return r.get.call(e);
|
|
54
|
+
}), (h || 4 === a) && (f = s ? function (e, t) {
|
|
55
|
+
assertInstanceIfPrivate(c, e), r.set.call(e, t);
|
|
56
|
+
} : function (e, t) {
|
|
57
|
+
r.set.call(e, t);
|
|
58
|
+
});
|
|
59
|
+
}
|
|
60
|
+
} else l = function l(e) {
|
|
61
|
+
return e[t];
|
|
62
|
+
}, 0 === a && (f = function f(e, r) {
|
|
63
|
+
e[t] = r;
|
|
64
|
+
});
|
|
65
|
+
var v = s ? c.bind() : function (e) {
|
|
66
|
+
return t in e;
|
|
67
|
+
};
|
|
68
|
+
p.access = l && f ? {
|
|
69
|
+
get: l,
|
|
70
|
+
set: f,
|
|
71
|
+
has: v
|
|
72
|
+
} : l ? {
|
|
73
|
+
get: l,
|
|
74
|
+
has: v
|
|
75
|
+
} : {
|
|
76
|
+
set: f,
|
|
77
|
+
has: v
|
|
78
|
+
};
|
|
79
|
+
try {
|
|
80
|
+
return e(o, p);
|
|
81
|
+
} finally {
|
|
82
|
+
d.v = !0;
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
function assertCallable(e, t) {
|
|
86
|
+
if ("function" != typeof e) throw new TypeError(t + " must be a function");
|
|
87
|
+
}
|
|
88
|
+
function assertValidReturnValue(e, t) {
|
|
89
|
+
var r = _typeof(t);
|
|
90
|
+
if (1 === e) {
|
|
91
|
+
if ("object" !== r || null === t) throw new TypeError("accessor decorators must return an object with get, set, or init properties or void 0");
|
|
92
|
+
void 0 !== t.get && assertCallable(t.get, "accessor.get"), void 0 !== t.set && assertCallable(t.set, "accessor.set"), void 0 !== t.init && assertCallable(t.init, "accessor.init");
|
|
93
|
+
} else if ("function" !== r) throw new TypeError((0 === e ? "field" : 10 === e ? "class" : "method") + " decorators must return a function or void 0");
|
|
94
|
+
}
|
|
95
|
+
function curryThis2(e) {
|
|
96
|
+
return function (t) {
|
|
97
|
+
e(this, t);
|
|
98
|
+
};
|
|
99
|
+
}
|
|
100
|
+
function applyMemberDec(e, t, r, n, a, i, s, o, c) {
|
|
101
|
+
var u,
|
|
102
|
+
l,
|
|
103
|
+
f,
|
|
104
|
+
p,
|
|
105
|
+
d,
|
|
106
|
+
h,
|
|
107
|
+
v,
|
|
108
|
+
y,
|
|
109
|
+
g = r[0];
|
|
110
|
+
if (s ? (0 === a || 1 === a ? (u = {
|
|
111
|
+
get: (d = r[3], function () {
|
|
112
|
+
return d(this);
|
|
113
|
+
}),
|
|
114
|
+
set: curryThis2(r[4])
|
|
115
|
+
}, f = "get") : 3 === a ? (u = {
|
|
116
|
+
get: r[3]
|
|
117
|
+
}, f = "get") : 4 === a ? (u = {
|
|
118
|
+
set: r[3]
|
|
119
|
+
}, f = "set") : u = {
|
|
120
|
+
value: r[3]
|
|
121
|
+
}, 0 !== a && (1 === a && setFunctionName(u.set, "#" + n, "set"), setFunctionName(u[f || "value"], "#" + n, f))) : 0 !== a && (u = Object.getOwnPropertyDescriptor(t, n)), 1 === a ? p = {
|
|
122
|
+
get: u.get,
|
|
123
|
+
set: u.set
|
|
124
|
+
} : 2 === a ? p = u.value : 3 === a ? p = u.get : 4 === a && (p = u.set), "function" == typeof g) void 0 !== (h = memberDec(g, n, u, o, a, i, s, p, c)) && (assertValidReturnValue(a, h), 0 === a ? l = h : 1 === a ? (l = h.init, v = h.get || p.get, y = h.set || p.set, p = {
|
|
125
|
+
get: v,
|
|
126
|
+
set: y
|
|
127
|
+
}) : p = h);else for (var m = g.length - 1; m >= 0; m--) {
|
|
128
|
+
var b;
|
|
129
|
+
void 0 !== (h = memberDec(g[m], n, u, o, a, i, s, p, c)) && (assertValidReturnValue(a, h), 0 === a ? b = h : 1 === a ? (b = h.init, v = h.get || p.get, y = h.set || p.set, p = {
|
|
130
|
+
get: v,
|
|
131
|
+
set: y
|
|
132
|
+
}) : p = h, void 0 !== b && (void 0 === l ? l = b : "function" == typeof l ? l = [l, b] : l.push(b)));
|
|
133
|
+
}
|
|
134
|
+
if (0 === a || 1 === a) {
|
|
135
|
+
if (void 0 === l) l = function l(e, t) {
|
|
136
|
+
return t;
|
|
137
|
+
};else if ("function" != typeof l) {
|
|
138
|
+
var I = l;
|
|
139
|
+
l = function l(e, t) {
|
|
140
|
+
for (var r = t, n = 0; n < I.length; n++) r = I[n].call(e, r);
|
|
141
|
+
return r;
|
|
142
|
+
};
|
|
143
|
+
} else {
|
|
144
|
+
var w = l;
|
|
145
|
+
l = function l(e, t) {
|
|
146
|
+
return w.call(e, t);
|
|
147
|
+
};
|
|
148
|
+
}
|
|
149
|
+
e.push(l);
|
|
150
|
+
}
|
|
151
|
+
0 !== a && (1 === a ? (u.get = p.get, u.set = p.set) : 2 === a ? u.value = p : 3 === a ? u.get = p : 4 === a && (u.set = p), s ? 1 === a ? (e.push(function (e, t) {
|
|
152
|
+
return p.get.call(e, t);
|
|
153
|
+
}), e.push(function (e, t) {
|
|
154
|
+
return p.set.call(e, t);
|
|
155
|
+
})) : 2 === a ? e.push(p) : e.push(function (e, t) {
|
|
156
|
+
return p.call(e, t);
|
|
157
|
+
}) : Object.defineProperty(t, n, u));
|
|
158
|
+
}
|
|
159
|
+
function applyMemberDecs(e, t, r) {
|
|
160
|
+
for (var n, a, i, s = [], o = new Map(), c = new Map(), u = 0; u < t.length; u++) {
|
|
161
|
+
var l = t[u];
|
|
162
|
+
if (Array.isArray(l)) {
|
|
163
|
+
var f,
|
|
164
|
+
p,
|
|
165
|
+
d = l[1],
|
|
166
|
+
h = l[2],
|
|
167
|
+
v = l.length > 3,
|
|
168
|
+
y = d >= 5,
|
|
169
|
+
g = r;
|
|
170
|
+
if (y ? (f = e, 0 != (d -= 5) && (p = a = a || []), v && !i && (i = function i(t) {
|
|
171
|
+
return checkInRHS(t) === e;
|
|
172
|
+
}), g = i) : (f = e.prototype, 0 !== d && (p = n = n || [])), 0 !== d && !v) {
|
|
173
|
+
var m = y ? c : o,
|
|
174
|
+
b = m.get(h) || 0;
|
|
175
|
+
if (!0 === b || 3 === b && 4 !== d || 4 === b && 3 !== d) throw Error("Attempted to decorate a public method/accessor that has the same name as a previously decorated public method/accessor. This is not currently supported by the decorators plugin. Property name was: " + h);
|
|
176
|
+
!b && d > 2 ? m.set(h, d) : m.set(h, !0);
|
|
177
|
+
}
|
|
178
|
+
applyMemberDec(s, f, l, h, d, y, v, p, g);
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
return pushInitializers(s, n), pushInitializers(s, a), s;
|
|
182
|
+
}
|
|
183
|
+
function pushInitializers(e, t) {
|
|
184
|
+
t && e.push(function (e) {
|
|
185
|
+
for (var r = 0; r < t.length; r++) t[r].call(e);
|
|
186
|
+
return e;
|
|
187
|
+
});
|
|
188
|
+
}
|
|
189
|
+
return function (e, t, r, n) {
|
|
190
|
+
return {
|
|
191
|
+
e: applyMemberDecs(e, t, n),
|
|
192
|
+
get c() {
|
|
193
|
+
return function (e, t) {
|
|
194
|
+
if (t.length > 0) {
|
|
195
|
+
for (var r = [], n = e, a = e.name, i = t.length - 1; i >= 0; i--) {
|
|
196
|
+
var s = {
|
|
197
|
+
v: !1
|
|
198
|
+
};
|
|
199
|
+
try {
|
|
200
|
+
var o = t[i](n, {
|
|
201
|
+
kind: "class",
|
|
202
|
+
name: a,
|
|
203
|
+
addInitializer: createAddInitializerMethod(r, s)
|
|
204
|
+
});
|
|
205
|
+
} finally {
|
|
206
|
+
s.v = !0;
|
|
207
|
+
}
|
|
208
|
+
void 0 !== o && (assertValidReturnValue(10, o), n = o);
|
|
209
|
+
}
|
|
210
|
+
return [n, function () {
|
|
211
|
+
for (var e = 0; e < r.length; e++) r[e].call(n);
|
|
212
|
+
}];
|
|
213
|
+
}
|
|
214
|
+
}(e, r);
|
|
215
|
+
}
|
|
216
|
+
};
|
|
217
|
+
};
|
|
218
|
+
}
|
|
219
|
+
function applyDecs2301(e, t, r, n) {
|
|
220
|
+
return (module.exports = applyDecs2301 = applyDecs2301Factory(), module.exports.__esModule = true, module.exports["default"] = module.exports)(e, t, r, n);
|
|
221
|
+
}
|
|
222
|
+
module.exports = applyDecs2301, module.exports.__esModule = true, module.exports["default"] = module.exports;
|