codemod-registry
codemod-registry copied to clipboard
[ImmutableJS] v3 to v4 - deprecate "Record"
-
[high level applicability]
- Old code patterns to transform exist in the following versions of the package:
- Versions: v.x-v.y
- Relevant files
- $.js|ts|tsx|jsx
- Old code patterns to transform exist in the following versions of the package:
-
Transformation logic/steps (ordered list of "atomic" changes, this makes codemod creation easier):
- DETECT X
- [file] CREATE F
- CREATE Y
- DELETE Z
-
Old code sample(s):
-
New code sample(s):
-
A test file/repo (that contains both code patterns that need to be transformed and those that should not be touched.)