You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
declarationRequiresScopeChange?: boolean;// Set by `useOuterVariableScopeInParameter` in checker when downlevel emit would change the name resolution scope inside of a parameter.
5998
5998
serializedTypes?: Map<string,SerializedTypeEntry>;// Collection of types serialized at this location
5999
5999
decoratorSignature?: Signature;// Signature for decorator as if invoked by the runtime.
6000
+
isParameterWithUndefinedInAnnotation?: boolean;// True if this is a parameter declaration whose type annotation contains "undefined".
Copy file name to clipboardExpand all lines: tests/baselines/reference/tsserver/inconsistentErrorInEditor2/should-not-error.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -188,7 +188,7 @@ FsWatches::
188
188
FsWatchesRecursive::
189
189
190
190
Info16[00:00:24.000] event:
191
-
{"seq":0,"type":"event","event":"semanticDiag","body":{"file":"^/untitled/ts-nul-authority/Untitled-1","diagnostics":[{"start":{"line":1,"offset":13},"end":{"line":1,"offset":24},"text":"'Foo' is referenced directly or indirectly in its own type annotation.","code":2502,"category":"error"},{"start":{"line":2,"offset":11},"end":{"line":2,"offset":14},"text":"Type alias 'Foo' circularly references itself.","code":2456,"category":"error"}]}}
0 commit comments