Skip to content

Commit a02d8f4

Browse files
committed
wip
1 parent e89d447 commit a02d8f4

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

packages/runtime-core/src/componentOptions.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ export type ConcreteComponentOptions = Omit<
121121
| 'extends'
122122
| 'setup'
123123
| 'data'
124-
| '__differentiator'
125124
>
126125

127126
export interface ComponentOptionsBase<
@@ -435,16 +434,6 @@ interface LegacyOptions<
435434
* @deprecated use `compilerOptions.delimiters` instead.
436435
*/
437436
delimiters?: [string, string]
438-
439-
/**
440-
* #3468
441-
*
442-
* type-only, used to assist Mixin's type inference,
443-
* typescript will try to simplify the inferred `Mixin` type,
444-
* with the `__differentiator`, typescript won't be able to combine different mixins,
445-
* because the `__differentiator` will be different
446-
*/
447-
__differentiator?: keyof D | keyof C | keyof M
448437
}
449438

450439
type MergedHook<T = () => void> = T | T[]

0 commit comments

Comments
 (0)