Skip to content

Fix: Rename app.ts to App.ts for correct casing#91

Merged
yasmoradi merged 2 commits intodevelopfrom
copilot/fix-app-ts-casing-issue
Nov 12, 2025
Merged

Fix: Rename app.ts to App.ts for correct casing#91
yasmoradi merged 2 commits intodevelopfrom
copilot/fix-app-ts-casing-issue

Conversation

Copy link
Contributor

Copilot AI commented Nov 12, 2025

The TypeScript file was named app.ts (lowercase) while all references used App.ts (capital A).

Changes

  • Renamed /src/Client/Bit.TemplatePlayground.Client.Core/Scripts/app.tsApp.ts

This aligns the file name with:

  • Import statement: import { App } from './App'; in index.ts
  • Documentation references in .docs/11- TypeScript, Build Process & JavaScript Interop.md
  • Code comments in AppJsBridge.razor and AppJsBridge.razor.cs
Original prompt

This section details on the original issue you should resolve

<issue_title>App.ts casing issue in the project</issue_title>
<issue_description>It should be App.ts, not app.ts</issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: ysmoradi <5352980+ysmoradi@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix casing issue for App.ts file Fix: Rename app.ts to App.ts for correct casing Nov 12, 2025
Copilot AI requested a review from yasmoradi November 12, 2025 00:29
@yasmoradi yasmoradi marked this pull request as ready for review November 12, 2025 00:38
@yasmoradi yasmoradi merged commit 8586a67 into develop Nov 12, 2025
4 of 5 checks passed
@yasmoradi yasmoradi deleted the copilot/fix-app-ts-casing-issue branch November 12, 2025 00:39
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.

App.ts casing issue in the project

2 participants