SYMBOL INDEX (45 symbols across 14 files) FILE: src/__tests__/advanced.spec.ts method created (line 19) | created() { method mounted (line 22) | mounted() { method getNestedProperty (line 36) | getNestedProperty(): string { method mounted (line 40) | mounted() { FILE: src/__tests__/computed.spec.ts method msg (line 11) | msg() { method get (line 31) | get(): string { method set (line 34) | set(v: string) { method msg (line 59) | msg() { method msg (line 78) | msg(): string { FILE: src/__tests__/helpers.ts method setup (line 13) | setup() { FILE: src/__tests__/inject.spec.ts method data (line 17) | data(): { msg: string } { FILE: src/__tests__/lifecylce.spec.ts function testHandler (line 9) | function testHandler() { method beforeCreate (line 51) | beforeCreate() { method created (line 54) | created() { FILE: src/__tests__/methods.spec.ts method msg (line 12) | msg() { method msg (line 28) | msg() { method getMsg (line 47) | getMsg() { FILE: src/__tests__/watch.spec.ts method msg (line 16) | msg(...args: any[]) { FILE: src/createComposable.ts function createComposableFromMixin (line 53) | function createComposableFromMixin< function createWatcher (line 232) | function createWatcher( function createPathGetter (line 262) | function createPathGetter(ctx: any, path: string) { FILE: src/defineMixin.ts function defineMixin (line 10) | function defineMixin< FILE: src/inject.ts type ComponentInjectOptions (line 16) | type ComponentInjectOptions = string[] | ObjectInjectOptions type ObjectInjectOptions (line 18) | type ObjectInjectOptions = Record< type DebuggerHook (line 22) | type DebuggerHook = (e: DebuggerEvent) => void type ErrorCapturedHook (line 23) | type ErrorCapturedHook = ( function resolveInjections (line 31) | function resolveInjections( function normalizeInject (line 68) | function normalizeInject( FILE: src/typeTest.ts type User (line 8) | interface User { method birthYear (line 30) | birthYear(): number { method testFn (line 35) | testFn(): void { method setup (line 45) | setup() { type TCompWMixin (line 63) | type TCompWMixin = InstanceType type checkAge (line 64) | type checkAge = TCompWMixin['age'] type checkUser (line 65) | type checkUser = TCompWMixin['user'] FILE: src/types.ts type EmitsToProps (line 18) | type EmitsToProps = T extends string[] type MethodOptions (line 37) | interface MethodOptions { type ComputedOptions (line 44) | type ComputedOptions = Record< type ContextualizedComputedOptions (line 48) | type ContextualizedComputedOptions = Record< type ExtractComputedReturns (line 56) | type ExtractComputedReturns = { type ObjectWatchOptionItem (line 64) | type ObjectWatchOptionItem = { type WatchOptionItem (line 67) | type WatchOptionItem = string | WatchCallback | ObjectWatchOptionItem type ComponentWatchOptionItem (line 68) | type ComponentWatchOptionItem = WatchOptionItem | WatchOptionItem[] FILE: src/utils.ts function callHook (line 19) | function callHook( FILE: src/vmContextProxy.ts function createContextProxy (line 3) | function createContextProxy(