Introduced TypeScript (Part 2) - #1221
Open
ijlee2 wants to merge 6 commits into
Open
Conversation
|
2/15 Files got Bigger 🚨: Details
1/15 Files got Smaller 🎉: Details
2/15 Files got Deleted 🗑️: Details
10/15 Files stayed the same size 🤷: Details
Created by ember-asset-size-action |
ijlee2
marked this pull request as ready for review
September 3, 2026 08:18
ijlee2
force-pushed
the
introduce-typescript-part-1
branch
from
September 3, 2026 08:25
a7fce13 to
a166e3f
Compare
ijlee2
force-pushed
the
introduce-typescript-part-2
branch
from
September 3, 2026 08:27
591be0e to
8c3f5e5
Compare
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.
Background
By using
*.{gts,ts}files, we can provide linters likeeslint,glint, andtypescriptmore information and they can help us (maintainers and contributors) change code with more confidence.What changed?
Continuation of #1220. To help document these files, I added types and tests when missing: