Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bug-hou/simple-vue
/ functions
Functions
345 in github.com/bug-hou/simple-vue
⨍
Functions
345
◇
Types & classes
34
↓ 1 callers
Function
readonly
(raw)
lib/simple-vue.esm.js:184
↓ 1 callers
Function
readonly
(raw)
lib/simple-vue.cjs.js:188
↓ 1 callers
Function
render
(vnode, container, parentInstance)
lib/simple-vue.esm.js:448
↓ 1 callers
Function
render
(vnode, container, parentInstance)
lib/simple-vue.cjs.js:452
↓ 1 callers
Function
render
(vnode: VNode, container: Container, parentInstance: Instance | null)
src/runtime-core/renderer.ts:23
↓ 1 callers
Function
setupComponent
(instance)
lib/simple-vue.esm.js:319
↓ 1 callers
Function
setupComponent
(instance)
lib/simple-vue.cjs.js:323
↓ 1 callers
Function
setupComponent
(instance: Instance)
src/runtime-core/component.ts:33
↓ 1 callers
Function
setupRenderEffect
(instance, container)
lib/simple-vue.esm.js:707
↓ 1 callers
Function
setupRenderEffect
(instance, container)
lib/simple-vue.cjs.js:711
↓ 1 callers
Function
setupRenderEffect
(instance: Instance, container: Container)
src/runtime-core/renderer.ts:368
↓ 1 callers
Function
setupStatefulComponent
(instance)
lib/simple-vue.esm.js:325
↓ 1 callers
Function
setupStatefulComponent
(instance)
lib/simple-vue.cjs.js:329
↓ 1 callers
Function
setupStatefulComponent
(instance: Instance)
src/runtime-core/component.ts:52
↓ 1 callers
Function
shallowReadonly
(raw)
lib/simple-vue.esm.js:187
↓ 1 callers
Function
shallowReadonly
(raw)
lib/simple-vue.cjs.js:191
↓ 1 callers
Function
shouldUpdateComponent
(preVNode, nextVNode)
lib/simple-vue.esm.js:413
↓ 1 callers
Function
shouldUpdateComponent
(preVNode, nextVNode)
lib/simple-vue.cjs.js:417
↓ 1 callers
Function
shouldUpdateComponent
(preVNode: VNode, nextVNode: VNode)
src/runtime-core/componentUpdateUtils.ts:3
↓ 1 callers
Method
stop
()
src/reactivity/effect.ts:21
↓ 1 callers
Function
transformExpression
(node: AST)
src/compiler-core/src/transforms/transformExpression.ts:4
↓ 1 callers
Function
traverseNode
(node: AST, context: any)
src/compiler-core/src/transform.ts:15
↓ 1 callers
Function
unRef
(ref)
lib/simple-vue.esm.js:229
↓ 1 callers
Function
unRef
(ref)
lib/simple-vue.cjs.js:233
↓ 1 callers
Function
unmountChildren
(children)
lib/simple-vue.esm.js:638
↓ 1 callers
Function
unmountChildren
(children)
lib/simple-vue.cjs.js:642
↓ 1 callers
Function
unmountChildren
(children)
src/runtime-core/renderer.ts:270
↓ 1 callers
Function
updateComponent
(n1, n2, container, parentInstance)
lib/simple-vue.esm.js:690
↓ 1 callers
Function
updateComponent
(n1, n2, container, parentInstance)
lib/simple-vue.cjs.js:694
↓ 1 callers
Function
updateComponent
(n1: VNode | null, n2: VNode, container: Container, parentInstance: Instance | null)
src/runtime-core/renderer.ts:343
↓ 1 callers
Function
updateComponentPreRender
(instance, nextVNode)
lib/simple-vue.esm.js:739
↓ 1 callers
Function
updateComponentPreRender
(instance, nextVNode)
lib/simple-vue.cjs.js:743
↓ 1 callers
Function
updateComponentPreRender
(instance: Instance, nextVNode: VNode)
src/runtime-core/renderer.ts:411
Function
addCount
()
example/update/app.js:20
Function
addHandler
(name, str)
example/componetEmit/app.js:23
Function
addHandler
(name, str)
example/componetSlot/app.js:28
Function
aliasHelper
src/compiler-core/src/generate.ts:70
Function
changeChildProps
()
example/componentUpdate/app.js:13
Function
changePorps
()
example/update/app.js:26
Function
clickHandle
()
example/provide-inject/foo.js:18
Function
clickHandle
()
example/componetEmit/foo.js:12
Function
clickHandle
()
example/helloword/foo.js:12
Function
clickHandle
()
example/update/foo.js:18
Function
clickHandle
()
example/componetSlot/foo.js:13
Function
clickHandle
()
example/getCurrentInstance/foo.js:14
Method
constructor
(effectFn, scheduler)
lib/simple-vue.esm.js:56
Method
constructor
(value)
lib/simple-vue.esm.js:202
Method
constructor
(effectFn, scheduler)
lib/simple-vue.cjs.js:60
Method
constructor
(value)
lib/simple-vue.cjs.js:206
Method
constructor
(value)
src/reactivity/ref.ts:10
Method
constructor
(effectFn: Function, scheduler?)
src/reactivity/effect.ts:9
Method
constructor
(getter: any)
src/reactivity/computed.ts:8
Function
createApp
(rootContainer)
lib/simple-vue.cjs.js:828
Function
createApp
(rootContainer: Component)
src/runtime-dom/index.ts:12
Function
createElement
(type)
example/custom-render/main.js:12
Function
createTextVNode
(text)
lib/simple-vue.cjs.js:51
Function
createTextVNode
(text: string)
src/runtime-core/vnode.ts:41
Function
emit
(instance, eventName, ...payload)
lib/simple-vue.cjs.js:252
Function
emit
(instance: Instance, eventName: string, ...payload)
src/runtime-core/componentEmit.ts:4
Function
flushJobs
()
lib/simple-vue.esm.js:438
Function
flushJobs
()
lib/simple-vue.cjs.js:442
Function
flushJobs
()
src/runtime-core/scheduler.ts:18
Function
get
(target, key)
lib/simple-vue.esm.js:234
Function
get
(target, key)
lib/simple-vue.cjs.js:238
Function
get
(target, key)
src/reactivity/ref.ts:45
Function
get
({ _: instance }, key)
src/runtime-core/componentPublicInstance.ts:11
Function
helper
(k)
src/compiler-core/src/transform.ts:54
Function
inject
(key, defaultValue)
lib/simple-vue.cjs.js:378
Function
inject
(key, defaultValue?)
src/runtime-core/inject.ts:4
Function
insert
(el, parent)
example/custom-render/main.js:24
Function
isProxy
(raw)
lib/simple-vue.esm.js:196
Function
isProxy
(raw)
lib/simple-vue.cjs.js:200
Function
mount
(rooContainer)
lib/simple-vue.esm.js:397
Function
mount
(rooContainer)
lib/simple-vue.cjs.js:401
Function
mount
(rooContainer: Container | string)
src/runtime-core/createApp.ts:8
Function
onClick
()
example/provide-inject/app.js:12
Function
onClick
()
example/componetEmit/app.js:12
Function
onClick
()
example/helloword/app.js:12
Function
onClick
()
example/componetSlot/app.js:12
Function
onClick
()
example/getCurrentInstance/app.js:12
Function
patchProp
(el, key, value)
example/custom-render/main.js:21
Function
plugin
(node: AST)
src/compiler-core/test/transform.spec.ts:9
Function
provide
(key, value)
lib/simple-vue.cjs.js:366
Function
provide
(key, value)
src/runtime-core/provide.ts:6
Function
reduceCount
()
example/update/app.js:23
Function
ref
(value)
lib/simple-vue.cjs.js:227
Function
render
()
example/patchChild/textToText.js:15
Function
render
()
example/patchChild/textToArray.js:15
Function
render
()
example/patchChild/arrayToArray.js:36
Function
render
()
example/patchChild/arrayTotext.js:15
Function
render
()
example/patchChild/app.js:8
Function
render
()
example/provide-inject/foo.js:23
Function
render
()
example/provide-inject/app.js:8
Function
render
()
example/componetEmit/foo.js:17
Function
render
()
example/componetEmit/app.js:7
Function
render
()
example/helloword/foo.js:17
Function
render
()
example/helloword/app.js:7
Function
render
()
example/update/foo.js:23
Function
render
()
example/update/app.js:4
Function
render
()
example/componetSlot/foo.js:18
← previous
next →
201–300 of 345, ranked by callers