refactor: convert directory names from kebab-case to snake_case#959
Draft
gspencergoog wants to merge 1 commit intogoogle:mainfrom
Draft
refactor: convert directory names from kebab-case to snake_case#959gspencergoog wants to merge 1 commit intogoogle:mainfrom
gspencergoog wants to merge 1 commit intogoogle:mainfrom
Conversation
This change renames all directories containing dashes in the 'main' project to use underscores, standardizing on snake_case for directory names. Key changes: - Renamed major directories in 'renderers', 'samples', and 'tools'. - Updated all path references in TS, JS, JSON, YAML, and Markdown files. - Preserved original kebab-case for file names and runtime component selectors. - Fixed accidental refactor of external npm packages and component selectors. - Performed surgical updates in 'angular.json' and 'package.json' to maintain build integrity.
Contributor
There was a problem hiding this comment.
Code Review
This pull request refactors numerous file paths, package names, import statements, and component selectors across the repository to standardize naming conventions by replacing hyphens with underscores. This change affects documentation, renderer configurations, and various client-side sample projects (Angular, Lit, React). No specific feedback is provided in the review comments.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This change renames all directories containing dashes in the 'main' project to use underscores, standardizing on snake_case for directory names to make the naming scheme consistent.
Key changes: