File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import { ReflectionSymbolId } from "./ReflectionSymbolId.js";
66import type { DeclarationReference } from "#utils" ;
77import { ReflectionKind } from "./kind.js" ;
88import { Comment , type CommentDisplayPart } from "./Comment.js" ;
9- import { i18n , joinArray } from "#utils" ;
9+ import { i18n , joinArray , NonEnumerable } from "#utils" ;
1010import type { SignatureReflection } from "./SignatureReflection.js" ;
1111
1212/**
@@ -917,6 +917,7 @@ export class ReferenceType extends Type {
917917 preferValues = false ;
918918
919919 private _target : ReflectionSymbolId | number ;
920+ @NonEnumerable
920921 private _project : ProjectReflection | null ;
921922
922923 private constructor (
Original file line number Diff line number Diff line change @@ -553,6 +553,7 @@ describe("Issue Tests", () => {
553553 } ) ;
554554
555555 it ( "#1898" , ( ) => {
556+ app . options . setValue ( "validation" , true ) ;
556557 const project = convert ( ) ;
557558 app . validate ( project ) ;
558559 logger . expectMessage (
You can’t perform that action at this time.
0 commit comments