We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bezier-codemod 을 실행 결과에서 transformed files 의 수가 2배입니다.
(실제로 IDE 상에서 변경된 파일은 7개)
bezier-react/packages/bezier-codemod/src/App.tsx
Line 113 in 8cdbc47
바로 아래에서 로그를 찍어보면 filePath 에 해당하는 파일이 2번 배열에 들어가고 있어서 왜 그렇게 되는지를 봐야합니다.
사실 변경된 파일은 IDE로 쉽게 파악할 수 있기 때문에 몇 줄이 바뀌었는지를 알려주는게 더 좋을 것 같기도 합니다.
0.4.0 (bezier-codemod)
No response
The text was updated successfully, but these errors were encountered:
git 으로 추적되지 않는 파일중에서 변경이 일어난 경우가 있는지 확인 필요. 정확히 보려면 codemod 에서 파일 경로를 로그로 뱉는 로직추가하고 테스트 해야합니다
Sorry, something went wrong.
No branches or pull requests
Summary
bezier-codemod 을 실행 결과에서 transformed files 의 수가 2배입니다.
(실제로 IDE 상에서 변경된 파일은 7개)
Reproduction process
bezier-react/packages/bezier-codemod/src/App.tsx
Line 113 in 8cdbc47
바로 아래에서 로그를 찍어보면 filePath 에 해당하는 파일이 2번 배열에 들어가고 있어서 왜 그렇게 되는지를 봐야합니다.
사실 변경된 파일은 IDE로 쉽게 파악할 수 있기 때문에 몇 줄이 바뀌었는지를 알려주는게 더 좋을 것 같기도 합니다.
Version of bezier-react
0.4.0 (bezier-codemod)
Browser
No response
Operating system
Additonal Information
No response
The text was updated successfully, but these errors were encountered: