Skip to content

fix: code quality improvements across the codebase#10

Merged
coryrylan merged 1 commit intomainfrom
claude/code-quality-review-42rnB
Feb 24, 2026
Merged

fix: code quality improvements across the codebase#10
coryrylan merged 1 commit intomainfrom
claude/code-quality-review-42rnB

Conversation

@coryrylan
Copy link
Copy Markdown
Member

  • Remove redundant privacy checks (dead logic) in getPublicProperties
  • Replace deprecated String.substr() with String.substring()
  • Fix typo: 'propeties' -> 'properties' in CustomElement interface and all usages
  • Add missing TypeScript types to function parameters in utils.ts and reserved.ts
  • Remove commented-out dead code in blazor.ts
  • Fix double semicolons in angular.ts and typescript.ts return statements
  • Fix incorrect tsconfig paths alias (was referencing wrong project name)
  • Add missing tests for blazor, preact, and jsx generators (27 new tests)

https://claude.ai/code/session_01QywNuzPaWZEZ7xHta3MDpA

- Remove redundant privacy checks (dead logic) in getPublicProperties
- Replace deprecated String.substr() with String.substring()
- Fix typo: 'propeties' -> 'properties' in CustomElement interface and all usages
- Add missing TypeScript types to function parameters in utils.ts and reserved.ts
- Remove commented-out dead code in blazor.ts
- Fix double semicolons in angular.ts and typescript.ts return statements
- Fix incorrect tsconfig paths alias (was referencing wrong project name)
- Add missing tests for blazor, preact, and jsx generators (27 new tests)

https://claude.ai/code/session_01QywNuzPaWZEZ7xHta3MDpA
@coryrylan coryrylan force-pushed the claude/code-quality-review-42rnB branch from e54a5ae to 18859ce Compare February 24, 2026 04:52
@coryrylan coryrylan merged commit ef729fa into main Feb 24, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants