File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import { ReflectionSymbolId } from "./ReflectionSymbolId.js";
6
6
import type { DeclarationReference } from "#utils" ;
7
7
import { ReflectionKind } from "./kind.js" ;
8
8
import { Comment , type CommentDisplayPart } from "./Comment.js" ;
9
- import { i18n , joinArray } from "#utils" ;
9
+ import { i18n , joinArray , NonEnumerable } from "#utils" ;
10
10
import type { SignatureReflection } from "./SignatureReflection.js" ;
11
11
12
12
/**
@@ -917,6 +917,7 @@ export class ReferenceType extends Type {
917
917
preferValues = false ;
918
918
919
919
private _target : ReflectionSymbolId | number ;
920
+ @NonEnumerable
920
921
private _project : ProjectReflection | null ;
921
922
922
923
private constructor (
Original file line number Diff line number Diff line change @@ -553,6 +553,7 @@ describe("Issue Tests", () => {
553
553
} ) ;
554
554
555
555
it ( "#1898" , ( ) => {
556
+ app . options . setValue ( "validation" , true ) ;
556
557
const project = convert ( ) ;
557
558
app . validate ( project ) ;
558
559
logger . expectMessage (
You can’t perform that action at this time.
0 commit comments