@seed-design/codemod 0.0.0-alpha-20241020090828 → 0.0.0-alpha-20241020093300
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/README.md +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
@@ -45,6 +45,8 @@ npx @seed-design/codemod migrate-icons src/ui --extensions=ts,tsx
|
|
45
45
|
- e.g. `--extensions="ts,tsx"`
|
46
46
|
- [`--ignore-pattern`](https://jscodeshift.com/run/cli/#--ignore-patternglob)
|
47
47
|
- 변환하지 않을 파일 패턴을 지정해요.
|
48
|
+
- 지정하지 않으면 `**/*.d.ts` 파일을 변환하지 않아요.
|
49
|
+
- `d.ts` 파일까지 변환하려면 `--ignore-pattern=""`
|
48
50
|
- e.g. `--ignore-pattern="**/foo.*"`
|
49
51
|
- [`--ignore-config`](https://jscodeshift.com/run/cli/#--ignore-configfile)
|
50
52
|
- 변환하지 않을 파일 패턴이 정의된 파일을 지정해요.
|