- [Link to relevant docs, if available](https://github.com/immutable-js/immutable-js/releases/tag/v4.0.0) - [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 - **Transformation logic/steps** (ordered list of "atomic" changes, this makes codemod creation easier): 1. DETECT X 2. [file] CREATE F 3. CREATE Y 4. 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.)
Link to relevant docs, if available
[high level applicability]
Transformation logic/steps (ordered list of "atomic" changes, this makes codemod creation easier):
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.)