packages/cdk-graph/src/core/graph.ts (3 lines): - line 1649: // TODO: should we retain the child attributes somewhere? - line 2677: // TODO: ensure store versions are compatible - line 2830: // TODO: support custom edge types explicitly packages/cdk-graph/src/cdk-graph.ts (3 lines): - line 234: static readonly VERSION = "0.0.0"; // TODO: make dynamic from package - line 262: // TODO: verify plugin deps via semver - line 330: // TODO: support deserializing pdk-graph to generate store/context packages/type-safe-api/scripts/type-safe-api/generators/typescript-async-lambda-handlers/templates/handlers.ejs (3 lines): - line 30: // TODO: Implement - line 70: // TODO: Implement - line 107: // TODO: Implement <%- operation.operationIdPascalCase %> Operation. packages/type-safe-api/scripts/type-safe-api/generators/typescript-async-lambda-handlers/templates/tests.ejs (2 lines): - line 35: // TODO: Update the test as appropriate when you implement your handler - line 38: // TODO: remove the "as any" below and fill in test values for the input packages/type-safe-api/scripts/type-safe-api/generators/typescript-lambda-handlers/templates/tests.ejs (2 lines): - line 36: // TODO: Update the test as appropriate when you implement your handler - line 40: // TODO: remove the "as any" below and fill in test values for the requestParameters<%= operation.parametersBody ? ' and body' : '' %> packages/cdk-graph-plugin-diagram/src/internal/graphviz/entities/edges.ts (2 lines): - line 62: to: EdgeTarget // TODO: support edge chain (need to handle subgraph case) // ...rest: EdgeTarget[] - line 159: // TODO: support edge chain (need to handle subgraph case) packages/type-safe-api/src/construct/waf/open-api-gateway-web-acl.ts (2 lines): - line 49: // TODO: vendor property is deprecated, to be removed in the future iterations - line 98: // TODO: the usage of `vendor` it's for backward compatibility packages/aws-arch/scripts/aws-arch/generate-assets.ts (2 lines): - line 62: // TODO: convert generic assets to grayscale - line 96: // TODO: support svg groups - need to find the assets packages/type-safe-api/scripts/type-safe-api/generators/java-lambda-handlers/templates/handlers.ejs (1 line): - line 70: // TODO: Implement <%- operation.operationIdPascalCase %> Operation. `input` contains the request input. packages/type-safe-api/scripts/type-safe-api/generators/python/templates/client/models/models.ejs (1 line): - line 392: # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead packages/type-safe-api/scripts/type-safe-api/generators/python-async-lambda-handlers/templates/tests.ejs (1 line): - line 45: # TODO: Update the test as appropriate when you implement your handler packages/type-safe-api/scripts/type-safe-api/generators/java-lambda-handlers/templates/tests.ejs (1 line): - line 31: // TODO: Update the test as appropriate when you implement your handler packages/type-safe-api/scripts/type-safe-api/generators/java-async-lambda-handlers/templates/tests.ejs (1 line): - line 31: // TODO: Update the test as appropriate when you implement your handler packages/type-safe-api/src/project/type-safe-websocket-api-project.ts (1 line): - line 247: // TODO: Delete when python/java support is implemented packages/type-safe-api/src/construct/waf/types.ts (1 line): - line 5: /* TODO: to be refactored in the next releases. It's suggested to reuse directly packages/type-safe-api/scripts/type-safe-api/generators/python-async-lambda-handlers/templates/handlers.ejs (1 line): - line 27: # TODO: Implement <%- operation.operationIdPascalCase %> Operation. `input` contains the request input packages/type-safe-api/src/project/codegen/runtime/generated-python-async-runtime-project.ts (1 line): - line 27: // TODO: when implemented, point to OtherGenerators.PYTHON_ASYNC_RUNTIME, and 'python/templates/client/models' packages/monorepo/src/components/nx-configurator.ts (1 line): - line 297: target: "install", // TODO: remove in favour of the upgrade task if ever implemented for python packages/type-safe-api/src/construct/prepare-spec-event-handler/prepare-spec.ts (1 line): - line 204: // TODO: Consider following response header references packages/type-safe-api/scripts/type-safe-api/generators/python-lambda-handlers/templates/handlers.ejs (1 line): - line 27: # TODO: Implement <%- operation.operationIdPascalCase %> Operation. `input` contains the request input packages/type-safe-api/scripts/type-safe-api/generators/python-lambda-handlers/templates/tests.ejs (1 line): - line 45: # TODO: Update the test as appropriate when you implement your handler packages/monorepo/src/projects/python/monorepo-py.ts (1 line): - line 185: // TODO: remove in favour of the "upgrade" task if ever implemented for python packages/type-safe-api/scripts/type-safe-api/generators/python/templates/client/apiClient.ejs (1 line): - line 69: 'long': int, # TODO remove as only py3 is supported? packages/type-safe-api/scripts/type-safe-api/generators/typescript-lambda-handlers/templates/handlers.ejs (1 line): - line 27: // TODO: Implement <%= operation.operationIdPascalCase %> Operation. `input` contains the request input. packages/cdk-graph-plugin-diagram/src/config.ts (1 line): - line 35: // TODO: add drawio support packages/type-safe-api/src/project/codegen/runtime/generated-java-async-runtime-project.ts (1 line): - line 29: // TODO: when implemented, swap to OtherGenerators.JAVA_ASYNC_RUNTIME and "java/templates/client/models" packages/cdk-graph/src/core/compute.ts (1 line): - line 314: // TODO: consider saving unresolved references if become valuable. packages/type-safe-api/src/project/codegen/runtime/generated-java-runtime-project.ts (1 line): - line 29: // TODO: when implemented, swap to OtherGenerators.JAVA_ASYNC_RUNTIME and "java/templates/client/models" packages/cdk-graph/src/filtering/filters.ts (1 line): - line 248: // TODO: decide if we should prune custom resources in "compact" packages/type-safe-api/scripts/type-safe-api/generators/java-async-lambda-handlers/templates/handlers.ejs (1 line): - line 70: // TODO: Implement <%- operation.operationIdPascalCase %> Operation. `input` contains the request input. packages/monorepo/src/projects/typescript/monorepo-ts.ts (1 line): - line 718: // TODO: Install error on clean repo for postinstall (https://cloud.nx.app/runs/MptQr0BxgF) (https://github.com/nrwl/nx/issues/11210) packages/type-safe-api/scripts/type-safe-api/generators/generate-next.ts (1 line): - line 856: // TODO: we should likely revisit this to make the handler wrappers more intuitive for the default response case, as packages/cdk-graph-plugin-threat-composer/src/model-generator/threat-model-generator.ts (1 line): - line 186: // TODO: Consider appending to existing comments rather than overriding packages/cdk-graph-plugin-threat-composer/src/plugin.ts (1 line): - line 59: // TODO: consider graph plugin as dependency?