File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -230,8 +230,8 @@ type MatchSplittedConjunction<
230230 CollapseNegativesFromConjunction < Left , Splitted [ 'not' ] , AST >
231231>
232232
233- declare const LeftIsAny : unique symbol
234- export type LeftIsAny = typeof LeftIsAny
233+ declare const _LeftIsAny : unique symbol
234+ export type LeftIsAny = typeof _LeftIsAny
235235
236236// TODO: extract inferredNodes too
237237// TODO: change Acc default value accordingly
Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ export type PickNode<T, AST> = [T] extends [any]
5555 ? Extract < AST , { type : T } >
5656 : never
5757
58- declare const AttrValueIsUnsafeToIntersect : unique symbol
59- export type AttrValueIsUnsafeToIntersect = typeof AttrValueIsUnsafeToIntersect
58+ declare const _AttrValueIsUnsafeToIntersect : unique symbol
59+ export type AttrValueIsUnsafeToIntersect = typeof _AttrValueIsUnsafeToIntersect
6060
6161export type TryToParseAttrValue < T > = T extends 'true'
6262 ? true
You can’t perform that action at this time.
0 commit comments