Trivikram Kamat

Results 125 issues of Trivikram Kamat

### Self-service - [ ] I'd be willing to implement a fix ### Describe the bug No transformation for getObject(params).createReadStream() ### Steps to reproduce ```ts import { S3 } from...

bug
triage
p2

### Issue Fixes: https://github.com/aws/aws-sdk-js-codemod/issues/799 ### Description Transform deep import of DocumentClient ### Testing CI --- By submitting this pull request, I confirm that you can use, modify, copy, and redistribute...

### Issue Refs: https://github.com/facebook/jscodeshift/wiki/jscodeshift-Documentation#remove ### Description Use Node.remove() to remove nodes ### Testing CI --- By submitting this pull request, I confirm that you can use, modify, copy, and redistribute...

### Issue Blog post: https://eslint.org/blog/2022/08/new-config-system-part-2/ Flat config is going to be the default in eslint v9.x https://eslint.org/blog/2023/11/whats-coming-in-eslint-9.0.0/#flat-config-now-the-default-and-has-some-changes Docs: * Flat config: https://eslint.org/docs/latest/use/configure/configuration-files-new * Migration to flat config: https://eslint.org/docs/latest/use/configure/migration-guide * typescript-eslint...

### Issue Fixes: https://github.com/awslabs/aws-sdk-js-codemod/issues/657 ### Description Replace TSTypeReference inside NewExpression ### Testing CI --- By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this...

### Issue Fixes: https://github.com/awslabs/aws-sdk-js-codemod/issues/530 ### Description Import DynamoDB.DocumentClient types from client-dynamodb ### Testing CI --- By submitting this pull request, I confirm that you can use, modify, copy, and redistribute...

### Issue Issue number, if available, prefixed with "#" ### Description What does this implement/fix? Explain your changes. ### Testing How was this change tested? ### Additional context Add any...

### Self-service - [ ] I'd be willing to implement this feature ### Problem Codemod does not transform TSTypeReference inside NewExpression Example input: ```ts import AWS from "aws-sdk"; const arr...

enhancement
p3

### Self-service - [ ] I'd be willing to implement this feature ### Problem The config keys are not transformed when client constructor input is not an ObjectExpression (like an...

enhancement
p3

### Self-service - [ ] I'd be willing to implement this feature ### Problem The typeOnly import is replaced to normal import by codemod Example input: ```js import type {...

enhancement
p3