Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable noImplicitOverride #461

Merged
merged 3 commits into from
Sep 4, 2023
Merged

Conversation

ShinobuTakahashi
Copy link
Contributor

@ShinobuTakahashi ShinobuTakahashi commented Aug 30, 2023

このpull requestが解決する内容

noImplicitOverride を有効にします。
必要な箇所に override 修飾子の追加。

破壊的な変更を含んでいるか?

  • なし

@ShinobuTakahashi ShinobuTakahashi changed the title Enable no implicitoverride Enable noImplicitOverride Aug 30, 2023
@@ -61,7 +61,7 @@ export class BitmapFont extends Font {
defaultGlyphHeight: number;
map: { [key: string]: GlyphArea };
missingGlyph: GlyphArea | undefined;
size: number;
override size: number;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

定義重複するなら単に削除しませんか。

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

仰る通り重複だったので削除しました。

Copy link
Member

@xnv xnv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

コメント加えていますが approved.

@ShinobuTakahashi ShinobuTakahashi merged commit dbb6e01 into main Sep 4, 2023
12 checks passed
@ShinobuTakahashi ShinobuTakahashi deleted the enable-noImplicitoverride branch September 4, 2023 01:47
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.

3 participants