Skip to content

Created invertDoubleColonize#278

Merged
ijlee2 merged 4 commits intomainfrom
feature-invert-double-colonize
Mar 3, 2026
Merged

Created invertDoubleColonize#278
ijlee2 merged 4 commits intomainfrom
feature-invert-double-colonize

Conversation

@ijlee2
Copy link
Copy Markdown
Owner

@ijlee2 ijlee2 commented Mar 3, 2026

Background

Will help simplify codemods that need to analyze components such as ember-codemod-add-template-tags, which requires creating componentsDoubleColonized and passing it down to another method (up to 3 times).

analyze-ember-project-dependencies is another codemod that can be simplified with invertDoubleColonize.

Note, we can't similarly define the inverse function for camelize and pascalize, because these methods aren't a one-to-one function.

@ijlee2 ijlee2 added the enhance: code Issue asks for new feature or refactor label Mar 3, 2026
@ijlee2 ijlee2 merged commit 9486fa4 into main Mar 3, 2026
3 checks passed
@ijlee2 ijlee2 deleted the feature-invert-double-colonize branch March 3, 2026 08:18
@ijlee2 ijlee2 mentioned this pull request Mar 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhance: code Issue asks for new feature or refactor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant