@aws/lsp-codewhisperer 0.0.18 → 0.0.19
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/CHANGELOG.md +13 -0
- package/out/language-server/chat/chatController.js +31 -11
- package/out/language-server/chat/chatController.js.map +1 -1
- package/out/language-server/chat/chatController.test.js +364 -1
- package/out/language-server/chat/chatController.test.js.map +1 -1
- package/out/language-server/chat/telemetry/chatTelemetryController.test.js +2 -2
- package/out/language-server/chat/telemetry/chatTelemetryController.test.js.map +1 -1
- package/out/language-server/codeWhispererSecurityScanServer.d.ts +2 -2
- package/out/language-server/codeWhispererSecurityScanServer.js +1 -1
- package/out/language-server/codeWhispererSecurityScanServer.js.map +1 -1
- package/out/language-server/codeWhispererServer.d.ts +2 -2
- package/out/language-server/codeWhispererServer.js +18 -12
- package/out/language-server/codeWhispererServer.js.map +1 -1
- package/out/language-server/codeWhispererServer.test.js +39 -12
- package/out/language-server/codeWhispererServer.test.js.map +1 -1
- package/out/language-server/codeWhispererService.d.ts +4 -4
- package/out/language-server/codeWhispererService.js +10 -7
- package/out/language-server/codeWhispererService.js.map +1 -1
- package/out/language-server/configuration/qConfigurationServer.d.ts +2 -2
- package/out/language-server/configuration/qConfigurationServer.js +2 -2
- package/out/language-server/configuration/qConfigurationServer.js.map +1 -1
- package/out/language-server/dependencyGraph/dependencyGraph.d.ts +1 -1
- package/out/language-server/netTransform/tests/validation.test.js +5 -3
- package/out/language-server/netTransform/tests/validation.test.js.map +1 -1
- package/out/language-server/netTransform/transformHandler.js +2 -2
- package/out/language-server/netTransform/transformHandler.js.map +1 -1
- package/out/language-server/netTransform/validation.d.ts +3 -2
- package/out/language-server/netTransform/validation.js +12 -5
- package/out/language-server/netTransform/validation.js.map +1 -1
- package/out/language-server/netTransformServer.d.ts +2 -2
- package/out/language-server/netTransformServer.js +1 -1
- package/out/language-server/netTransformServer.js.map +1 -1
- package/out/language-server/proxy-server.js +10 -10
- package/out/language-server/proxy-server.js.map +1 -1
- package/out/language-server/qChatServer.js +2 -2
- package/out/language-server/qChatServer.js.map +1 -1
- package/out/language-server/telemetry/codePercentage.test.js +1 -0
- package/out/language-server/telemetry/codePercentage.test.js.map +1 -1
- package/out/language-server/telemetry/userTriggerDecision.test.js +0 -5
- package/out/language-server/telemetry/userTriggerDecision.test.js.map +1 -1
- package/out/language-server/telemetryService.d.ts +2 -2
- package/out/language-server/telemetryService.js +2 -2
- package/out/language-server/telemetryService.js.map +1 -1
- package/out/language-server/telemetryService.test.js +23 -22
- package/out/language-server/telemetryService.test.js.map +1 -1
- package/out/language-server/testUtils.d.ts +1 -0
- package/out/language-server/testUtils.js +2 -1
- package/out/language-server/testUtils.js.map +1 -1
- package/out/language-server/utilities/supplementalContextUtil/supplementalContextUtil.test.js.map +1 -1
- package/out/language-server/utils.d.ts +2 -2
- package/out/language-server/utils.js +2 -3
- package/out/language-server/utils.js.map +1 -1
- package/package.json +4 -3
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/README.md +0 -4
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-cjs/index.js +0 -295
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/auth.js +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/blob/blob-types.js +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/connection.js +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/credentials.js +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/dns.js +0 -5
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/endpoint.js +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/extensions/index.js +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/http.js +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/identity/AnonymousIdentity.js +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/identity/AwsCredentialIdentity.js +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/identity/Identity.js +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/identity/LoginIdentity.js +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/identity/TokenIdentity.js +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/identity/index.js +0 -5
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/index.js +0 -32
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/middleware.js +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/profile.js +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/request.js +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/token.js +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/transfer.js +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/abort.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/auth.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +0 -2
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/client.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/command.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/connection.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +0 -49
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/dns.d.ts +0 -85
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/encode.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +0 -8
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/http.d.ts +0 -33
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +0 -6
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +0 -18
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/identity/index.d.ts +0 -5
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/index.d.ts +0 -32
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/logger.d.ts +0 -22
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/profile.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/request.d.ts +0 -7
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/response.d.ts +0 -7
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/retry.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/serde.d.ts +0 -24
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/signature.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/stream.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/token.d.ts +0 -17
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/auth.d.ts +0 -5
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/blob-types.d.ts +0 -2
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/checksum.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/connection.d.ts +0 -6
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +0 -12
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +0 -7
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/dns.d.ts +0 -19
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/encode.d.ts +0 -6
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts +0 -9
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +0 -24
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/extensions/index.d.ts +0 -5
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +0 -17
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AnonymousIdentity.d.ts +0 -2
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +0 -4
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/Identity.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/LoginIdentity.d.ts +0 -6
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/index.d.ts +0 -5
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +0 -32
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +0 -15
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +0 -40
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts +0 -6
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/request.d.ts +0 -4
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +0 -4
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/retry.d.ts +0 -12
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +0 -16
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +0 -6
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +0 -15
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/stream.d.ts +0 -4
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/token.d.ts +0 -4
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +0 -7
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/uri.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +0 -14
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/uri.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/util.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/package.json +0 -56
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/LICENSE +0 -201
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/README.md +0 -4
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-cjs/index.js +0 -65
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +0 -5
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-es/index.js +0 -3
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +0 -10
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +0 -9
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +0 -10
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-types/index.d.ts +0 -3
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +0 -7
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +0 -7
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +0 -3
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +0 -7
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +0 -7
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/package.json +0 -65
- package/node_modules/@smithy/abort-controller/LICENSE +0 -201
- package/node_modules/@smithy/types/dist-es/abort.js +0 -1
- package/node_modules/@smithy/types/dist-es/checksum.js +0 -1
- package/node_modules/@smithy/types/dist-es/client.js +0 -1
- package/node_modules/@smithy/types/dist-es/command.js +0 -1
- package/node_modules/@smithy/types/dist-es/crypto.js +0 -1
- package/node_modules/@smithy/types/dist-es/encode.js +0 -1
- package/node_modules/@smithy/types/dist-es/eventStream.js +0 -1
- package/node_modules/@smithy/types/dist-es/logger.js +0 -1
- package/node_modules/@smithy/types/dist-es/pagination.js +0 -1
- package/node_modules/@smithy/types/dist-es/response.js +0 -1
- package/node_modules/@smithy/types/dist-es/retry.js +0 -1
- package/node_modules/@smithy/types/dist-es/serde.js +0 -1
- package/node_modules/@smithy/types/dist-es/shapes.js +0 -1
- package/node_modules/@smithy/types/dist-es/signature.js +0 -1
- package/node_modules/@smithy/types/dist-es/stream.js +0 -1
- package/node_modules/@smithy/types/dist-es/uri.js +0 -1
- package/node_modules/@smithy/types/dist-es/util.js +0 -1
- package/node_modules/@smithy/types/dist-es/waiter.js +0 -1
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types → @smithy/node-http-handler/node_modules/@smithy/abort-controller}/LICENSE +0 -0
- /package/node_modules/@smithy/{abort-controller → node-http-handler/node_modules/@smithy/abort-controller}/README.md +0 -0
- /package/node_modules/@smithy/{abort-controller → node-http-handler/node_modules/@smithy/abort-controller}/dist-cjs/AbortController.js +0 -0
- /package/node_modules/@smithy/{abort-controller → node-http-handler/node_modules/@smithy/abort-controller}/dist-cjs/AbortSignal.js +0 -0
- /package/node_modules/@smithy/{abort-controller → node-http-handler/node_modules/@smithy/abort-controller}/dist-cjs/index.js +0 -0
- /package/node_modules/@smithy/{abort-controller → node-http-handler/node_modules/@smithy/abort-controller}/dist-es/AbortController.js +0 -0
- /package/node_modules/@smithy/{abort-controller → node-http-handler/node_modules/@smithy/abort-controller}/dist-es/AbortSignal.js +0 -0
- /package/node_modules/@smithy/{abort-controller → node-http-handler/node_modules/@smithy/abort-controller}/dist-es/index.js +0 -0
- /package/node_modules/@smithy/{abort-controller → node-http-handler/node_modules/@smithy/abort-controller}/dist-types/AbortController.d.ts +0 -0
- /package/node_modules/@smithy/{abort-controller → node-http-handler/node_modules/@smithy/abort-controller}/dist-types/AbortSignal.d.ts +0 -0
- /package/node_modules/@smithy/{abort-controller → node-http-handler/node_modules/@smithy/abort-controller}/dist-types/index.d.ts +0 -0
- /package/node_modules/@smithy/{abort-controller → node-http-handler/node_modules/@smithy/abort-controller}/dist-types/ts3.4/AbortController.d.ts +0 -0
- /package/node_modules/@smithy/{abort-controller → node-http-handler/node_modules/@smithy/abort-controller}/dist-types/ts3.4/AbortSignal.d.ts +0 -0
- /package/node_modules/@smithy/{abort-controller → node-http-handler/node_modules/@smithy/abort-controller}/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/@smithy/{abort-controller → node-http-handler/node_modules/@smithy/abort-controller}/package.json +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/LICENSE +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/README.md +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-cjs/Field.js +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-cjs/Fields.js +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-cjs/extensions/httpExtensionConfiguration.js +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-cjs/extensions/index.js +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-cjs/httpHandler.js +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-cjs/httpRequest.js +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-cjs/httpResponse.js +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-cjs/index.js +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-cjs/isValidHostname.js +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-cjs/types.js +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-es/Field.js +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-es/Fields.js +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-es/extensions/httpExtensionConfiguration.js +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-es/extensions/index.js +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-es/httpHandler.js +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-es/httpRequest.js +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-es/httpResponse.js +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-es/index.js +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-es/isValidHostname.js +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-es/types.js +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-types/Field.d.ts +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-types/Fields.d.ts +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-types/extensions/httpExtensionConfiguration.d.ts +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-types/extensions/index.d.ts +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-types/httpHandler.d.ts +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-types/httpRequest.d.ts +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-types/httpResponse.d.ts +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-types/index.d.ts +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-types/isValidHostname.d.ts +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-types/ts3.4/Field.d.ts +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-types/ts3.4/Fields.d.ts +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-types/ts3.4/extensions/httpExtensionConfiguration.d.ts +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-types/ts3.4/extensions/index.d.ts +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-types/ts3.4/httpHandler.d.ts +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-types/ts3.4/httpRequest.d.ts +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-types/ts3.4/httpResponse.d.ts +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-types/ts3.4/isValidHostname.d.ts +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-types/ts3.4/types.d.ts +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-types/types.d.ts +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/package.json +0 -0
- /package/node_modules/@smithy/{querystring-builder → node-http-handler/node_modules/@smithy/querystring-builder}/LICENSE +0 -0
- /package/node_modules/@smithy/{querystring-builder → node-http-handler/node_modules/@smithy/querystring-builder}/README.md +0 -0
- /package/node_modules/@smithy/{querystring-builder → node-http-handler/node_modules/@smithy/querystring-builder}/dist-cjs/index.js +0 -0
- /package/node_modules/@smithy/{querystring-builder → node-http-handler/node_modules/@smithy/querystring-builder}/dist-es/index.js +0 -0
- /package/node_modules/@smithy/{querystring-builder → node-http-handler/node_modules/@smithy/querystring-builder}/dist-types/index.d.ts +0 -0
- /package/node_modules/@smithy/{querystring-builder → node-http-handler/node_modules/@smithy/querystring-builder}/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/@smithy/{querystring-builder → node-http-handler/node_modules/@smithy/querystring-builder}/package.json +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/LICENSE +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/README.md +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/abort.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/auth/HttpApiKeyAuth.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/auth/HttpAuthScheme.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/auth/HttpAuthSchemeProvider.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/auth/HttpSigner.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/auth/IdentityProviderConfig.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/auth/auth.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/auth/index.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/blob/blob-payload-input-types.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/checksum.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/client.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/command.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/connection/config.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/connection/index.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/connection/manager.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/connection/pool.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/crypto.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/downlevel-ts3.4/transform/type-transform.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/encode.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/endpoint.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/endpoints/EndpointRuleObject.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/endpoints/ErrorRuleObject.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/endpoints/RuleSetObject.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/endpoints/TreeRuleObject.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/endpoints/index.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/endpoints/shared.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/eventStream.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/extensions/checksum.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/extensions/defaultClientConfiguration.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/extensions/defaultExtensionConfiguration.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/extensions/index.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/extensions/retry.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/externals-check/browser-externals-check.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/http/httpHandlerInitialization.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/http.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/identity/apiKeyIdentity.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/identity/awsCredentialIdentity.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/identity/identity.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/identity/index.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/identity/tokenIdentity.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/index.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/logger.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/middleware.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/pagination.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/profile.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/response.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/retry.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/serde.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/shapes.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/signature.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/stream.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/streaming-payload/streaming-blob-common-types.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/streaming-payload/streaming-blob-payload-input-types.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/streaming-payload/streaming-blob-payload-output-types.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/transfer.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/transform/client-method-transforms.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/transform/client-payload-blob-type-narrow.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/transform/exact.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/transform/no-undefined.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/transform/type-transform.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/uri.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/util.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/waiter.js +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@aws-sdk → @smithy/node-http-handler/node_modules/@smithy}/types/dist-es/abort.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/auth/HttpApiKeyAuth.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/auth/HttpAuthScheme.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/auth/HttpAuthSchemeProvider.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/auth/HttpSigner.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/auth/IdentityProviderConfig.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/auth/auth.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/auth/index.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/blob/blob-payload-input-types.js +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@aws-sdk → @smithy/node-http-handler/node_modules/@smithy}/types/dist-es/checksum.js +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@aws-sdk → @smithy/node-http-handler/node_modules/@smithy}/types/dist-es/client.js +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@aws-sdk → @smithy/node-http-handler/node_modules/@smithy}/types/dist-es/command.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/connection/config.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/connection/index.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/connection/manager.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/connection/pool.js +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@aws-sdk → @smithy/node-http-handler/node_modules/@smithy}/types/dist-es/crypto.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/downlevel-ts3.4/transform/type-transform.js +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@aws-sdk → @smithy/node-http-handler/node_modules/@smithy}/types/dist-es/encode.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/endpoint.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/endpoints/EndpointRuleObject.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/endpoints/ErrorRuleObject.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/endpoints/RuleSetObject.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/endpoints/TreeRuleObject.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/endpoints/index.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/endpoints/shared.js +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@aws-sdk → @smithy/node-http-handler/node_modules/@smithy}/types/dist-es/eventStream.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/extensions/checksum.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/extensions/defaultClientConfiguration.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/extensions/defaultExtensionConfiguration.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/extensions/index.js +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es → @smithy/node-http-handler/node_modules/@smithy/types/dist-es/extensions}/retry.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/externals-check/browser-externals-check.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/http/httpHandlerInitialization.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/http.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/identity/apiKeyIdentity.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/identity/awsCredentialIdentity.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/identity/identity.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/identity/index.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/identity/tokenIdentity.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/index.js +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@aws-sdk → @smithy/node-http-handler/node_modules/@smithy}/types/dist-es/logger.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/middleware.js +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@aws-sdk → @smithy/node-http-handler/node_modules/@smithy}/types/dist-es/pagination.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/profile.js +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@aws-sdk → @smithy/node-http-handler/node_modules/@smithy}/types/dist-es/response.js +0 -0
- /package/node_modules/@smithy/{types/dist-es/extensions → node-http-handler/node_modules/@smithy/types/dist-es}/retry.js +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@aws-sdk → @smithy/node-http-handler/node_modules/@smithy}/types/dist-es/serde.js +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@aws-sdk → @smithy/node-http-handler/node_modules/@smithy}/types/dist-es/shapes.js +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@aws-sdk → @smithy/node-http-handler/node_modules/@smithy}/types/dist-es/signature.js +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@aws-sdk → @smithy/node-http-handler/node_modules/@smithy}/types/dist-es/stream.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/streaming-payload/streaming-blob-common-types.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/streaming-payload/streaming-blob-payload-input-types.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/streaming-payload/streaming-blob-payload-output-types.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/transfer.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/transform/client-method-transforms.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/transform/client-payload-blob-type-narrow.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/transform/exact.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/transform/no-undefined.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/transform/type-transform.js +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@aws-sdk → @smithy/node-http-handler/node_modules/@smithy}/types/dist-es/uri.js +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@aws-sdk → @smithy/node-http-handler/node_modules/@smithy}/types/dist-es/util.js +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@aws-sdk → @smithy/node-http-handler/node_modules/@smithy}/types/dist-es/waiter.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/abort.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/auth/HttpApiKeyAuth.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/auth/HttpAuthScheme.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/auth/HttpAuthSchemeProvider.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/auth/HttpSigner.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/auth/IdentityProviderConfig.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/auth/auth.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/auth/index.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/blob/blob-payload-input-types.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/checksum.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/client.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/command.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/connection/config.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/connection/index.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/connection/manager.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/connection/pool.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/crypto.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/encode.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/endpoint.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/endpoints/EndpointRuleObject.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/endpoints/ErrorRuleObject.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/endpoints/RuleSetObject.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/endpoints/TreeRuleObject.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/endpoints/index.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/endpoints/shared.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/eventStream.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/extensions/checksum.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/extensions/defaultClientConfiguration.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/extensions/defaultExtensionConfiguration.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/extensions/index.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/extensions/retry.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/externals-check/browser-externals-check.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/http/httpHandlerInitialization.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/http.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/identity/apiKeyIdentity.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/identity/awsCredentialIdentity.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/identity/identity.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/identity/index.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/identity/tokenIdentity.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/index.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/logger.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/middleware.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/pagination.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/profile.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/response.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/retry.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/serde.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/shapes.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/signature.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/stream.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/streaming-payload/streaming-blob-common-types.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/transfer.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/transform/client-method-transforms.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/transform/client-payload-blob-type-narrow.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/transform/exact.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/transform/no-undefined.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/transform/type-transform.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/abort.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/auth/HttpSigner.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/auth/auth.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/auth/index.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/checksum.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/client.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/command.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/connection/config.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/connection/index.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/connection/manager.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/connection/pool.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/crypto.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/encode.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/endpoint.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/endpoints/index.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/endpoints/shared.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/eventStream.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/extensions/checksum.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/extensions/index.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/extensions/retry.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/http.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/identity/identity.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/identity/index.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/identity/tokenIdentity.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/logger.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/middleware.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/pagination.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/profile.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/response.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/retry.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/serde.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/shapes.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/signature.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/stream.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/transfer.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/transform/client-method-transforms.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/transform/exact.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/transform/no-undefined.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/transform/type-transform.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/uri.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/util.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/waiter.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/uri.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/util.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/waiter.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/package.json +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chatTelemetryController.test.js","sourceRoot":"","sources":["../../../../src/language-server/chat/telemetry/chatTelemetryController.test.ts"],"names":[],"mappings":";;AAAA,mEAAoE;AACpE,uCAA4B;AAC5B,iDAA8D;AAC9D,uEAA+F;AAC/F,iCAAiC;AACjC,uDAAmD;AAGnD,QAAQ,CAAC,qBAAqB,EAAE,GAAG,EAAE;IACjC,MAAM,SAAS,GAAG,WAAW,CAAA;IAC7B,MAAM,kBAAkB,GAAG,oBAAoB,CAAA;IAE/C,IAAI,YAA0B,CAAA;IAC9B,IAAI,mBAA4C,CAAA;
|
|
1
|
+
{"version":3,"file":"chatTelemetryController.test.js","sourceRoot":"","sources":["../../../../src/language-server/chat/telemetry/chatTelemetryController.test.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { CredentialsProvider, Server } from '@aws/language-server-runtimes/server-interface';
|
|
1
|
+
import { CredentialsProvider, Server, Workspace } from '@aws/language-server-runtimes/server-interface';
|
|
2
2
|
import { CodeWhispererServiceToken } from './codeWhispererService';
|
|
3
|
-
export declare const SecurityScanServerToken: (service: (credentialsProvider: CredentialsProvider) => CodeWhispererServiceToken) => Server;
|
|
3
|
+
export declare const SecurityScanServerToken: (service: (credentialsProvider: CredentialsProvider, workspace: Workspace) => CodeWhispererServiceToken) => Server;
|
|
@@ -12,7 +12,7 @@ const telemetryUtils_1 = require("./utilities/telemetryUtils");
|
|
|
12
12
|
const RunSecurityScanCommand = 'aws/codewhisperer/runSecurityScan';
|
|
13
13
|
const CancelSecurityScanCommand = 'aws/codewhisperer/cancelSecurityScan';
|
|
14
14
|
const SecurityScanServerToken = (service) => ({ credentialsProvider, workspace, logging, lsp, telemetry, runtime }) => {
|
|
15
|
-
const codewhispererclient = service(credentialsProvider);
|
|
15
|
+
const codewhispererclient = service(credentialsProvider, workspace);
|
|
16
16
|
const diagnosticsProvider = new securityScanDiagnosticsProvider_1.default(lsp, logging);
|
|
17
17
|
const scanHandler = new securityScanHandler_1.SecurityScanHandler(codewhispererclient, workspace, logging);
|
|
18
18
|
const runSecurityScan = async (params, token) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"codeWhispererSecurityScanServer.js","sourceRoot":"","sources":["../../src/language-server/codeWhispererSecurityScanServer.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"codeWhispererSecurityScanServer.js","sourceRoot":"","sources":["../../src/language-server/codeWhispererSecurityScanServer.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { CredentialsProvider, Server } from '@aws/language-server-runtimes/server-interface';
|
|
1
|
+
import { CredentialsProvider, Server, Workspace } from '@aws/language-server-runtimes/server-interface';
|
|
2
2
|
import { CodeWhispererServiceBase } from './codeWhispererService';
|
|
3
3
|
export declare const CONTEXT_CHARACTERS_LIMIT = 10240;
|
|
4
|
-
export declare const CodewhispererServerFactory: (service: (credentials: CredentialsProvider) => CodeWhispererServiceBase) => Server;
|
|
4
|
+
export declare const CodewhispererServerFactory: (service: (credentials: CredentialsProvider, workspace: Workspace) => CodeWhispererServiceBase) => Server;
|
|
5
5
|
export declare const CodeWhispererServerIAM: Server;
|
|
6
6
|
export declare const CodeWhispererServerToken: Server;
|
|
@@ -179,8 +179,8 @@ const CodewhispererServerFactory = (service) => ({ credentialsProvider, lsp, wor
|
|
|
179
179
|
let lastUserModificationTime;
|
|
180
180
|
let timeSinceLastUserModification = 0;
|
|
181
181
|
const sessionManager = sessionManager_1.SessionManager.getInstance();
|
|
182
|
-
const codeWhispererService = service(credentialsProvider);
|
|
183
|
-
const telemetryService = new telemetryService_1.TelemetryService(credentialsProvider, codeWhispererService.getCredentialsType(), telemetry, logging);
|
|
182
|
+
const codeWhispererService = service(credentialsProvider, workspace);
|
|
183
|
+
const telemetryService = new telemetryService_1.TelemetryService(credentialsProvider, codeWhispererService.getCredentialsType(), telemetry, logging, workspace);
|
|
184
184
|
lsp.addInitializer((params) => {
|
|
185
185
|
codeWhispererService.updateClientConfig({
|
|
186
186
|
customUserAgent: (0, telemetryUtils_1.getUserAgent)(params, runtime.serverInfo),
|
|
@@ -253,17 +253,23 @@ const CodewhispererServerFactory = (service) => ({ credentialsProvider, lsp, wor
|
|
|
253
253
|
!autoTriggerResult.shouldTrigger) {
|
|
254
254
|
return EMPTY_RESULT;
|
|
255
255
|
}
|
|
256
|
-
|
|
257
|
-
const
|
|
256
|
+
// supplementalContext available only via token authentication
|
|
257
|
+
const supplementalContextPromise = codeWhispererService instanceof codeWhispererService_1.CodeWhispererServiceToken
|
|
258
|
+
? (0, supplementalContextUtil_1.fetchSupplementalContext)(textDocument, params.position, workspace, logging, token)
|
|
259
|
+
: Promise.resolve(undefined);
|
|
260
|
+
let requestContext = {
|
|
258
261
|
fileContext,
|
|
259
262
|
maxResults,
|
|
260
|
-
|
|
263
|
+
};
|
|
264
|
+
const supplementalContext = await supplementalContextPromise;
|
|
265
|
+
if (codeWhispererService instanceof codeWhispererService_1.CodeWhispererServiceToken) {
|
|
266
|
+
requestContext.supplementalContexts = supplementalContext?.supplementalContextItems
|
|
261
267
|
? supplementalContext.supplementalContextItems.map(v => ({
|
|
262
268
|
content: v.content,
|
|
263
269
|
filePath: v.filePath,
|
|
264
270
|
}))
|
|
265
|
-
: []
|
|
266
|
-
}
|
|
271
|
+
: [];
|
|
272
|
+
}
|
|
267
273
|
// Close ACTIVE session and record Discard trigger decision immediately
|
|
268
274
|
if (currentSession && currentSession.state === 'ACTIVE') {
|
|
269
275
|
// Emit user trigger decision at session close time for active session
|
|
@@ -422,9 +428,9 @@ const CodewhispererServerFactory = (service) => ({ credentialsProvider, lsp, wor
|
|
|
422
428
|
codePercentageTracker.customizationArn = (0, textUtils_1.undefinedIfEmpty)(qConfig.customization);
|
|
423
429
|
logging.log(`Inline completion configuration updated to use ${codeWhispererService.customizationArn}`);
|
|
424
430
|
/*
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
431
|
+
The flag enableTelemetryEventsToDestination is set to true temporarily. It's value will be determined through destination
|
|
432
|
+
configuration post all events migration to STE. It'll be replaced by qConfig['enableTelemetryEventsToDestination'] === true
|
|
433
|
+
*/
|
|
428
434
|
// const enableTelemetryEventsToDestination = true
|
|
429
435
|
// telemetryService.updateEnableTelemetryEventsToDestination(enableTelemetryEventsToDestination)
|
|
430
436
|
const optOutTelemetryPreference = qConfig['optOutTelemetry'] === true ? 'OPTOUT' : 'OPTIN';
|
|
@@ -469,6 +475,6 @@ const CodewhispererServerFactory = (service) => ({ credentialsProvider, lsp, wor
|
|
|
469
475
|
};
|
|
470
476
|
};
|
|
471
477
|
exports.CodewhispererServerFactory = CodewhispererServerFactory;
|
|
472
|
-
exports.CodeWhispererServerIAM = (0, exports.CodewhispererServerFactory)(credentialsProvider => new codeWhispererService_1.CodeWhispererServiceIAM(credentialsProvider));
|
|
473
|
-
exports.CodeWhispererServerToken = (0, exports.CodewhispererServerFactory)(credentialsProvider => new codeWhispererService_1.CodeWhispererServiceToken(credentialsProvider));
|
|
478
|
+
exports.CodeWhispererServerIAM = (0, exports.CodewhispererServerFactory)((credentialsProvider, workspace) => new codeWhispererService_1.CodeWhispererServiceIAM(credentialsProvider, workspace));
|
|
479
|
+
exports.CodeWhispererServerToken = (0, exports.CodewhispererServerFactory)((credentialsProvider, workspace) => new codeWhispererService_1.CodeWhispererServiceToken(credentialsProvider, workspace));
|
|
474
480
|
//# sourceMappingURL=codeWhispererServer.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"codeWhispererServer.js","sourceRoot":"","sources":["../../src/language-server/codeWhispererServer.ts"],"names":[],"mappings":";;;AAAA,qFAcuD;AAEvD,4DAAqE;AACrE,iEAM+B;AAC/B,2DAAmF;AACnF,uDAAmE;AACnE,6DAA+E;AAC/E,+DAAkE;AAMlE,mCAA4F;AAC5F,+DAAgF;AAChF,+EAA8E;AAC9E,yGAAsG;AACtG,qDAAwD;AACxD,yDAAqD;AACrD,iEAAsF;AAEtF,MAAM,YAAY,GAAG,EAAE,SAAS,EAAE,EAAE,EAAE,KAAK,EAAE,EAAE,EAAE,CAAA;AACpC,QAAA,wBAAwB,GAAG,KAAK,CAAA;AAE7C,qGAAqG;AACrG,MAAM,cAAc,GAAG,CAAC,MAIvB,EAOC,EAAE;IACA,MAAM,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,OAAO,CAAC;QACrC,KAAK,EAAE,EAAE,IAAI,EAAE,CAAC,EAAE,SAAS,EAAE,CAAC,EAAE;QAChC,GAAG,EAAE,MAAM,CAAC,QAAQ;KACvB,CAAC,CAAA;IACF,MAAM,KAAK,GAAG,MAAM,CAAC,YAAY,CAAC,OAAO,CAAC;QACtC,KAAK,EAAE,MAAM,CAAC,QAAQ;QACtB,GAAG,EAAE,MAAM,CAAC,YAAY,CAAC,UAAU,CAAC,MAAM,CAAC,YAAY,CAAC,OAAO,EAAE,CAAC,MAAM,CAAC;KAC5E,CAAC,CAAA;IAEF,OAAO;QACH,QAAQ,EAAE,MAAM,CAAC,YAAY,CAAC,GAAG;QACjC,mBAAmB,EAAE;YACjB,YAAY,EAAE,MAAM,CAAC,kBAAkB;SAC1C;QACD,eAAe,EAAE,IAAI;QACrB,gBAAgB,EAAE,KAAK;KAC1B,CAAA;AACL,CAAC,CAAA;AAED,MAAM,8BAA8B,GAAG,CAAC,SAAoB,EAAE,OAA6B,EAAE,EAAE;IAC3F,MAAM,QAAQ,GAAG,IAAI,IAAI,EAAE,CAAC,OAAO,EAAE,GAAG,OAAO,CAAC,SAAS,CAAA;IACzD,MAAM,IAAI,GAAwC;QAC9C,sBAAsB,EAAE,OAAO,CAAC,eAAe,EAAE,SAAS;QAC1D,sBAAsB,EAAE,OAAO,CAAC,eAAe,EAAE,sBAAsB;QACvE,gCAAgC,EAAE,OAAO,CAAC,WAAW,CAAC,MAAM,GAAG,CAAC;QAChE,2BAA2B,EACvB,OAAO,CAAC,WAAW,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,IAAA,yBAAiB,EAAC,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS;QAC1F,wBAAwB,EAAE,OAAO,CAAC,WAAW;QAC7C,iCAAiC,EAAE,OAAO,CAAC,eAAe;QAC1D,QAAQ;QACR,uBAAuB,EAAE,OAAO,CAAC,aAAa,CAAC,IAAI;QACnD,yBAAyB,EAAE,OAAO,CAAC,aAAa,CAAC,SAAS;QAC1D,qBAAqB,EAAE,OAAO,CAAC,QAAQ;QACvC,kBAAkB,EAAE,OAAO,CAAC,kBAAkB;QAC9C,uCAAuC,EAAE,OAAO,CAAC,oBAAoB,EAAE,gBAAgB;QACvF,qCAAqC,EAAE,OAAO,CAAC,oBAAoB,EAAE,KAAK;QAC1E,uCAAuC,EAAE,OAAO,CAAC,oBAAoB,EAAE,OAAO;QAC9E,sCAAsC,EAAE,OAAO,CAAC,oBAAoB,EAAE,cAAc;QACpF,6BAA6B,EAAE,OAAO,CAAC,gBAAgB;KAC1D,CAAA;IACD,SAAS,CAAC,UAAU,CAAC;QACjB,IAAI,EAAE,iCAAiC;QACvC,MAAM,EAAE,WAAW;QACnB,IAAI;KACP,CAAC,CAAA;AACN,CAAC,CAAA;AAED,MAAM,4BAA4B,GAAG,CAAC,SAAoB,EAAE,OAA6B,EAAE,KAAuB,EAAE,EAAE;IAClH,MAAM,QAAQ,GAAG,IAAI,IAAI,EAAE,CAAC,OAAO,EAAE,GAAG,OAAO,CAAC,SAAS,CAAA;IACzD,MAAM,sBAAsB,GAAG,IAAA,kBAAU,EAAC,KAAK,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAA;IAE9E,MAAM,IAAI,GAAwC;QAC9C,sBAAsB,EAAE,sBAAsB;QAC9C,sBAAsB,EAAE,SAAS;QACjC,gCAAgC,EAAE,CAAC,CAAC;QACpC,wBAAwB,EAAE,OAAO,CAAC,WAAW;QAC7C,iCAAiC,EAAE,OAAO,CAAC,eAAe;QAC1D,MAAM,EAAE,uCAAuC,KAAK,CAAC,IAAI,IAAI,cAAc,EAAE;QAC7E,QAAQ;QACR,uBAAuB,EAAE,OAAO,CAAC,aAAa,CAAC,IAAI;QACnD,yBAAyB,EAAE,OAAO,CAAC,aAAa,CAAC,SAAS;QAC1D,qBAAqB,EAAE,OAAO,CAAC,QAAQ;QACvC,kBAAkB,EAAE,OAAO,CAAC,kBAAkB;QAC9C,uCAAuC,EAAE,OAAO,CAAC,oBAAoB,EAAE,gBAAgB;QACvF,qCAAqC,EAAE,OAAO,CAAC,oBAAoB,EAAE,KAAK;QAC1E,uCAAuC,EAAE,OAAO,CAAC,oBAAoB,EAAE,OAAO;QAC9E,sCAAsC,EAAE,OAAO,CAAC,oBAAoB,EAAE,cAAc;QACpF,6BAA6B,EAAE,OAAO,CAAC,gBAAgB;KAC1D,CAAA;IAED,SAAS,CAAC,UAAU,CAAC;QACjB,IAAI,EAAE,iCAAiC;QACvC,MAAM,EAAE,QAAQ;QAChB,IAAI;QACJ,SAAS,EAAE;YACP,MAAM,EAAE,KAAK,CAAC,IAAI,IAAI,cAAc;YACpC,SAAS,EAAE,IAAA,kBAAU,EAAC,KAAK,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS;YACrD,cAAc,EAAE,IAAA,kBAAU,EAAC,KAAK,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS;SACnE;KACJ,CAAC,CAAA;AACN,CAAC,CAAA;AAED,MAAM,6BAA6B,GAAG,CAAC,SAAoB,EAAE,OAA6B,EAAE,EAAE;IAC1F,MAAM,IAAI,GAAuC;QAC7C,sBAAsB,EAAE,OAAO,CAAC,eAAe,EAAE,SAAS;QAC1D,sBAAsB,EAAE,OAAO,CAAC,eAAe,EAAE,sBAAsB;QACvE,2BAA2B,EACvB,OAAO,CAAC,WAAW,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,IAAA,yBAAiB,EAAC,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS;QAC1F,wBAAwB,EAAE,OAAO,CAAC,WAAW;QAC7C,QAAQ,EAAE,OAAO,CAAC,6BAA6B;QAC/C,qBAAqB,EAAE,OAAO,CAAC,QAAQ;QACvC,kBAAkB,EAAE,OAAO,CAAC,kBAAkB;KACjD,CAAA;IAED,SAAS,CAAC,UAAU,CAAC;QACjB,IAAI,EAAE,gCAAgC;QACtC,IAAI;KACP,CAAC,CAAA;AACN,CAAC,CAAA;AAED,MAAM,gCAAgC,GAAG,CACrC,SAAoB,EACpB,gBAAkC,EAClC,OAA6B,EAC7B,6BAAsC,EACxC,EAAE;IACA,yDAAyD;IACzD,IAAI,OAAO,CAAC,oBAAoB,EAAE,CAAC;QAC/B,OAAM;IACV,CAAC;IAED,8EAA8E;IAC9E,IAAI,CAAC,OAAO,CAAC,gCAAgC,EAAE,EAAE,CAAC;QAC9C,OAAM;IACV,CAAC;IAED,0CAA0C,CAAC,gBAAgB,EAAE,OAAO,EAAE,6BAA6B,CAAC,CAAA;IACpG,yBAAyB,CAAC,SAAS,EAAE,OAAO,CAAC,CAAA;IAE7C,OAAO,CAAC,oBAAoB,GAAG,IAAI,CAAA;AACvC,CAAC,CAAA;AAED,MAAM,0CAA0C,GAAG,CAC/C,gBAAkC,EAClC,OAA6B,EAC7B,6BAAsC,EACxC,EAAE;IACA,gBAAgB,CAAC,uBAAuB,CAAC,OAAO,EAAE,6BAA6B,CAAC,CAAA;AACpF,CAAC,CAAA;AAED,MAAM,yBAAyB,GAAG,CAAC,SAAoB,EAAE,OAA6B,EAAE,EAAE;IACtF,OAAO,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC,UAAU,EAAE,CAAC,EAAE,EAAE;QAC1C,MAAM,QAAQ,GAAG,UAAU,CAAC,UAAU,EAAE,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,EAAe,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;QAE/F,MAAM,IAAI,GAAmC;YACzC,sBAAsB,EAAE,OAAO,CAAC,eAAe,EAAE,SAAS;YAC1D,sBAAsB,EAAE,OAAO,CAAC,eAAe,EAAE,sBAAsB;YACvE,2BAA2B,EAAE,IAAA,yBAAiB,EAAC,UAAU,CAAC;YAC1D,wBAAwB,EAAE,OAAO,CAAC,WAAW;YAC7C,qBAAqB,EAAE,OAAO,CAAC,QAAQ;YACvC,kBAAkB,EAAE,OAAO,CAAC,kBAAkB;YAC9C,4BAA4B,EAAE,CAAC;YAC/B,4BAA4B,EAAE,OAAO,CAAC,kBAAkB,CAAC,UAAU,CAAC,MAAM,CAAC;YAC3E,iCAAiC,EAAE,CAAC,GAAG,IAAI,GAAG,CAAC,QAAQ,CAAC,CAAC;YACzD,qCAAqC,EAAE,UAAU,CAAC,UAAU,EAAE,MAAM,IAAI,CAAC;YACzE,uCAAuC,EAAE,OAAO,CAAC,oBAAoB,EAAE,gBAAgB;YACvF,qCAAqC,EAAE,OAAO,CAAC,oBAAoB,EAAE,KAAK;YAC1E,sCAAsC,EAAE,OAAO,CAAC,oBAAoB,EAAE,cAAc;SACvF,CAAA;QAED,SAAS,CAAC,UAAU,CAAC;YACjB,IAAI,EAAE,4BAA4B;YAClC,IAAI;SACP,CAAC,CAAA;IACN,CAAC,CAAC,CAAA;AACN,CAAC,CAAA;AAED,MAAM,gCAAgC,GAAG,CACrC,gBAAwB,EACxB,WAAyB,EACzB,KAAa,EACuB,EAAE;IACtC,OAAO,WAAW,CAAC,GAAG,CAAC,UAAU,CAAC,EAAE;QAChC,MAAM,UAAU,GAAW,IAAA,iDAA+B,EAAC,gBAAgB,EAAE,UAAU,CAAC,OAAO,CAAC,CAAA;QAChG,IAAI,UAAU,GAAG,UAAU,CAAC,UAAU;YAClC,EAAE,MAAM,CACJ,GAAG,CAAC,EAAE,CACF,CAAC,CACG,GAAG,CAAC,yBAAyB,EAAE,KAAK,IAAI,UAAU,CAAC,MAAM,IAAI,GAAG,CAAC,yBAAyB,CAAC,KAAK,CACnG,IAAI,UAAU,CAAC,MAAM,CAC7B;aACA,GAAG,CAAC,CAAC,CAAC,EAAE;YACL,OAAO;gBACH,WAAW,EAAE,CAAC,CAAC,WAAW;gBAC1B,YAAY,EAAE,CAAC,CAAC,GAAG;gBACnB,aAAa,EAAE,CAAC,CAAC,UAAU;gBAC3B,QAAQ,EAAE,CAAC,CAAC,yBAAyB,IAAI;oBACrC,cAAc,EAAE,CAAC,CAAC,yBAAyB,CAAC,KAAK;oBACjD,YAAY,EAAE,CAAC,CAAC,yBAAyB,CAAC,GAAG;wBACzC,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,yBAAyB,CAAC,GAAG,EAAE,UAAU,CAAC,MAAM,GAAG,CAAC,CAAC;wBAClE,CAAC,CAAC,CAAC,CAAC,yBAAyB,CAAC,GAAG;iBACxC;aACJ,CAAA;QACL,CAAC,CAAC,CAAA;QAEN,OAAO;YACH,MAAM,EAAE,UAAU,CAAC,MAAM;YACzB,UAAU,EAAE,UAAU;YACtB,KAAK;YACL,UAAU,EAAE,UAAU,EAAE,MAAM,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS;SAC1D,CAAA;IACL,CAAC,CAAC,CAAA;AACN,CAAC,CAAA;AASM,MAAM,0BAA0B,GACnC,CAAC,OAAuE,EAAU,EAAE,CACpF,CAAC,EAAE,mBAAmB,EAAE,GAAG,EAAE,SAAS,EAAE,SAAS,EAAE,OAAO,EAAE,OAAO,EAAE,EAAE,EAAE;IACrE,IAAI,wBAAgC,CAAA;IACpC,IAAI,6BAA6B,GAAW,CAAC,CAAA;IAE7C,MAAM,cAAc,GAAG,+BAAc,CAAC,WAAW,EAAE,CAAA;IACnD,MAAM,oBAAoB,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAA;IACzD,MAAM,gBAAgB,GAAG,IAAI,mCAAgB,CACzC,mBAAmB,EACnB,oBAAoB,CAAC,kBAAkB,EAAE,EACzC,SAAS,EACT,OAAO,CACV,CAAA;IAED,GAAG,CAAC,cAAc,CAAC,CAAC,MAAwB,EAAE,EAAE;QAC5C,oBAAoB,CAAC,kBAAkB,CAAC;YACpC,eAAe,EAAE,IAAA,6BAAY,EAAC,MAAM,EAAE,OAAO,CAAC,UAAU,CAAC;SAC5D,CAAC,CAAA;QACF,gBAAgB,CAAC,kBAAkB,CAAC;YAChC,eAAe,EAAE,IAAA,6BAAY,EAAC,MAAM,EAAE,OAAO,CAAC,UAAU,CAAC;SAC5D,CAAC,CAAA;QACF,gBAAgB,CAAC,iBAAiB,CAAC,IAAA,sCAAqB,EAAC,MAAM,EAAE,OAAO,CAAC,QAAQ,EAAE,QAAQ,CAAC,CAAC,CAAA;QAC7F,OAAO;YACH,YAAY,EAAE,EAAE;SACnB,CAAA;IACL,CAAC,CAAC,CAAA;IAEF,4EAA4E;IAC5E,sEAAsE;IACtE,wEAAwE;IACxE,oCAAoC;IACpC,IAAI,oCAAoC,GAAG,KAAK,CAAA;IAEhD,MAAM,qBAAqB,GAAG,IAAI,sCAAqB,CAAC,gBAAgB,CAAC,CAAA;IAEzE,MAAM,eAAe,GAAmD,IAAI,iCAAe,CACvF,SAAS,EACT,OAAO,EACP,CAAC,KAAoC,EAAE,UAAU,EAAE,gCAAgC,EAAE,EAAE;QACnF,gBAAgB,CAAC,yBAAyB,CAAC;YACvC,SAAS,EAAE,KAAK,CAAC,SAAS;YAC1B,SAAS,EAAE,KAAK,CAAC,SAAS;YAC1B,UAAU,EAAE,KAAK,CAAC,UAAU;YAC5B,gBAAgB,EAAE,KAAK,CAAC,gBAAgB;YACxC,SAAS,EAAE,IAAI,IAAI,EAAE;YACrB,sBAAsB,EAAE,KAAK,CAAC,cAAc,CAAC,MAAM;YACnD,sBAAsB,EAAE,UAAU;YAClC,gCAAgC,EAAE,gCAAgC;SACrE,CAAC,CAAA;IACN,CAAC,CACJ,CAAA;IAED,MAAM,yBAAyB,GAAG,KAAK,EACnC,MAA4C,EAC5C,KAAwB,EACmB,EAAE;QAC7C,kEAAkE;QAClE,MAAM,cAAc,GAAG,cAAc,CAAC,iBAAiB,EAAE,CAAA;QACzD,IAAI,cAAc,IAAI,cAAc,CAAC,KAAK,IAAI,YAAY,EAAE,CAAC;YACzD,2DAA2D;YAC3D,uGAAuG;YACvG,cAAc,CAAC,cAAc,CAAC,cAAc,CAAC,CAAA;QACjD,CAAC;QAED,OAAO,SAAS,CAAC,eAAe,CAAC,MAAM,CAAC,YAAY,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,KAAK,EAAC,YAAY,EAAC,EAAE;YAChF,IAAI,CAAC,YAAY,EAAE,CAAC;gBAChB,OAAO,CAAC,GAAG,CAAC,iBAAiB,MAAM,CAAC,YAAY,CAAC,GAAG,aAAa,CAAC,CAAA;gBAClE,OAAO,YAAY,CAAA;YACvB,CAAC;YAED,MAAM,kBAAkB,GAAG,IAAA,0CAAsB,EAAC,YAAY,CAAC,CAAA;YAC/D,IAAI,CAAC,kBAAkB,EAAE,CAAC;gBACtB,OAAO,CAAC,GAAG,CACP,iBAAiB,MAAM,CAAC,YAAY,CAAC,GAAG,sBAAsB,YAAY,CAAC,UAAU,iBAAiB,CACzG,CAAA;gBACD,OAAO,YAAY,CAAA;YACvB,CAAC;YAED,wBAAwB;YACxB,MAAM,yBAAyB,GAAG,MAAM,CAAC,OAAO,CAAC,WAAW,IAAI,8CAA2B,CAAC,SAAS,CAAA;YACrG,MAAM,UAAU,GAAG,yBAAyB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;YACpD,MAAM,cAAc,GAAG,MAAM,CAAC,OAAO,CAAC,sBAAsB,EAAE,KAAK,CAAA;YACnE,MAAM,WAAW,GAAG,cAAc,CAAC,EAAE,YAAY,EAAE,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,QAAQ,EAAE,CAAC,CAAA;YAEnG,qEAAqE;YACrE,0EAA0E;YAC1E,MAAM,gBAAgB,GAAG,WAAW,CAAC,eAAe,CAAC,IAAI,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,IAAI,EAAE,CAAA;YACxE,MAAM,4BAA4B,GAAG,IAAA,yBAAW,EAAC,WAAW,CAAC,CAAA;YAC7D,MAAM,gBAAgB,GAAG,cAAc,CAAC,kBAAkB,EAAE,EAAE,gCAAgC,EAAE,IAAI,EAAE,CAAA;YACtG,MAAM,iBAAiB,GAAG,IAAA,yBAAW,EAAC;gBAClC,WAAW,EAAE,uDAAuD;gBACpE,OAAO,EAAE,MAAM,CAAC,QAAQ,CAAC,IAAI,EAAE,oEAAoE;gBACnG,IAAI,EAAE,gBAAgB,EAAE,0EAA0E;gBAClG,GAAG,EAAE,EAAE,EAAE,gFAAgF;gBACzF,EAAE,EAAE,EAAE,EAAE,0FAA0F;gBAClG,gBAAgB,EAAE,2DAA2D;gBAC7E,WAAW,EAAE,4BAA4B,EAAE,4FAA4F;aAC1I,CAAC,CAAA;YAEF,IACI,yBAAyB;gBACzB,4BAA4B,KAAK,YAAY;gBAC7C,CAAC,iBAAiB,CAAC,aAAa,EAClC,CAAC;gBACC,OAAO,YAAY,CAAA;YACvB,CAAC;YACD,MAAM,mBAAmB,GAAG,MAAM,IAAA,kDAAwB,EACtD,YAAY,EACZ,MAAM,CAAC,QAAQ,EACf,SAAS,EACT,OAAO,EACP,KAAK,CACR,CAAA;YAED,MAAM,cAAc,GAA+B;gBAC/C,WAAW;gBACX,UAAU;gBACV,oBAAoB,EAAE,mBAAmB,EAAE,wBAAwB;oBAC/D,CAAC,CAAC,mBAAmB,CAAC,wBAAwB,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC;wBACnD,OAAO,EAAE,CAAC,CAAC,OAAO;wBAClB,QAAQ,EAAE,CAAC,CAAC,QAAQ;qBACvB,CAAC,CAAC;oBACL,CAAC,CAAC,EAAE;aACX,CAAA;YAED,uEAAuE;YACvE,IAAI,cAAc,IAAI,cAAc,CAAC,KAAK,KAAK,QAAQ,EAAE,CAAC;gBACtD,sEAAsE;gBACtE,cAAc,CAAC,cAAc,CAAC,cAAc,CAAC,CAAA;gBAC7C,gCAAgC,CAC5B,SAAS,EACT,gBAAgB,EAChB,cAAc,EACd,6BAA6B,CAChC,CAAA;YACL,CAAC;YACD,MAAM,UAAU,GAAG,cAAc,CAAC,aAAa,CAAC;gBAC5C,QAAQ,EAAE,YAAY;gBACtB,aAAa,EAAE,MAAM,CAAC,QAAQ;gBAC9B,WAAW,EAAE,yBAAyB,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,UAAU;gBACnE,QAAQ,EAAE,WAAW,CAAC,mBAAmB,CAAC,YAAY;gBACtD,cAAc,EAAE,cAAc;gBAC9B,eAAe,EAAE,yBAAyB,CAAC,CAAC,CAAC,4BAA4B,CAAC,CAAC,CAAC,SAAS;gBACrF,gBAAgB,EAAE,gBAAgB;gBAClC,gBAAgB,EAAE,iBAAiB,EAAE,gBAAgB;gBACrD,mBAAmB,EAAE,iBAAiB,EAAE,mBAAmB;gBAC3D,kBAAkB,EAAE,mBAAmB,CAAC,qBAAqB,EAAE,EAAE,EAAE,GAAG,EAAE,QAAQ,IAAI,SAAS;gBAC7F,oBAAoB,EAAE,mBAAmB;gBACzC,gBAAgB,EAAE,IAAA,4BAAgB,EAAC,oBAAoB,CAAC,gBAAgB,CAAC;aAC5E,CAAC,CAAA;YAEF,OAAO,oBAAoB;iBACtB,mBAAmB,CAAC;gBACjB,GAAG,cAAc;gBACjB,WAAW,EAAE;oBACT,GAAG,cAAc,CAAC,WAAW;oBAC7B,eAAe,EAAE,cAAc,CAAC,WAAW,CAAC,eAAe;yBACtD,KAAK,CAAC,CAAC,gCAAwB,CAAC;yBAChC,UAAU,CAAC,MAAM,EAAE,IAAI,CAAC;oBAC7B,gBAAgB,EAAE,cAAc,CAAC,WAAW,CAAC,gBAAgB;yBACxD,KAAK,CAAC,CAAC,EAAE,gCAAwB,CAAC;yBAClC,UAAU,CAAC,MAAM,EAAE,IAAI,CAAC;iBAChC;aACJ,CAAC;iBACD,IAAI,CAAC,kBAAkB,CAAC,EAAE;gBACvB,qBAAqB,CAAC,eAAe,CAAC,kBAAkB,CAAC,CAAA;gBAEzD,oEAAoE;gBACpE,UAAU,CAAC,WAAW,GAAG,kBAAkB,CAAC,WAAW,CAAA;gBACvD,UAAU,CAAC,eAAe,GAAG,kBAAkB,CAAC,eAAe,CAAA;gBAC/D,UAAU,CAAC,sBAAsB,GAAG,kBAAkB,CAAC,eAAe,CAAC,sBAAsB,CAAA;gBAC7F,UAAU,CAAC,yBAAyB,GAAG,IAAI,IAAI,EAAE,CAAC,OAAO,EAAE,GAAG,UAAU,CAAC,SAAS,CAAA;gBAElF,sEAAsE;gBACtE,8BAA8B,CAAC,SAAS,EAAE,UAAU,CAAC,CAAA;gBAErD,sCAAsC;gBACtC,uFAAuF;gBACvF,mCAAmC;gBACnC,uGAAuG;gBACvG,IAAI,UAAU,CAAC,KAAK,KAAK,QAAQ,IAAI,UAAU,CAAC,KAAK,KAAK,SAAS,EAAE,CAAC;oBAClE,2DAA2D;oBAC3D,UAAU,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC,UAAU,CAAC,kBAAkB,CAAC,CAAC,CAAC,MAAM,EAAE,SAAS,CAAC,CAAC,CAAA;oBACvF,gCAAgC,CAC5B,SAAS,EACT,gBAAgB,EAChB,UAAU,EACV,6BAA6B,CAChC,CAAA;oBACD,OAAO,YAAY,CAAA;gBACvB,CAAC;gBAED,yDAAyD;gBACzD,cAAc,CAAC,eAAe,CAAC,UAAU,CAAC,CAAA;gBAE1C,uDAAuD;gBACvD,MAAM,mBAAmB,GAAG,UAAU,CAAC,WAAW;oBAC9C,0BAA0B;qBACzB,MAAM,CAAC,UAAU,CAAC,EAAE;oBACjB,IAAI,UAAU,CAAC,OAAO,KAAK,EAAE,EAAE,CAAC;wBAC5B,UAAU,CAAC,kBAAkB,CAAC,UAAU,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;wBACzD,OAAO,KAAK,CAAA;oBAChB,CAAC;oBAED,OAAO,IAAI,CAAA;gBACf,CAAC,CAAC;oBACF,4BAA4B;qBAC3B,MAAM,CAAC,UAAU,CAAC,EAAE;oBACjB,IAAI,oCAAoC,EAAE,CAAC;wBACvC,OAAO,IAAI,CAAA;oBACf,CAAC;oBAED,IAAI,UAAU,CAAC,UAAU,IAAI,IAAI,IAAI,UAAU,CAAC,UAAU,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;wBACtE,OAAO,IAAI,CAAA;oBACf,CAAC;oBAED,wGAAwG;oBACxG,UAAU,CAAC,kBAAkB,CAAC,UAAU,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAA;oBAC1D,OAAO,KAAK,CAAA;gBAChB,CAAC,CAAC,CAAA;gBAEN,MAAM,2BAA2B,GAAG,gCAAgC,CAChE,WAAW,CAAC,gBAAgB,EAC5B,mBAAmB,EACnB,cAAc,CACjB,CAAC,MAAM,CAAC,UAAU,CAAC,EAAE;oBAClB,iHAAiH;oBACjH,IAAI,UAAU,CAAC,UAAU,KAAK,EAAE,EAAE,CAAC;wBAC/B,UAAU,CAAC,kBAAkB,CAAC,UAAU,CAAC,MAAM,EAAE,SAAS,CAAC,CAAA;wBAC3D,OAAO,KAAK,CAAA;oBAChB,CAAC;oBAED,OAAO,IAAI,CAAA;gBACf,CAAC,CAAC,CAAA;gBAEF,2BAA2B,CAAC,OAAO,CAAC,UAAU,CAAC,EAAE;oBAC7C,MAAM,gBAAgB,GAAG,UAAU,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,MAAM,KAAK,UAAU,CAAC,MAAM,CAAC,CAAA;oBACzF,IAAI,gBAAgB;wBAAE,gBAAgB,CAAC,UAAU,GAAG,UAAU,CAAC,UAAU,CAAC,QAAQ,EAAE,CAAA;gBACxF,CAAC,CAAC,CAAA;gBAEF,6GAA6G;gBAC7G,IAAI,2BAA2B,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;oBAC3C,cAAc,CAAC,YAAY,CAAC,UAAU,CAAC,CAAA;oBACvC,gCAAgC,CAC5B,SAAS,EACT,gBAAgB,EAChB,UAAU,EACV,6BAA6B,CAChC,CAAA;oBAED,OAAO,YAAY,CAAA;gBACvB,CAAC;gBAED,OAAO,EAAE,KAAK,EAAE,2BAA2B,EAAE,SAAS,EAAE,UAAU,CAAC,EAAE,EAAE,CAAA;YAC3E,CAAC,CAAC;iBACD,KAAK,CAAC,GAAG,CAAC,EAAE;gBACT,+BAA+B;gBAC/B,OAAO,CAAC,GAAG,CAAC,0BAA0B,GAAG,GAAG,CAAC,CAAA;gBAC7C,4BAA4B,CAAC,SAAS,EAAE,UAAU,EAAE,GAAG,CAAC,CAAA;gBAExD,wDAAwD;gBACxD,cAAc,CAAC,YAAY,CAAC,UAAU,CAAC,CAAA;gBAEvC,OAAO,YAAY,CAAA;YACvB,CAAC,CAAC,CAAA;QACV,CAAC,CAAC,CAAA;IACN,CAAC,CAAA;IAED,wDAAwD;IACxD,MAAM,oBAAoB,GAAG,CAAC,OAA6B,EAAE,kBAA8B,EAAE,EAAE;QAC3F,MAAM,WAAW,GAAG,IAAA,2CAAmC,EAAC,kBAAkB,CAAC,OAAO,EAAE,OAAO,CAAC,aAAa,CAAC,CAAA;QAE1G,eAAe,CAAC,OAAO,CAAC;YACpB,SAAS,EAAE,OAAO,CAAC,sBAAsB,IAAI,EAAE;YAC/C,SAAS,EAAE,OAAO,CAAC,eAAe,EAAE,SAAS,IAAI,EAAE;YACnD,OAAO,EAAE,OAAO,CAAC,QAAQ,CAAC,GAAG;YAC7B,UAAU,EAAE,OAAO,CAAC,QAAQ;YAC5B,IAAI,EAAE,IAAI,CAAC,GAAG,EAAE;YAChB,cAAc,EAAE,kBAAkB,CAAC,OAAO;YAC1C,aAAa,EAAE,OAAO,CAAC,aAAa;YACpC,WAAW,EAAE,WAAW;YACxB,gBAAgB,EAAE,OAAO,CAAC,gBAAgB;SAC7C,CAAC,CAAA;IACN,CAAC,CAAA;IAED,MAAM,0CAA0C,GAAG,KAAK,EAAE,MAA+C,EAAE,EAAE;QACzG,MAAM,EACF,SAAS,EACT,uBAAuB,EACvB,6BAA6B,EAC7B,uBAAuB,EACvB,eAAe,GAClB,GAAG,MAAM,CAAA;QAEV,MAAM,OAAO,GAAG,cAAc,CAAC,cAAc,CAAC,SAAS,CAAC,CAAA;QAExD,IAAI,CAAC,OAAO,EAAE,CAAC;YACX,OAAO,CAAC,GAAG,CAAC,qBAAqB,SAAS,gBAAgB,CAAC,CAAA;YAC3D,OAAM;QACV,CAAC;QAED,IAAI,OAAO,CAAC,KAAK,KAAK,QAAQ,EAAE,CAAC;YAC7B,OAAO,CAAC,GAAG,CAAC,mEAAmE,SAAS,EAAE,CAAC,CAAA;YAC3F,OAAM;QACV,CAAC;QAED,MAAM,cAAc,GAAG,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,uBAAuB,CAAC,CAAC,IAAI,CACnE,CAAC,CAAC,EAAE,CAAC,MAAM,CAAC,uBAAuB,CAAC,CAAC,CAAC,CAAC,QAAQ,CAClD,CAAA;QACD,MAAM,kBAAkB,GAAG,OAAO,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,MAAM,KAAK,cAAc,CAAC,CAAA;QACrF,IAAI,kBAAkB,KAAK,SAAS,IAAI,kBAAkB,CAAC,UAAU,EAAE,CAAC;YACpE,IAAI,kBAAkB,EAAE,CAAC;gBACrB,qBAAqB,CAAC,YAAY,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAA;gBACpD,qBAAqB,CAAC,mBAAmB,CAAC,OAAO,CAAC,QAAQ,EAAE,kBAAkB,CAAC,UAAU,CAAC,CAAA;gBAC1F,qBAAqB,CAAC,gBAAgB,CAAC,OAAO,CAAC,QAAQ,EAAE,kBAAkB,CAAC,UAAU,EAAE,IAAI,CAAC,CAAA;gBAE7F,oBAAoB,CAAC,OAAO,EAAE,kBAAkB,CAAC,CAAA;YACrD,CAAC;QACL,CAAC;QAED,OAAO,CAAC,mBAAmB,CACvB,uBAAuB,EACvB,6BAA6B,EAC7B,uBAAuB,EACvB,eAAe,CAClB,CAAA;QAED,IAAI,6BAA6B;YAAE,6BAA6B,CAAC,SAAS,EAAE,OAAO,CAAC,CAAA;QAEpF,qDAAqD;QACrD,cAAc,CAAC,YAAY,CAAC,OAAO,CAAC,CAAA;QACpC,gCAAgC,CAAC,SAAS,EAAE,gBAAgB,EAAE,OAAO,EAAE,6BAA6B,CAAC,CAAA;IACzG,CAAC,CAAA;IAED,MAAM,mBAAmB,GAAG,KAAK,IAAI,EAAE;QACnC,IAAI,CAAC;YACD,MAAM,OAAO,GAAG,MAAM,GAAG,CAAC,SAAS,CAAC,gBAAgB,CAAC,8CAAuB,CAAC,CAAA;YAC7E,IAAI,OAAO,EAAE,CAAC;gBACV,oBAAoB,CAAC,gBAAgB,GAAG,IAAA,4BAAgB,EAAC,OAAO,CAAC,aAAa,CAAC,CAAA;gBAC/E,qBAAqB,CAAC,gBAAgB,GAAG,IAAA,4BAAgB,EAAC,OAAO,CAAC,aAAa,CAAC,CAAA;gBAChF,OAAO,CAAC,GAAG,CACP,kDAAkD,oBAAoB,CAAC,gBAAgB,EAAE,CAC5F,CAAA;gBACD;;;mBAGG;gBACH,kDAAkD;gBAClD,gGAAgG;gBAChG,MAAM,yBAAyB,GAAG,OAAO,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,OAAO,CAAA;gBAC1F,gBAAgB,CAAC,sBAAsB,CAAC,yBAAyB,CAAC,CAAA;YACtE,CAAC;YAED,MAAM,MAAM,GAAG,MAAM,GAAG,CAAC,SAAS,CAAC,gBAAgB,CAAC,mBAAmB,CAAC,CAAA;YACxE,IAAI,CAAC,MAAM;gBAAE,OAAM;YAEnB,oCAAoC,GAAG,MAAM,CAAC,sCAAsC,CAAC,KAAK,IAAI,CAAA;YAC9F,OAAO,CAAC,GAAG,CACP,4BAA4B,oCAAoC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,mCAAmC,CAC9H,CAAA;YAED,oBAAoB,CAAC,gCAAgC;gBACjD,MAAM,CAAC,kCAAkC,CAAC,KAAK,IAAI,CAAA;YACvD,OAAO,CAAC,GAAG,CACP,4BAA4B,oBAAoB,CAAC,gCAAgC,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,WAAW,4BAA4B,CACxI,CAAA;QACL,CAAC;QAAC,OAAO,KAAK,EAAE,CAAC;YACb,OAAO,CAAC,GAAG,CAAC,8BAA8B,KAAK,EAAE,CAAC,CAAA;QACtD,CAAC;IACL,CAAC,CAAA;IAED,GAAG,CAAC,UAAU,CAAC,gCAAgC,CAAC,yBAAyB,CAAC,CAAA;IAC1E,GAAG,CAAC,UAAU,CAAC,mCAAmC,CAAC,0CAA0C,CAAC,CAAA;IAC9F,GAAG,CAAC,aAAa,CAAC,mBAAmB,CAAC,CAAA;IACtC,GAAG,CAAC,sBAAsB,CAAC,mBAAmB,CAAC,CAAA;IAE/C,GAAG,CAAC,uBAAuB,CAAC,KAAK,EAAC,CAAC,EAAC,EAAE;QAClC,MAAM,YAAY,GAAG,MAAM,SAAS,CAAC,eAAe,CAAC,CAAC,CAAC,YAAY,CAAC,GAAG,CAAC,CAAA;QACxE,MAAM,UAAU,GAAG,IAAA,0CAAsB,EAAC,YAAY,CAAC,CAAA;QAEvD,IAAI,CAAC,YAAY,IAAI,CAAC,UAAU,EAAE,CAAC;YAC/B,OAAM;QACV,CAAC;QAED,CAAC,CAAC,cAAc,CAAC,OAAO,CAAC,MAAM,CAAC,EAAE;YAC9B,qBAAqB,CAAC,gBAAgB,CAAC,UAAU,EAAE,MAAM,CAAC,IAAI,EAAE,KAAK,CAAC,CAAA;QAC1E,CAAC,CAAC,CAAA;QAEF,sDAAsD;QACtD,IAAI,wBAAwB,EAAE,CAAC;YAC3B,6BAA6B,GAAG,IAAI,IAAI,EAAE,CAAC,OAAO,EAAE,GAAG,wBAAwB,CAAA;QACnF,CAAC;QACD,wBAAwB,GAAG,IAAI,IAAI,EAAE,CAAC,OAAO,EAAE,CAAA;IACnD,CAAC,CAAC,CAAA;IAEF,OAAO,CAAC,GAAG,CAAC,wDAAwD,CAAC,CAAA;IAErE,OAAO,GAAG,EAAE;QACR,qBAAqB,CAAC,OAAO,EAAE,CAAA;QAC/B,eAAe,CAAC,QAAQ,EAAE,CAAA;IAC9B,CAAC,CAAA;AACL,CAAC,CAAA;AAlZQ,QAAA,0BAA0B,8BAkZlC;AAEQ,QAAA,sBAAsB,GAAG,IAAA,kCAA0B,EAC5D,mBAAmB,CAAC,EAAE,CAAC,IAAI,8CAAuB,CAAC,mBAAmB,CAAC,CAC1E,CAAA;AACY,QAAA,wBAAwB,GAAG,IAAA,kCAA0B,EAC9D,mBAAmB,CAAC,EAAE,CAAC,IAAI,gDAAyB,CAAC,mBAAmB,CAAC,CAC5E,CAAA"}
|
|
1
|
+
{"version":3,"file":"codeWhispererServer.js","sourceRoot":"","sources":["../../src/language-server/codeWhispererServer.ts"],"names":[],"mappings":"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"}
|
|
@@ -5,6 +5,7 @@ const testing_1 = require("@aws/language-server-runtimes/testing");
|
|
|
5
5
|
const assert = require("assert");
|
|
6
6
|
const ts_sinon_1 = require("ts-sinon");
|
|
7
7
|
const codeWhispererServer_1 = require("./codeWhispererServer");
|
|
8
|
+
const codeWhispererService_1 = require("./codeWhispererService");
|
|
8
9
|
const sessionManager_1 = require("./session/sessionManager");
|
|
9
10
|
const testUtils_1 = require("./testUtils");
|
|
10
11
|
const codeDiffTracker_1 = require("./telemetry/codeDiffTracker");
|
|
@@ -80,7 +81,6 @@ describe('CodeWhisperer Server', () => {
|
|
|
80
81
|
rightFileContent: testUtils_1.HELLO_WORLD_IN_CSHARP,
|
|
81
82
|
},
|
|
82
83
|
maxResults: 5,
|
|
83
|
-
supplementalContexts: [],
|
|
84
84
|
};
|
|
85
85
|
ts_sinon_1.default.assert.calledOnceWithExactly(service.generateSuggestions, expectedGenerateSuggestionsRequest);
|
|
86
86
|
});
|
|
@@ -104,7 +104,6 @@ describe('CodeWhisperer Server', () => {
|
|
|
104
104
|
rightFileContent: remainingLines,
|
|
105
105
|
},
|
|
106
106
|
maxResults: 5,
|
|
107
|
-
supplementalContexts: [],
|
|
108
107
|
};
|
|
109
108
|
ts_sinon_1.default.assert.calledOnceWithExactly(service.generateSuggestions, expectedGenerateSuggestionsRequest);
|
|
110
109
|
});
|
|
@@ -139,7 +138,6 @@ describe('CodeWhisperer Server', () => {
|
|
|
139
138
|
rightFileContent: testUtils_1.HELLO_WORLD_IN_CSHARP,
|
|
140
139
|
},
|
|
141
140
|
maxResults: 5,
|
|
142
|
-
supplementalContexts: [],
|
|
143
141
|
};
|
|
144
142
|
ts_sinon_1.default.assert.calledOnceWithExactly(service.generateSuggestions, expectedGenerateSuggestionsRequest);
|
|
145
143
|
});
|
|
@@ -181,7 +179,6 @@ describe('CodeWhisperer Server', () => {
|
|
|
181
179
|
rightFileContent: testUtils_1.HELLO_WORLD_IN_CSHARP,
|
|
182
180
|
},
|
|
183
181
|
maxResults: 5,
|
|
184
|
-
supplementalContexts: [],
|
|
185
182
|
};
|
|
186
183
|
// Check the service was called with the right parameters
|
|
187
184
|
ts_sinon_1.default.assert.calledOnceWithExactly(service.generateSuggestions, expectedGenerateSuggestionsRequest);
|
|
@@ -245,7 +242,6 @@ describe('CodeWhisperer Server', () => {
|
|
|
245
242
|
rightFileContent: rightContext,
|
|
246
243
|
},
|
|
247
244
|
maxResults: 5,
|
|
248
|
-
supplementalContexts: [],
|
|
249
245
|
};
|
|
250
246
|
ts_sinon_1.default.assert.calledOnceWithExactly(service.generateSuggestions, expectedGenerateSuggestionsRequest);
|
|
251
247
|
});
|
|
@@ -269,7 +265,6 @@ describe('CodeWhisperer Server', () => {
|
|
|
269
265
|
rightFileContent: modifiedRightContext,
|
|
270
266
|
},
|
|
271
267
|
maxResults: 5,
|
|
272
|
-
supplementalContexts: [],
|
|
273
268
|
};
|
|
274
269
|
ts_sinon_1.default.assert.calledOnceWithExactly(service.generateSuggestions, expectedGenerateSuggestionsRequest);
|
|
275
270
|
});
|
|
@@ -333,12 +328,24 @@ describe('CodeWhisperer Server', () => {
|
|
|
333
328
|
assert.deepEqual(result, testUtils_1.EMPTY_RESULT);
|
|
334
329
|
});
|
|
335
330
|
describe('Supplemental Context', () => {
|
|
336
|
-
it('should send supplemental context', async () => {
|
|
337
|
-
|
|
338
|
-
|
|
331
|
+
it('should send supplemental context when using token authentication', async () => {
|
|
332
|
+
const test_service = ts_sinon_1.default.createStubInstance(codeWhispererService_1.CodeWhispererServiceToken);
|
|
333
|
+
test_service.generateSuggestions.returns(Promise.resolve({
|
|
334
|
+
suggestions: testUtils_1.EXPECTED_SUGGESTION,
|
|
335
|
+
responseContext: testUtils_1.EXPECTED_RESPONSE_CONTEXT,
|
|
336
|
+
}));
|
|
337
|
+
const test_server = (0, codeWhispererServer_1.CodewhispererServerFactory)(_auth => test_service);
|
|
338
|
+
// Initialize the features, but don't start server yet
|
|
339
|
+
const test_features = new testing_1.TestFeatures();
|
|
340
|
+
// Return no specific configuration for CodeWhisperer
|
|
341
|
+
test_features.lsp.workspace.getConfiguration.returns(Promise.resolve({}));
|
|
342
|
+
// Start the server and open a document
|
|
343
|
+
await test_features.start(test_server);
|
|
344
|
+
// Open files supporting cross-file context
|
|
345
|
+
test_features
|
|
339
346
|
.openDocument(server_interface_1.TextDocument.create('file:///SampleFile.java', 'java', 1, 'sample-content'))
|
|
340
347
|
.openDocument(server_interface_1.TextDocument.create('file:///TargetFile.java', 'java', 1, ''));
|
|
341
|
-
await
|
|
348
|
+
await test_features.doInlineCompletionWithReferences({
|
|
342
349
|
textDocument: { uri: 'file:///TargetFile.java' },
|
|
343
350
|
position: server_interface_1.Position.create(0, 0),
|
|
344
351
|
context: { triggerKind: server_interface_1.InlineCompletionTriggerKind.Invoked },
|
|
@@ -356,7 +363,8 @@ describe('CodeWhisperer Server', () => {
|
|
|
356
363
|
{ content: 'sample-content', filePath: '/SampleFile.java' },
|
|
357
364
|
],
|
|
358
365
|
};
|
|
359
|
-
ts_sinon_1.default.assert.calledOnceWithExactly(
|
|
366
|
+
ts_sinon_1.default.assert.calledOnceWithExactly(test_service.generateSuggestions, expectedGenerateSuggestionsRequest);
|
|
367
|
+
test_features.dispose();
|
|
360
368
|
});
|
|
361
369
|
});
|
|
362
370
|
// TODO: mock http request and verify the headers are passed
|
|
@@ -645,6 +653,26 @@ describe('CodeWhisperer Server', () => {
|
|
|
645
653
|
afterEach(() => {
|
|
646
654
|
features.dispose();
|
|
647
655
|
});
|
|
656
|
+
it('should return recommendations even on a below-threshold auto-trigger position when special characters are present', async () => {
|
|
657
|
+
const SOME_FILE = server_interface_1.TextDocument.create('file:///test.cs', 'csharp', 1, testUtils_1.SPECIAL_CHARACTER_HELLO_WORLD);
|
|
658
|
+
features.openDocument(SOME_FILE);
|
|
659
|
+
const result = await features.doInlineCompletionWithReferences({
|
|
660
|
+
textDocument: { uri: SOME_FILE.uri },
|
|
661
|
+
position: { line: 0, character: 1 },
|
|
662
|
+
context: { triggerKind: server_interface_1.InlineCompletionTriggerKind.Automatic },
|
|
663
|
+
}, server_interface_1.CancellationToken.None);
|
|
664
|
+
assert.deepEqual(result, testUtils_1.EXPECTED_RESULT);
|
|
665
|
+
const expectedGenerateSuggestionsRequest = {
|
|
666
|
+
fileContext: {
|
|
667
|
+
filename: SOME_FILE.uri,
|
|
668
|
+
programmingLanguage: { languageName: 'csharp' },
|
|
669
|
+
leftFileContent: testUtils_1.SPECIAL_CHARACTER_HELLO_WORLD.substring(0, 1),
|
|
670
|
+
rightFileContent: testUtils_1.SPECIAL_CHARACTER_HELLO_WORLD.substring(1, testUtils_1.SPECIAL_CHARACTER_HELLO_WORLD.length),
|
|
671
|
+
},
|
|
672
|
+
maxResults: 1,
|
|
673
|
+
};
|
|
674
|
+
ts_sinon_1.default.assert.calledOnceWithExactly(service.generateSuggestions, expectedGenerateSuggestionsRequest);
|
|
675
|
+
});
|
|
648
676
|
it('should return recommendations on an above-threshold auto-trigger position', async () => {
|
|
649
677
|
// Similar to test from above, this test case also depends on file contents not starting with a new line
|
|
650
678
|
const HELLO_WORLD_IN_CSHARP_WITHOUT_NEWLINE = testUtils_1.HELLO_WORLD_IN_CSHARP.trimStart();
|
|
@@ -667,7 +695,6 @@ describe('CodeWhisperer Server', () => {
|
|
|
667
695
|
rightFileContent: RIGHT_FILE_CONTEXT,
|
|
668
696
|
},
|
|
669
697
|
maxResults: 1,
|
|
670
|
-
supplementalContexts: [],
|
|
671
698
|
};
|
|
672
699
|
ts_sinon_1.default.assert.calledOnceWithExactly(service.generateSuggestions, expectedGenerateSuggestionsRequest);
|
|
673
700
|
});
|