Skip to content

Commit ac1939e

Browse files
committed
Don't track field initialization at the field instance level
1 parent 82d240f commit ac1939e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/common.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,6 @@ export enum CommonFlags {
7777

7878
/** Is quoted. */
7979
QUOTED = 1 << 28,
80-
81-
/** Track explicit field init */
82-
INITIALIZED = 1<< 29,
8380
}
8481

8582
/** Path delimiter inserted between file system levels. */

0 commit comments

Comments
 (0)