@aws/lsp-codewhisperer 0.0.27 → 0.0.29
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 +51 -0
- package/README.md +62 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/abort-controller/dist-types/AbortController.d.ts +16 -0
- package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/abort-controller/dist-types/AbortSignal.d.ts +6 -3
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortController.d.ts +16 -0
- package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +6 -3
- package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/abort-controller/package.json +6 -6
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/README.md +9 -0
- package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-cjs/index.js +193 -76
- package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-es/node-http-handler.js +39 -15
- package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-es/node-http2-connection-manager.js +1 -1
- package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-es/node-http2-handler.js +9 -1
- package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-es/server.mock.js +9 -2
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +36 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +22 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +22 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js +41 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-es/timing.js +4 -0
- package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-es/write-request-body.js +13 -9
- package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-types/node-http-handler.d.ts +4 -2
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +7 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +11 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +7 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +8 -0
- package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +4 -2
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +3 -0
- package/node_modules/{@smithy/node-http-handler/dist-types → @amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/ts3.4}/set-socket-keep-alive.d.ts +7 -6
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +3 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +8 -0
- package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/package.json +10 -10
- package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/dist-cjs/index.js +30 -8
- package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/dist-es/httpRequest.js +13 -8
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +53 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +53 -0
- package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/package.json +6 -6
- package/node_modules/@smithy/types/dist-cjs/waiter.js +1 -0
- package/out/client/token/bearer-token-service.json +1650 -96
- package/out/client/token/codewhisperer.d.ts +1 -1
- package/out/constants.d.ts +6 -0
- package/out/constants.js +7 -1
- package/out/constants.js.map +1 -1
- package/out/language-server/amazonQServiceManager/AmazonQTokenServiceManager.d.ts +90 -0
- package/out/language-server/amazonQServiceManager/AmazonQTokenServiceManager.js +466 -0
- package/out/language-server/amazonQServiceManager/AmazonQTokenServiceManager.js.map +1 -0
- package/out/language-server/amazonQServiceManager/BaseAmazonQServiceManager.d.ts +5 -0
- package/out/language-server/amazonQServiceManager/BaseAmazonQServiceManager.js +3 -0
- package/out/language-server/amazonQServiceManager/BaseAmazonQServiceManager.js.map +1 -0
- package/out/language-server/amazonQServiceManager/errors.d.ts +28 -0
- package/out/language-server/amazonQServiceManager/errors.js +70 -0
- package/out/language-server/amazonQServiceManager/errors.js.map +1 -0
- package/out/language-server/amazonQServiceManager/qDeveloperProfiles.d.ts +38 -0
- package/out/language-server/amazonQServiceManager/qDeveloperProfiles.js +85 -0
- package/out/language-server/amazonQServiceManager/qDeveloperProfiles.js.map +1 -0
- package/out/language-server/chat/chatController.d.ts +1 -1
- package/out/language-server/chat/chatController.js +19 -3
- package/out/language-server/chat/chatController.js.map +1 -1
- package/out/language-server/chat/chatSessionManagementService.d.ts +3 -8
- package/out/language-server/chat/chatSessionManagementService.js +5 -57
- package/out/language-server/chat/chatSessionManagementService.js.map +1 -1
- package/out/language-server/chat/chatSessionService.d.ts +2 -3
- package/out/language-server/chat/chatSessionService.js +7 -21
- package/out/language-server/chat/chatSessionService.js.map +1 -1
- package/out/language-server/chat/contexts/triggerContext.d.ts +1 -1
- package/out/language-server/chat/contexts/triggerContext.js +2 -1
- package/out/language-server/chat/contexts/triggerContext.js.map +1 -1
- package/out/language-server/chat/telemetry/chatTelemetryController.js +88 -81
- package/out/language-server/chat/telemetry/chatTelemetryController.js.map +1 -1
- package/out/language-server/codeWhispererSecurityScanServer.d.ts +2 -4
- package/out/language-server/codeWhispererSecurityScanServer.js +24 -11
- package/out/language-server/codeWhispererSecurityScanServer.js.map +1 -1
- package/out/language-server/codeWhispererServer.js +93 -65
- package/out/language-server/codeWhispererServer.js.map +1 -1
- package/out/language-server/codeWhispererService.d.ts +12 -1
- package/out/language-server/codeWhispererService.js +45 -16
- package/out/language-server/codeWhispererService.js.map +1 -1
- package/out/language-server/configuration/qConfigurationServer.d.ts +17 -4
- package/out/language-server/configuration/qConfigurationServer.js +103 -14
- package/out/language-server/configuration/qConfigurationServer.js.map +1 -1
- package/out/language-server/dependencyGraph/commonUtil.d.ts +0 -1
- package/out/language-server/dependencyGraph/commonUtil.js +0 -11
- package/out/language-server/dependencyGraph/commonUtil.js.map +1 -1
- package/out/language-server/dependencyGraph/dependencyGraph.js +2 -2
- package/out/language-server/dependencyGraph/dependencyGraph.js.map +1 -1
- package/out/language-server/netTransform/transformHandler.d.ts +3 -2
- package/out/language-server/netTransform/transformHandler.js +7 -2
- package/out/language-server/netTransform/transformHandler.js.map +1 -1
- package/out/language-server/netTransformServer.js +3 -3
- package/out/language-server/netTransformServer.js.map +1 -1
- package/out/language-server/proxy-server.js +3 -14
- package/out/language-server/proxy-server.js.map +1 -1
- package/out/language-server/qChatServer.d.ts +2 -4
- package/out/language-server/qChatServer.js +30 -16
- package/out/language-server/qChatServer.js.map +1 -1
- package/out/language-server/securityScan/constants.d.ts +3 -0
- package/out/language-server/securityScan/constants.js +7 -0
- package/out/language-server/securityScan/constants.js.map +1 -0
- package/out/language-server/securityScan/securityScanHandler.d.ts +5 -5
- package/out/language-server/securityScan/securityScanHandler.js +22 -12
- package/out/language-server/securityScan/securityScanHandler.js.map +1 -1
- package/out/language-server/telemetry/codeDiffTracker.d.ts +1 -1
- package/out/language-server/telemetry/codeDiffTracker.js +16 -13
- package/out/language-server/telemetry/codeDiffTracker.js.map +1 -1
- package/out/language-server/telemetryService.d.ts +7 -5
- package/out/language-server/telemetryService.js +29 -20
- package/out/language-server/telemetryService.js.map +1 -1
- package/out/language-server/testUtils.d.ts +3 -0
- package/out/language-server/testUtils.js +12 -1
- package/out/language-server/testUtils.js.map +1 -1
- package/out/language-server/utilities/supplementalContextUtil/codeParsingUtil.js +2 -2
- package/out/language-server/utilities/supplementalContextUtil/codeParsingUtil.js.map +1 -1
- package/out/language-server/utilities/supplementalContextUtil/crossFileContextUtil.js +2 -2
- package/out/language-server/utilities/supplementalContextUtil/crossFileContextUtil.js.map +1 -1
- package/out/language-server/utils.d.ts +3 -0
- package/out/language-server/utils.js +15 -0
- package/out/language-server/utils.js.map +1 -1
- package/package.json +8 -8
- package/node_modules/@smithy/node-http-handler/README.md +0 -4
- package/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +0 -21
- package/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +0 -8
- package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +0 -6
- package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js +0 -14
- package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +0 -2
- package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +0 -2
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +0 -2
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +0 -6
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +0 -2
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/abort-controller/dist-types/AbortController.d.ts +0 -13
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortController.d.ts +0 -13
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +0 -23
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +0 -23
- package/out/language-server/auto-trigger/autoTrigger.test.d.ts +0 -1
- package/out/language-server/auto-trigger/autoTrigger.test.js +0 -82
- package/out/language-server/auto-trigger/autoTrigger.test.js.map +0 -1
- package/out/language-server/chat/chatController.test.d.ts +0 -1
- package/out/language-server/chat/chatController.test.js +0 -709
- package/out/language-server/chat/chatController.test.js.map +0 -1
- package/out/language-server/chat/chatEventParser.test.d.ts +0 -1
- package/out/language-server/chat/chatEventParser.test.js +0 -239
- package/out/language-server/chat/chatEventParser.test.js.map +0 -1
- package/out/language-server/chat/chatSessionManagementService.test.d.ts +0 -1
- package/out/language-server/chat/chatSessionManagementService.test.js +0 -77
- package/out/language-server/chat/chatSessionManagementService.test.js.map +0 -1
- package/out/language-server/chat/chatSessionService.test.d.ts +0 -1
- package/out/language-server/chat/chatSessionService.test.js +0 -86
- package/out/language-server/chat/chatSessionService.test.js.map +0 -1
- package/out/language-server/chat/contexts/documentContext.test.d.ts +0 -1
- package/out/language-server/chat/contexts/documentContext.test.js +0 -117
- package/out/language-server/chat/contexts/documentContext.test.js.map +0 -1
- package/out/language-server/chat/contexts/triggerContexts.test.d.ts +0 -1
- package/out/language-server/chat/contexts/triggerContexts.test.js +0 -81
- package/out/language-server/chat/contexts/triggerContexts.test.js.map +0 -1
- package/out/language-server/chat/contexts/utils.test.d.ts +0 -1
- package/out/language-server/chat/contexts/utils.test.js +0 -72
- package/out/language-server/chat/contexts/utils.test.js.map +0 -1
- package/out/language-server/chat/telemetry/chatTelemetryController.test.d.ts +0 -1
- package/out/language-server/chat/telemetry/chatTelemetryController.test.js +0 -195
- package/out/language-server/chat/telemetry/chatTelemetryController.test.js.map +0 -1
- package/out/language-server/codeWhispererServer.test.d.ts +0 -1
- package/out/language-server/codeWhispererServer.test.js +0 -1377
- package/out/language-server/codeWhispererServer.test.js.map +0 -1
- package/out/language-server/dependencyGraph/csharpDependencyGraph.test.d.ts +0 -1
- package/out/language-server/dependencyGraph/csharpDependencyGraph.test.js +0 -483
- package/out/language-server/dependencyGraph/csharpDependencyGraph.test.js.map +0 -1
- package/out/language-server/dependencyGraph/gitIgnoreFilter.d.ts +0 -7
- package/out/language-server/dependencyGraph/gitIgnoreFilter.js +0 -39
- package/out/language-server/dependencyGraph/gitIgnoreFilter.js.map +0 -1
- package/out/language-server/languageDetection.test.d.ts +0 -1
- package/out/language-server/languageDetection.test.js +0 -31
- package/out/language-server/languageDetection.test.js.map +0 -1
- package/out/language-server/mergeRightUtils.test.d.ts +0 -1
- package/out/language-server/mergeRightUtils.test.js +0 -53
- package/out/language-server/mergeRightUtils.test.js.map +0 -1
- package/out/language-server/netTransform/tests/converter.test.d.ts +0 -1
- package/out/language-server/netTransform/tests/converter.test.js +0 -108
- package/out/language-server/netTransform/tests/converter.test.js.map +0 -1
- package/out/language-server/netTransform/tests/transformHandler.test.d.ts +0 -1
- package/out/language-server/netTransform/tests/transformHandler.test.js +0 -252
- package/out/language-server/netTransform/tests/transformHandler.test.js.map +0 -1
- package/out/language-server/netTransform/tests/validation.test.d.ts +0 -1
- package/out/language-server/netTransform/tests/validation.test.js +0 -84
- package/out/language-server/netTransform/tests/validation.test.js.map +0 -1
- package/out/language-server/qChatServer.test.d.ts +0 -1
- package/out/language-server/qChatServer.test.js +0 -51
- package/out/language-server/qChatServer.test.js.map +0 -1
- package/out/language-server/securityScan/securityScanHandler.test.d.ts +0 -1
- package/out/language-server/securityScan/securityScanHandler.test.js +0 -171
- package/out/language-server/securityScan/securityScanHandler.test.js.map +0 -1
- package/out/language-server/session/sessionManager.test.d.ts +0 -1
- package/out/language-server/session/sessionManager.test.js +0 -588
- package/out/language-server/session/sessionManager.test.js.map +0 -1
- package/out/language-server/telemetry/codeDiffTracker.test.d.ts +0 -1
- package/out/language-server/telemetry/codeDiffTracker.test.js +0 -125
- package/out/language-server/telemetry/codeDiffTracker.test.js.map +0 -1
- package/out/language-server/telemetry/codePercentage.test.d.ts +0 -1
- package/out/language-server/telemetry/codePercentage.test.js +0 -214
- package/out/language-server/telemetry/codePercentage.test.js.map +0 -1
- package/out/language-server/telemetry/userTriggerDecision.test.d.ts +0 -1
- package/out/language-server/telemetry/userTriggerDecision.test.js +0 -1348
- package/out/language-server/telemetry/userTriggerDecision.test.js.map +0 -1
- package/out/language-server/telemetry.test.d.ts +0 -1
- package/out/language-server/telemetry.test.js +0 -98
- package/out/language-server/telemetry.test.js.map +0 -1
- package/out/language-server/telemetryService.test.d.ts +0 -1
- package/out/language-server/telemetryService.test.js +0 -771
- package/out/language-server/telemetryService.test.js.map +0 -1
- package/out/language-server/utilities/filesystemUtilities.d.ts +0 -8
- package/out/language-server/utilities/filesystemUtilities.js +0 -30
- package/out/language-server/utilities/filesystemUtilities.js.map +0 -1
- package/out/language-server/utilities/filesystemUtilities.test.d.ts +0 -1
- package/out/language-server/utilities/filesystemUtilities.test.js +0 -85
- package/out/language-server/utilities/filesystemUtilities.test.js.map +0 -1
- package/out/language-server/utilities/pathUtils.d.ts +0 -27
- package/out/language-server/utilities/pathUtils.js +0 -79
- package/out/language-server/utilities/pathUtils.js.map +0 -1
- package/out/language-server/utilities/pathUtils.test.d.ts +0 -1
- package/out/language-server/utilities/pathUtils.test.js +0 -43
- package/out/language-server/utilities/pathUtils.test.js.map +0 -1
- package/out/language-server/utilities/supplementalContextUtil/codeParsingUtil.test.d.ts +0 -5
- package/out/language-server/utilities/supplementalContextUtil/codeParsingUtil.test.js +0 -49
- package/out/language-server/utilities/supplementalContextUtil/codeParsingUtil.test.js.map +0 -1
- package/out/language-server/utilities/supplementalContextUtil/crossFileContextUtil.test.d.ts +0 -1
- package/out/language-server/utilities/supplementalContextUtil/crossFileContextUtil.test.js +0 -157
- package/out/language-server/utilities/supplementalContextUtil/crossFileContextUtil.test.js.map +0 -1
- package/out/language-server/utilities/supplementalContextUtil/supplementalContextUtil.test.d.ts +0 -1
- package/out/language-server/utilities/supplementalContextUtil/supplementalContextUtil.test.js +0 -88
- package/out/language-server/utilities/supplementalContextUtil/supplementalContextUtil.test.js.map +0 -1
- package/out/language-server/utilities/telemetryUtils.test.d.ts +0 -1
- package/out/language-server/utilities/telemetryUtils.test.js +0 -207
- package/out/language-server/utilities/telemetryUtils.test.js.map +0 -1
- package/out/language-server/utilities/textUtils.d.ts +0 -1
- package/out/language-server/utilities/textUtils.js +0 -12
- package/out/language-server/utilities/textUtils.js.map +0 -1
- package/out/language-server/utilities/textUtils.test.d.ts +0 -1
- package/out/language-server/utilities/textUtils.test.js +0 -21
- package/out/language-server/utilities/textUtils.test.js.map +0 -1
- package/out/language-server/utils.test.d.ts +0 -1
- package/out/language-server/utils.test.js +0 -152
- package/out/language-server/utils.test.js.map +0 -1
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming/node_modules/@smithy/abort-controller}/LICENSE +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/abort-controller/README.md +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/abort-controller/dist-cjs/AbortController.js +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/abort-controller/dist-cjs/AbortSignal.js +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/abort-controller/dist-cjs/index.js +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/abort-controller/dist-es/AbortController.js +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/abort-controller/dist-es/AbortSignal.js +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/abort-controller/dist-es/index.js +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/abort-controller/dist-types/index.d.ts +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/abort-controller/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/{@smithy/node-http-handler/node_modules/@smithy/abort-controller → @amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler}/LICENSE +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-cjs/constants.js +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-cjs/get-transformed-headers.js +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-cjs/node-http-handler.js +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-cjs/node-http2-connection-manager.js +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-cjs/node-http2-connection-pool.js +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-cjs/node-http2-handler.js +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-cjs/readable.mock.js +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-cjs/server.mock.js +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-cjs/set-connection-timeout.js +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-cjs/set-socket-keep-alive.js +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-cjs/set-socket-timeout.js +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-cjs/stream-collector/collector.js +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-cjs/stream-collector/index.js +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-cjs/stream-collector/readable.mock.js +0 -0
- /package/node_modules/{@smithy/node-http-handler/dist-cjs/write-request-body.js → @amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-cjs/timing.js} +0 -0
- /package/node_modules/{@smithy/node-http-handler/node_modules/@smithy/protocol-http/dist-cjs/Field.js → @amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-cjs/write-request-body.js} +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-es/constants.js +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-es/get-transformed-headers.js +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-es/index.js +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-es/node-http2-connection-pool.js +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-es/readable.mock.js +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-es/stream-collector/collector.js +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-es/stream-collector/readable.mock.js +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-types/constants.d.ts +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-types/get-transformed-headers.d.ts +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-types/index.d.ts +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-types/node-http2-connection-manager.d.ts +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-types/node-http2-connection-pool.d.ts +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-types/node-http2-handler.d.ts +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-types/readable.mock.d.ts +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-types/server.mock.d.ts +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-types/stream-collector/collector.d.ts +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-types/stream-collector/index.d.ts +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-types/ts3.4/constants.d.ts +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-types/ts3.4/server.mock.d.ts +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-types/write-request-body.d.ts +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/LICENSE +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/README.md +0 -0
- /package/node_modules/{@smithy/node-http-handler/node_modules/@smithy/protocol-http/dist-cjs/Fields.js → @amzn/codewhisperer-streaming/node_modules/@smithy/protocol-http/dist-cjs/Field.js} +0 -0
- /package/node_modules/{@smithy/node-http-handler/node_modules/@smithy/protocol-http/dist-cjs/httpHandler.js → @amzn/codewhisperer-streaming/node_modules/@smithy/protocol-http/dist-cjs/Fields.js} +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/dist-cjs/extensions/httpExtensionConfiguration.js +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/dist-cjs/extensions/index.js +0 -0
- /package/node_modules/{@smithy/node-http-handler/node_modules/@smithy/protocol-http/dist-cjs/httpRequest.js → @amzn/codewhisperer-streaming/node_modules/@smithy/protocol-http/dist-cjs/httpHandler.js} +0 -0
- /package/node_modules/{@smithy/node-http-handler/node_modules/@smithy/protocol-http/dist-cjs/httpResponse.js → @amzn/codewhisperer-streaming/node_modules/@smithy/protocol-http/dist-cjs/httpRequest.js} +0 -0
- /package/node_modules/{@smithy/node-http-handler/node_modules/@smithy/protocol-http/dist-cjs/isValidHostname.js → @amzn/codewhisperer-streaming/node_modules/@smithy/protocol-http/dist-cjs/httpResponse.js} +0 -0
- /package/node_modules/{@smithy/node-http-handler/node_modules/@smithy/protocol-http/dist-cjs/types.js → @amzn/codewhisperer-streaming/node_modules/@smithy/protocol-http/dist-cjs/isValidHostname.js} +0 -0
- /package/node_modules/{@smithy/node-http-handler/node_modules/@smithy/types/dist-cjs/abort.js → @amzn/codewhisperer-streaming/node_modules/@smithy/protocol-http/dist-cjs/types.js} +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/dist-es/Field.js +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/dist-es/Fields.js +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/dist-es/extensions/httpExtensionConfiguration.js +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/dist-es/extensions/index.js +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/dist-es/httpHandler.js +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/dist-es/httpResponse.js +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/dist-es/index.js +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/dist-es/isValidHostname.js +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/dist-es/types.js +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/dist-types/Field.d.ts +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/dist-types/Fields.d.ts +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/dist-types/extensions/index.d.ts +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/dist-types/httpResponse.d.ts +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/dist-types/index.d.ts +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/dist-types/isValidHostname.d.ts +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/dist-types/ts3.4/Field.d.ts +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/dist-types/ts3.4/Fields.d.ts +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/httpExtensionConfiguration.d.ts +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/index.d.ts +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpResponse.d.ts +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/dist-types/ts3.4/isValidHostname.d.ts +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/dist-types/ts3.4/types.d.ts +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/dist-types/types.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/querystring-builder → querystring-builder}/LICENSE +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/querystring-builder → querystring-builder}/README.md +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/querystring-builder → querystring-builder}/dist-cjs/index.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/querystring-builder → querystring-builder}/dist-es/index.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/querystring-builder → querystring-builder}/dist-types/index.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/querystring-builder → querystring-builder}/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/querystring-builder → querystring-builder}/package.json +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/LICENSE +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/README.md +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-cjs/checksum.js → types/dist-cjs/abort.js} +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/auth/HttpApiKeyAuth.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/auth/HttpAuthScheme.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/auth/HttpAuthSchemeProvider.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/auth/HttpSigner.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/auth/IdentityProviderConfig.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/auth/auth.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/auth/index.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/blob/blob-payload-input-types.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-cjs/client.js → types/dist-cjs/checksum.js} +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-cjs/command.js → types/dist-cjs/client.js} +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-cjs/crypto.js → types/dist-cjs/command.js} +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/connection/config.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/connection/index.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/connection/manager.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/connection/pool.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-cjs/encode.js → types/dist-cjs/crypto.js} +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/downlevel-ts3.4/transform/type-transform.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-cjs/endpoint.js → types/dist-cjs/encode.js} +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-cjs/eventStream.js → types/dist-cjs/endpoint.js} +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/endpoints/EndpointRuleObject.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/endpoints/ErrorRuleObject.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/endpoints/RuleSetObject.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/endpoints/TreeRuleObject.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/endpoints/index.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/endpoints/shared.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-cjs/http.js → types/dist-cjs/eventStream.js} +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/extensions/checksum.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/extensions/defaultClientConfiguration.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/extensions/defaultExtensionConfiguration.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/extensions/index.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/extensions/retry.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/externals-check/browser-externals-check.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/http/httpHandlerInitialization.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-cjs/logger.js → types/dist-cjs/http.js} +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/identity/apiKeyIdentity.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/identity/awsCredentialIdentity.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/identity/identity.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/identity/index.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/identity/tokenIdentity.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/index.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-cjs/middleware.js → types/dist-cjs/logger.js} +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-cjs/pagination.js → types/dist-cjs/middleware.js} +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-cjs/profile.js → types/dist-cjs/pagination.js} +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-cjs/response.js → types/dist-cjs/profile.js} +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-cjs/retry.js → types/dist-cjs/response.js} +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-cjs/serde.js → types/dist-cjs/retry.js} +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-cjs/shapes.js → types/dist-cjs/serde.js} +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-cjs/signature.js → types/dist-cjs/shapes.js} +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-cjs/stream.js → types/dist-cjs/signature.js} +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-cjs/transfer.js → types/dist-cjs/stream.js} +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/streaming-payload/streaming-blob-common-types.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/streaming-payload/streaming-blob-payload-input-types.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/streaming-payload/streaming-blob-payload-output-types.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-cjs/uri.js → types/dist-cjs/transfer.js} +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/transform/client-method-transforms.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/transform/client-payload-blob-type-narrow.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/transform/exact.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/transform/no-undefined.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/transform/type-transform.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-cjs/util.js → types/dist-cjs/uri.js} +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-cjs/waiter.js → types/dist-cjs/util.js} +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/abort.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/auth/HttpApiKeyAuth.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/auth/HttpAuthScheme.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/auth/HttpAuthSchemeProvider.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/auth/HttpSigner.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/auth/IdentityProviderConfig.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/auth/auth.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/auth/index.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/blob/blob-payload-input-types.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/checksum.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/client.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/command.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/connection/config.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/connection/index.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/connection/manager.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/connection/pool.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/crypto.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/downlevel-ts3.4/transform/type-transform.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/encode.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/endpoint.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/endpoints/EndpointRuleObject.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/endpoints/ErrorRuleObject.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/endpoints/RuleSetObject.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/endpoints/TreeRuleObject.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/endpoints/index.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/endpoints/shared.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/eventStream.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/extensions/checksum.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/extensions/defaultClientConfiguration.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/extensions/defaultExtensionConfiguration.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/extensions/index.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/extensions/retry.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/externals-check/browser-externals-check.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/http/httpHandlerInitialization.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/http.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/identity/apiKeyIdentity.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/identity/awsCredentialIdentity.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/identity/identity.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/identity/index.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/identity/tokenIdentity.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/index.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/logger.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/middleware.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/pagination.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/profile.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/response.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/retry.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/serde.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/shapes.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/signature.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/stream.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/streaming-payload/streaming-blob-common-types.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/streaming-payload/streaming-blob-payload-input-types.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/streaming-payload/streaming-blob-payload-output-types.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/transfer.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/transform/client-method-transforms.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/transform/client-payload-blob-type-narrow.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/transform/exact.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/transform/no-undefined.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/transform/type-transform.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/uri.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/util.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/waiter.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/abort.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/auth/HttpApiKeyAuth.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/auth/HttpAuthScheme.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/auth/HttpAuthSchemeProvider.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/auth/HttpSigner.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/auth/IdentityProviderConfig.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/auth/auth.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/auth/index.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/blob/blob-payload-input-types.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/checksum.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/client.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/command.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/connection/config.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/connection/index.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/connection/manager.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/connection/pool.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/crypto.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/encode.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/endpoint.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/endpoints/EndpointRuleObject.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/endpoints/ErrorRuleObject.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/endpoints/RuleSetObject.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/endpoints/TreeRuleObject.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/endpoints/index.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/endpoints/shared.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/eventStream.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/extensions/checksum.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/extensions/defaultClientConfiguration.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/extensions/defaultExtensionConfiguration.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/extensions/index.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/extensions/retry.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/externals-check/browser-externals-check.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/http/httpHandlerInitialization.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/http.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/identity/apiKeyIdentity.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/identity/awsCredentialIdentity.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/identity/identity.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/identity/index.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/identity/tokenIdentity.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/index.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/logger.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/middleware.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/pagination.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/profile.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/response.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/retry.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/serde.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/shapes.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/signature.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/stream.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/streaming-payload/streaming-blob-common-types.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/transfer.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/transform/client-method-transforms.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/transform/client-payload-blob-type-narrow.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/transform/exact.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/transform/no-undefined.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/transform/type-transform.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/abort.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/auth/HttpSigner.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/auth/auth.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/auth/index.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/checksum.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/client.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/command.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/connection/config.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/connection/index.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/connection/manager.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/connection/pool.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/crypto.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/encode.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/endpoint.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/endpoints/index.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/endpoints/shared.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/eventStream.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/extensions/checksum.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/extensions/index.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/extensions/retry.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/http.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/identity/identity.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/identity/index.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/identity/tokenIdentity.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/logger.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/middleware.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/pagination.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/profile.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/response.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/retry.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/serde.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/shapes.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/signature.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/stream.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/transfer.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/transform/client-method-transforms.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/transform/exact.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/transform/no-undefined.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/transform/type-transform.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/uri.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/util.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/waiter.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/uri.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/util.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/waiter.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/package.json +0 -0
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"codeWhispererServer.test.js","sourceRoot":"","sources":["../../src/language-server/codeWhispererServer.test.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,483 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const assert = require("assert");
|
|
4
|
-
const path = require("path");
|
|
5
|
-
const Sinon = require("sinon");
|
|
6
|
-
const ts_sinon_1 = require("ts-sinon");
|
|
7
|
-
const csharpDependencyGraph_1 = require("./csharpDependencyGraph");
|
|
8
|
-
describe('Test CsharpDependencyGraph', () => {
|
|
9
|
-
let csharpDependencyGraph;
|
|
10
|
-
const mockedGetWorkspaceFolder = Sinon.mock();
|
|
11
|
-
let mockedLogging;
|
|
12
|
-
const projectPathUri = path.resolve(path.join(__dirname, 'sampleWs'));
|
|
13
|
-
const tempDirPath = path.resolve('\\Temp');
|
|
14
|
-
const mockedFs = {
|
|
15
|
-
copyFile: Sinon.mock(),
|
|
16
|
-
getFileSize: Sinon.mock(),
|
|
17
|
-
getTempDirPath: () => tempDirPath,
|
|
18
|
-
readdir: Sinon.stub(),
|
|
19
|
-
readFile: Sinon.stub(),
|
|
20
|
-
isFile: Sinon.mock(),
|
|
21
|
-
};
|
|
22
|
-
const mockedWorkspace = {
|
|
23
|
-
getTextDocument: Sinon.mock(),
|
|
24
|
-
getAllTextDocuments: Sinon.mock(),
|
|
25
|
-
getWorkspaceFolder: mockedGetWorkspaceFolder,
|
|
26
|
-
// @ts-ignore mockedFs doesn't need to mock every fs function for this test to work
|
|
27
|
-
fs: mockedFs,
|
|
28
|
-
};
|
|
29
|
-
beforeEach(() => {
|
|
30
|
-
mockedGetWorkspaceFolder.reset();
|
|
31
|
-
mockedGetWorkspaceFolder.returns(undefined);
|
|
32
|
-
mockedLogging = (0, ts_sinon_1.stubInterface)();
|
|
33
|
-
csharpDependencyGraph = new csharpDependencyGraph_1.CsharpDependencyGraph(mockedWorkspace, mockedLogging, projectPathUri);
|
|
34
|
-
});
|
|
35
|
-
describe('Test getPayloadSizeLimitInBytes', () => {
|
|
36
|
-
it('should return correct payload size', () => {
|
|
37
|
-
const expectedPayloadSize = Math.pow(2, 20);
|
|
38
|
-
assert.strictEqual(csharpDependencyGraph.getPayloadSizeLimitInBytes(), expectedPayloadSize);
|
|
39
|
-
});
|
|
40
|
-
});
|
|
41
|
-
describe('Test getProjectName', () => {
|
|
42
|
-
beforeEach(() => {
|
|
43
|
-
mockedFs.isFile.reset();
|
|
44
|
-
mockedFs.isFile.resolves(false);
|
|
45
|
-
});
|
|
46
|
-
it('should return current folder name for given file path outside workspace folder', async () => {
|
|
47
|
-
mockedFs.isFile.resolves(true);
|
|
48
|
-
assert.strictEqual(await csharpDependencyGraph.getProjectName(path.join(projectPathUri, 'sample.cs')), 'sampleWs');
|
|
49
|
-
});
|
|
50
|
-
it('should return correct project name for given forlder path within workspace folder', async () => {
|
|
51
|
-
const expectedProjectName = 'sampleWs';
|
|
52
|
-
mockedGetWorkspaceFolder.returns({ uri: projectPathUri, name: expectedProjectName });
|
|
53
|
-
assert.strictEqual(await csharpDependencyGraph.getProjectName(path.join(projectPathUri, 'src')), expectedProjectName);
|
|
54
|
-
});
|
|
55
|
-
});
|
|
56
|
-
describe('Test getProjectPath', () => {
|
|
57
|
-
beforeEach(() => {
|
|
58
|
-
mockedFs.isFile.reset();
|
|
59
|
-
mockedFs.isFile.resolves(false);
|
|
60
|
-
});
|
|
61
|
-
it('should not find workspace folder path for given path', async () => {
|
|
62
|
-
const fileFolderPath = path.resolve('\\workspace\\src');
|
|
63
|
-
const fileUri = path.join(fileFolderPath, 'sample.cs');
|
|
64
|
-
mockedFs.isFile.resolves(true);
|
|
65
|
-
const response = await csharpDependencyGraph.getProjectPath(fileUri);
|
|
66
|
-
assert.strictEqual(response, fileFolderPath);
|
|
67
|
-
});
|
|
68
|
-
it('should return project name for within project file', async () => {
|
|
69
|
-
const expectedProjectName = 'sampleWs';
|
|
70
|
-
mockedGetWorkspaceFolder.returns({ uri: projectPathUri, name: expectedProjectName });
|
|
71
|
-
assert.strictEqual(await csharpDependencyGraph.getProjectPath(path.join(projectPathUri, 'src')), projectPathUri);
|
|
72
|
-
mockedGetWorkspaceFolder.reset();
|
|
73
|
-
});
|
|
74
|
-
});
|
|
75
|
-
describe('Test getReadableSizeLimit', () => {
|
|
76
|
-
it('should return size 1 MB', () => {
|
|
77
|
-
assert.strictEqual(csharpDependencyGraph.getReadableSizeLimit(), '1MB');
|
|
78
|
-
});
|
|
79
|
-
});
|
|
80
|
-
describe('Test exceedsSizeLimit', () => {
|
|
81
|
-
it('should not exceed size limit', () => {
|
|
82
|
-
const size = 100;
|
|
83
|
-
const expectedResult = false;
|
|
84
|
-
assert.strictEqual(csharpDependencyGraph.exceedsSizeLimit(size), expectedResult);
|
|
85
|
-
});
|
|
86
|
-
it('should exceed size limit', () => {
|
|
87
|
-
const size = Math.pow(2, 21);
|
|
88
|
-
const expectedResult = true;
|
|
89
|
-
assert.strictEqual(csharpDependencyGraph.exceedsSizeLimit(size), expectedResult);
|
|
90
|
-
});
|
|
91
|
-
});
|
|
92
|
-
describe('Test createNamespaceFilenameMapper', () => {
|
|
93
|
-
beforeEach(() => {
|
|
94
|
-
mockedFs.readdir.reset();
|
|
95
|
-
mockedFs.readFile.reset();
|
|
96
|
-
mockedFs.readdir.callsFake(async (dirpath) => {
|
|
97
|
-
switch (dirpath) {
|
|
98
|
-
case projectPathUri:
|
|
99
|
-
return [
|
|
100
|
-
{
|
|
101
|
-
isFile: () => false,
|
|
102
|
-
isDirectory: () => true,
|
|
103
|
-
name: 'src',
|
|
104
|
-
path: projectPathUri,
|
|
105
|
-
},
|
|
106
|
-
];
|
|
107
|
-
case path.join(projectPathUri, 'src'):
|
|
108
|
-
return [
|
|
109
|
-
{
|
|
110
|
-
isFile: () => true,
|
|
111
|
-
isDirectory: () => false,
|
|
112
|
-
name: 'sample.cs',
|
|
113
|
-
path: path.join(projectPathUri, 'src'),
|
|
114
|
-
},
|
|
115
|
-
{
|
|
116
|
-
isFile: () => true,
|
|
117
|
-
isDirectory: () => false,
|
|
118
|
-
name: 'model.cs',
|
|
119
|
-
path: path.join(projectPathUri, 'src'),
|
|
120
|
-
},
|
|
121
|
-
];
|
|
122
|
-
default:
|
|
123
|
-
return [];
|
|
124
|
-
}
|
|
125
|
-
});
|
|
126
|
-
});
|
|
127
|
-
it('should create the map with namespace to filepath mapping', async () => {
|
|
128
|
-
mockedFs.readFile.callsFake(async (filePath) => {
|
|
129
|
-
if (filePath === path.join(projectPathUri, 'src', 'sample.cs')) {
|
|
130
|
-
return `namespace Amazon.Cw.Utils.Sample {}`;
|
|
131
|
-
}
|
|
132
|
-
if (filePath === path.join(projectPathUri, 'src', 'model.cs')) {
|
|
133
|
-
return `namespace Amazon.Cw.Model {}`;
|
|
134
|
-
}
|
|
135
|
-
});
|
|
136
|
-
await csharpDependencyGraph.createNamespaceFilenameMapper(projectPathUri);
|
|
137
|
-
assert.deepStrictEqual(csharpDependencyGraph.namespaceToFilepathDirectory, new Map([
|
|
138
|
-
['Amazon.Cw.Model', new Set([path.join(projectPathUri, 'src', 'model.cs')])],
|
|
139
|
-
['Amazon.Cw.Utils.Sample', new Set([path.join(projectPathUri, 'src', 'sample.cs')])],
|
|
140
|
-
]));
|
|
141
|
-
});
|
|
142
|
-
it('should create empty map', async () => {
|
|
143
|
-
csharpDependencyGraph.namespaceToFilepathDirectory = new Map();
|
|
144
|
-
mockedFs.readFile.callsFake(async (filePath) => {
|
|
145
|
-
if (filePath === path.join(projectPathUri, 'src', 'sample.cs')) {
|
|
146
|
-
return `using static Amazon.Cw.Sample;`;
|
|
147
|
-
}
|
|
148
|
-
if (filePath === path.join(projectPathUri, 'src', 'model.cs')) {
|
|
149
|
-
return ``;
|
|
150
|
-
}
|
|
151
|
-
});
|
|
152
|
-
await csharpDependencyGraph.createNamespaceFilenameMapper(projectPathUri);
|
|
153
|
-
assert.deepStrictEqual(csharpDependencyGraph.namespaceToFilepathDirectory, new Map([]));
|
|
154
|
-
});
|
|
155
|
-
});
|
|
156
|
-
describe('Test searchDependency', () => {
|
|
157
|
-
beforeEach(() => {
|
|
158
|
-
mockedFs.getFileSize.reset();
|
|
159
|
-
mockedFs.readFile.reset();
|
|
160
|
-
csharpDependencyGraph.namespaceToFilepathDirectory = new Map([
|
|
161
|
-
['Amazon.Cw.Model', new Set([path.join(projectPathUri, 'src', 'model.cs')])],
|
|
162
|
-
['Amazon.Cw.Utils.Sample', new Set([path.join(projectPathUri, 'src', 'sample.cs')])],
|
|
163
|
-
[
|
|
164
|
-
'Amazon.Cw.Props',
|
|
165
|
-
new Set([
|
|
166
|
-
path.join(projectPathUri, 'src', 'interface', 'model.cs'),
|
|
167
|
-
path.join(projectPathUri, 'src', 'interface', 'recommendations.cs'),
|
|
168
|
-
]),
|
|
169
|
-
],
|
|
170
|
-
]);
|
|
171
|
-
});
|
|
172
|
-
it('should return source file only for no dependencies', async () => {
|
|
173
|
-
mockedFs.readFile.resolves(`var total = 5 + 4;`);
|
|
174
|
-
mockedFs.getFileSize.resolves({ size: 1000 });
|
|
175
|
-
const filePath = path.join(projectPathUri, 'main.cs');
|
|
176
|
-
const pickedSourceFiles = await csharpDependencyGraph.searchDependency(filePath);
|
|
177
|
-
assert.deepStrictEqual(pickedSourceFiles, new Set([filePath]));
|
|
178
|
-
});
|
|
179
|
-
it("should return source file with its dependecies' file path", async () => {
|
|
180
|
-
mockedFs.getFileSize.atLeast(1).resolves({ size: 1000 });
|
|
181
|
-
mockedFs.readFile.onFirstCall().resolves(`using Amazon.Cw.Props;
|
|
182
|
-
var total = 5 + 4;`);
|
|
183
|
-
const pickedSourceFiles = await csharpDependencyGraph.searchDependency(path.join(projectPathUri, 'main.cs'));
|
|
184
|
-
assert.deepStrictEqual(pickedSourceFiles, new Set([
|
|
185
|
-
path.join(projectPathUri, 'main.cs'),
|
|
186
|
-
path.join(projectPathUri, 'src', 'interface', 'recommendations.cs'),
|
|
187
|
-
path.join(projectPathUri, 'src', 'interface', 'model.cs'),
|
|
188
|
-
]));
|
|
189
|
-
});
|
|
190
|
-
it("should return source file with its dependecies' until it reaches to payload size limit", async () => {
|
|
191
|
-
mockedFs.getFileSize.onFirstCall().resolves({ size: Math.pow(2, 19) });
|
|
192
|
-
mockedFs.getFileSize.onSecondCall().resolves({ size: Math.pow(2, 19) });
|
|
193
|
-
mockedFs.readFile.onFirstCall().resolves(`using Amazon.Cw.Props;
|
|
194
|
-
var total = 5 + 4;`);
|
|
195
|
-
const pickedSourceFiles = await csharpDependencyGraph.searchDependency(path.join(projectPathUri, 'main.cs'));
|
|
196
|
-
assert.deepStrictEqual(pickedSourceFiles, new Set([
|
|
197
|
-
path.join(projectPathUri, 'main.cs'),
|
|
198
|
-
path.join(projectPathUri, 'src', 'interface', 'model.cs'),
|
|
199
|
-
]));
|
|
200
|
-
});
|
|
201
|
-
});
|
|
202
|
-
describe('Test traverseDir', () => {
|
|
203
|
-
beforeEach(() => {
|
|
204
|
-
mockedFs.getFileSize.reset();
|
|
205
|
-
mockedFs.readFile.reset();
|
|
206
|
-
mockedFs.readdir.reset();
|
|
207
|
-
csharpDependencyGraph.namespaceToFilepathDirectory = new Map([
|
|
208
|
-
['Amazon.Cw.Model', new Set([path.join(projectPathUri, 'src', 'model.cs')])],
|
|
209
|
-
['Amazon.Cw.Utils.Sample', new Set([path.join(projectPathUri, 'src', 'sample.cs')])],
|
|
210
|
-
[
|
|
211
|
-
'Amazon.Cw.Props',
|
|
212
|
-
new Set([
|
|
213
|
-
path.join(projectPathUri, 'src', 'interface', 'scan.cs'),
|
|
214
|
-
path.join(projectPathUri, 'src', 'interface', 'recommendations.cs'),
|
|
215
|
-
]),
|
|
216
|
-
],
|
|
217
|
-
]);
|
|
218
|
-
mockedFs.readdir.callsFake(async (dirpath) => {
|
|
219
|
-
switch (dirpath) {
|
|
220
|
-
case projectPathUri:
|
|
221
|
-
return [
|
|
222
|
-
{
|
|
223
|
-
isFile: () => false,
|
|
224
|
-
isDirectory: () => true,
|
|
225
|
-
name: 'src',
|
|
226
|
-
path: projectPathUri,
|
|
227
|
-
},
|
|
228
|
-
];
|
|
229
|
-
case path.join(projectPathUri, 'src'):
|
|
230
|
-
return [
|
|
231
|
-
{
|
|
232
|
-
isFile: () => true,
|
|
233
|
-
isDirectory: () => false,
|
|
234
|
-
name: 'sample.cs',
|
|
235
|
-
path: path.join(projectPathUri, 'src'),
|
|
236
|
-
},
|
|
237
|
-
{
|
|
238
|
-
isFile: () => true,
|
|
239
|
-
isDirectory: () => false,
|
|
240
|
-
name: 'model.cs',
|
|
241
|
-
path: path.join(projectPathUri, 'src'),
|
|
242
|
-
},
|
|
243
|
-
{
|
|
244
|
-
isFile: () => false,
|
|
245
|
-
isDirectory: () => true,
|
|
246
|
-
name: 'props',
|
|
247
|
-
path: path.join(projectPathUri, 'src'),
|
|
248
|
-
},
|
|
249
|
-
];
|
|
250
|
-
case path.join(projectPathUri, 'src', 'props'):
|
|
251
|
-
return [
|
|
252
|
-
{
|
|
253
|
-
isFile: () => true,
|
|
254
|
-
isDirectory: () => false,
|
|
255
|
-
name: 'scan.cs',
|
|
256
|
-
path: path.join(projectPathUri, 'src', 'props'),
|
|
257
|
-
},
|
|
258
|
-
{
|
|
259
|
-
isFile: () => true,
|
|
260
|
-
isDirectory: () => false,
|
|
261
|
-
name: 'recommendation.cs',
|
|
262
|
-
path: path.join(projectPathUri, 'src', 'props'),
|
|
263
|
-
},
|
|
264
|
-
];
|
|
265
|
-
default:
|
|
266
|
-
return [];
|
|
267
|
-
}
|
|
268
|
-
});
|
|
269
|
-
});
|
|
270
|
-
it('should return without traversing due to payload size limit reached', async () => {
|
|
271
|
-
mockedFs.getFileSize.resolves({ size: Math.pow(2, 20) });
|
|
272
|
-
await csharpDependencyGraph.searchDependency(path.join(projectPathUri, 'main.cs'));
|
|
273
|
-
await csharpDependencyGraph.traverseDir(projectPathUri);
|
|
274
|
-
assert.strictEqual(mockedFs.readFile.calledWith(projectPathUri), false);
|
|
275
|
-
});
|
|
276
|
-
it('should traverse through files until it reaches payload size limit', async () => {
|
|
277
|
-
mockedFs.getFileSize.atLeast(1).resolves({ size: Math.pow(2, 19) });
|
|
278
|
-
await csharpDependencyGraph.traverseDir(projectPathUri);
|
|
279
|
-
assert.strictEqual(csharpDependencyGraph.isProjectTruncated, true);
|
|
280
|
-
});
|
|
281
|
-
it('should traverse through all files', async () => {
|
|
282
|
-
mockedFs.getFileSize.atLeast(1).resolves({ size: Math.pow(2, 10) });
|
|
283
|
-
await csharpDependencyGraph.traverseDir(projectPathUri);
|
|
284
|
-
assert.strictEqual(csharpDependencyGraph.isProjectTruncated, false);
|
|
285
|
-
});
|
|
286
|
-
});
|
|
287
|
-
describe('Test getDependencies', () => {
|
|
288
|
-
beforeEach(() => {
|
|
289
|
-
csharpDependencyGraph.namespaceToFilepathDirectory = new Map([
|
|
290
|
-
['Amazon.Cw.Model', new Set([path.join(projectPathUri, 'src', 'model.cs')])],
|
|
291
|
-
['Amazon.Cw.Utils.Sample', new Set([path.join(projectPathUri, 'src', 'sample.cs')])],
|
|
292
|
-
[
|
|
293
|
-
'Amazon.Cw.Props',
|
|
294
|
-
new Set([
|
|
295
|
-
path.join(projectPathUri, 'src', 'interface', 'scan.cs'),
|
|
296
|
-
path.join(projectPathUri, 'src', 'interface', 'recommendations.cs'),
|
|
297
|
-
]),
|
|
298
|
-
],
|
|
299
|
-
]);
|
|
300
|
-
});
|
|
301
|
-
it('should return file paths for given imports', () => {
|
|
302
|
-
const expectedResponse = new Set([
|
|
303
|
-
path.join(projectPathUri, 'src', 'model.cs'),
|
|
304
|
-
path.join(projectPathUri, 'src', 'sample.cs'),
|
|
305
|
-
]);
|
|
306
|
-
assert.deepStrictEqual(csharpDependencyGraph.getDependencies(['Amazon.Cw.Utils.Sample', 'Amazon.Cw.Model']), expectedResponse);
|
|
307
|
-
});
|
|
308
|
-
it('should return empty list', () => {
|
|
309
|
-
assert.deepStrictEqual(csharpDependencyGraph.getDependencies(['Amazon.Cw']), new Set());
|
|
310
|
-
});
|
|
311
|
-
});
|
|
312
|
-
describe('Test readImports', () => {
|
|
313
|
-
it('should return list of imports ', () => {
|
|
314
|
-
const content = `
|
|
315
|
-
global using static Amazon.Cw.Utils;
|
|
316
|
-
using Amazon.Cw.Model;
|
|
317
|
-
using Proto = Amazon.Cw.Prototypes;
|
|
318
|
-
namespace Amazon.Toolkit.Demo {
|
|
319
|
-
class Main {
|
|
320
|
-
pulbic print() {
|
|
321
|
-
|
|
322
|
-
}
|
|
323
|
-
}
|
|
324
|
-
}
|
|
325
|
-
`;
|
|
326
|
-
const response = csharpDependencyGraph.readImports(content);
|
|
327
|
-
const expectedImports = ['Amazon.Cw.Utils', 'Amazon.Cw.Model', 'Amazon.Cw.Prototypes'];
|
|
328
|
-
assert.deepStrictEqual(response, expectedImports);
|
|
329
|
-
});
|
|
330
|
-
it('should return empty list', () => {
|
|
331
|
-
const content = `
|
|
332
|
-
namespace Amazon.Toolkit.Demo {
|
|
333
|
-
class Main {
|
|
334
|
-
pulbic print() {
|
|
335
|
-
}
|
|
336
|
-
}
|
|
337
|
-
}
|
|
338
|
-
`;
|
|
339
|
-
const response = csharpDependencyGraph.readImports(content);
|
|
340
|
-
assert.deepStrictEqual(response, []);
|
|
341
|
-
});
|
|
342
|
-
});
|
|
343
|
-
describe('Test generateTruncation', () => {
|
|
344
|
-
before(() => {
|
|
345
|
-
Sinon.stub(Date, 'now').returns(111111111);
|
|
346
|
-
});
|
|
347
|
-
it('should call zip dir', async () => {
|
|
348
|
-
const zipSize = Math.pow(2, 19);
|
|
349
|
-
const zipFileBuffer = 'dummy-zip-data';
|
|
350
|
-
mockedFs.getFileSize.atLeast(1).resolves({ size: zipSize });
|
|
351
|
-
csharpDependencyGraph.createZip = Sinon.stub().returns({
|
|
352
|
-
zipFileBuffer,
|
|
353
|
-
zipFileSize: zipSize,
|
|
354
|
-
});
|
|
355
|
-
const expectedResult = {
|
|
356
|
-
rootDir: path.join(tempDirPath, 'codewhisperer_scan_111111111'),
|
|
357
|
-
zipFileBuffer,
|
|
358
|
-
scannedFiles: new Set([path.join(projectPathUri, 'main.cs')]),
|
|
359
|
-
srcPayloadSizeInBytes: zipSize,
|
|
360
|
-
zipFileSizeInBytes: zipSize,
|
|
361
|
-
buildPayloadSizeInBytes: 0,
|
|
362
|
-
lines: 0,
|
|
363
|
-
};
|
|
364
|
-
const trucation = await csharpDependencyGraph.generateTruncation(path.join(projectPathUri, 'main.cs'));
|
|
365
|
-
assert.deepStrictEqual(trucation, expectedResult);
|
|
366
|
-
});
|
|
367
|
-
});
|
|
368
|
-
describe('Test filterFiles', () => {
|
|
369
|
-
beforeEach(() => {
|
|
370
|
-
mockedFs.isFile.reset();
|
|
371
|
-
mockedFs.isFile.resolves(false);
|
|
372
|
-
mockedFs.readdir.reset();
|
|
373
|
-
mockedFs.readFile.reset();
|
|
374
|
-
// setup sample directory structure
|
|
375
|
-
mockedFs.readdir.callsFake(async (dirpath) => {
|
|
376
|
-
switch (dirpath) {
|
|
377
|
-
case projectPathUri:
|
|
378
|
-
return [
|
|
379
|
-
{
|
|
380
|
-
isFile: () => false,
|
|
381
|
-
isDirectory: () => true,
|
|
382
|
-
name: 'src',
|
|
383
|
-
path: projectPathUri,
|
|
384
|
-
},
|
|
385
|
-
];
|
|
386
|
-
case path.join(projectPathUri, 'src'):
|
|
387
|
-
return [
|
|
388
|
-
{
|
|
389
|
-
isFile: () => true,
|
|
390
|
-
isDirectory: () => false,
|
|
391
|
-
name: '.gitignore',
|
|
392
|
-
path: path.join(projectPathUri, 'src'),
|
|
393
|
-
},
|
|
394
|
-
{
|
|
395
|
-
isFile: () => true,
|
|
396
|
-
isDirectory: () => false,
|
|
397
|
-
name: 'sample.cs',
|
|
398
|
-
path: path.join(projectPathUri, 'src'),
|
|
399
|
-
},
|
|
400
|
-
{
|
|
401
|
-
isFile: () => true,
|
|
402
|
-
isDirectory: () => false,
|
|
403
|
-
name: 'model.cs',
|
|
404
|
-
path: path.join(projectPathUri, 'src'),
|
|
405
|
-
},
|
|
406
|
-
{
|
|
407
|
-
isFile: () => false,
|
|
408
|
-
isDirectory: () => true,
|
|
409
|
-
name: 'bin',
|
|
410
|
-
path: path.join(projectPathUri, 'src'),
|
|
411
|
-
},
|
|
412
|
-
{
|
|
413
|
-
isFile: () => false,
|
|
414
|
-
isDirectory: () => true,
|
|
415
|
-
name: 'Obj',
|
|
416
|
-
path: path.join(projectPathUri, 'src'),
|
|
417
|
-
},
|
|
418
|
-
{
|
|
419
|
-
isFile: () => true,
|
|
420
|
-
isDirectory: () => false,
|
|
421
|
-
name: 'ignoredFile1.cs',
|
|
422
|
-
path: path.join(projectPathUri, 'src'),
|
|
423
|
-
},
|
|
424
|
-
];
|
|
425
|
-
case path.join(projectPathUri, 'src', 'bin'):
|
|
426
|
-
return [
|
|
427
|
-
{
|
|
428
|
-
isFile: () => true,
|
|
429
|
-
isDirectory: () => false,
|
|
430
|
-
name: 'bin-file.cs',
|
|
431
|
-
path: path.join(projectPathUri, 'src', 'bin'),
|
|
432
|
-
},
|
|
433
|
-
];
|
|
434
|
-
case path.join(projectPathUri, 'src', 'Obj'):
|
|
435
|
-
return [
|
|
436
|
-
{
|
|
437
|
-
isFile: () => true,
|
|
438
|
-
isDirectory: () => false,
|
|
439
|
-
name: 'obj-file.cs',
|
|
440
|
-
path: path.join(projectPathUri, 'src', 'Obj'),
|
|
441
|
-
},
|
|
442
|
-
];
|
|
443
|
-
default:
|
|
444
|
-
return [];
|
|
445
|
-
}
|
|
446
|
-
});
|
|
447
|
-
});
|
|
448
|
-
it('should return all files in the workspace not excluded by gitignore', async function () {
|
|
449
|
-
const gitignoreContent = `
|
|
450
|
-
ignoredFile1.cs
|
|
451
|
-
|
|
452
|
-
# Build results
|
|
453
|
-
[Dd]ebug/
|
|
454
|
-
[Dd]ebugPublic/
|
|
455
|
-
[Rr]elease/
|
|
456
|
-
[Rr]eleases/
|
|
457
|
-
x64/
|
|
458
|
-
x86/
|
|
459
|
-
[Ww][Ii][Nn]32/
|
|
460
|
-
[Aa][Rr][Mm]/
|
|
461
|
-
[Aa][Rr][Mm]64/
|
|
462
|
-
bld/
|
|
463
|
-
[Bb]in/
|
|
464
|
-
[Oo]bj/
|
|
465
|
-
`;
|
|
466
|
-
mockedFs.readFile.callsFake(async (filePath) => {
|
|
467
|
-
if (filePath.endsWith('.gitignore')) {
|
|
468
|
-
return gitignoreContent;
|
|
469
|
-
}
|
|
470
|
-
return '';
|
|
471
|
-
});
|
|
472
|
-
const allFiles = await csharpDependencyGraph.getFiles(projectPathUri);
|
|
473
|
-
const csharpFiles = await csharpDependencyGraph.filterFiles(projectPathUri, allFiles);
|
|
474
|
-
assert.strictEqual(csharpFiles.length, 2);
|
|
475
|
-
// returns git allowed c# files
|
|
476
|
-
assert.deepStrictEqual(csharpFiles, [
|
|
477
|
-
path.join(projectPathUri, 'src', 'sample.cs'),
|
|
478
|
-
path.join(projectPathUri, 'src', 'model.cs'),
|
|
479
|
-
]);
|
|
480
|
-
});
|
|
481
|
-
});
|
|
482
|
-
});
|
|
483
|
-
//# sourceMappingURL=csharpDependencyGraph.test.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"csharpDependencyGraph.test.js","sourceRoot":"","sources":["../../../src/language-server/dependencyGraph/csharpDependencyGraph.test.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { Workspace } from '@aws/language-server-runtimes/server-interface';
|
|
2
|
-
export declare class GitIgnoreFilter {
|
|
3
|
-
private acceptors;
|
|
4
|
-
private constructor();
|
|
5
|
-
static build(rootPath: string, gitIgnoreFiles: string[], workspace: Workspace): Promise<GitIgnoreFilter>;
|
|
6
|
-
filterFiles(files: string[]): string[];
|
|
7
|
-
}
|