Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5cf4917

Browse files
author
Andy
authored
Fix comment (microsoft#24035)
1 parentfb49fbb commit5cf4917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/compiler/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ namespace ts {
538538
Abstract=1<<7,// Class/Method/ConstructSignature
539539
Async=1<<8,// Property/Method/Function
540540
Default=1<<9,// Function/Class (export default declaration)
541-
Const=1<<11,//Variable declaration
541+
Const=1<<11,//Const enum
542542
HasComputedFlags=1<<29,// Modifier flags have been computed
543543

544544
AccessibilityModifier=Public|Private|Protected,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp