Skip to content

Commit 9758fd5

Browse files
authored
fix: fix generated tsc definition sentinel type visibility (#283)
1 parent 8414d96 commit 9758fd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/entity/src/EntityFieldDefinition.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ export abstract class EntityFieldDefinition<T, TRequireExplicitCache extends boo
177177

178178
// @ts-expect-error this is to ensure that different constructor requirements produce incompatible
179179
// objects in the eyes of the type system
180-
private readonly cacheRawSentinel: TRequireExplicitCache;
180+
protected readonly _cacheRawSentinel: TRequireExplicitCache;
181181

182182
/**
183183
* @param options - options for this field definition

0 commit comments

Comments
 (0)