..
helpers
feat(core): support dynamic component via <component :is> ( #320 )
2019-10-18 12:09:04 -04:00
apiApp.ts
feat(core): validate directives names ( #326 )
2019-10-18 12:34:45 -04:00
apiCreateComponent.ts
types: use RenderFunction type ( #342 )
2019-10-21 13:44:01 -04:00
apiInject.ts
types: improve typing
2019-10-08 12:43:13 -04:00
apiLifecycle.ts
types: use hook type in options ( #284 )
2019-10-14 23:15:09 -04:00
apiOptions.ts
types: improve computed types ( #343 )
2019-10-21 13:57:20 -04:00
apiReactivity.ts
types: improve computed types ( #343 )
2019-10-21 13:57:20 -04:00
apiWatch.ts
types(watch): allow readonly arrays for watching multiple sources ( #281 )
2019-10-15 16:44:14 -04:00
component.ts
types: improve emit type ( #345 )
2019-10-21 14:04:42 -04:00
componentProps.ts
types: improve typing
2019-10-08 10:50:10 -04:00
componentProxy.ts
types: improve emit type ( #345 )
2019-10-21 14:04:42 -04:00
componentRenderUtils.ts
refactor(runetime-core): removed unnecessary condition check ( #237 )
2019-10-12 11:00:29 -04:00
componentSlots.ts
types: improve typing
2019-10-08 12:43:13 -04:00
createRenderer.ts
feat(compiler): convert text mixed with elements into createVNode calls
2019-10-21 15:52:29 -04:00
directives.ts
refactor(errorHandlling): handle array in callWithAsyncErrorHandling ( #332 )
2019-10-21 13:59:10 -04:00
errorHandling.ts
refactor(errorHandlling): handle array in callWithAsyncErrorHandling ( #332 )
2019-10-21 13:59:10 -04:00
h.ts
refactor(runtime-core): make h() support single vnode child ( #181 )
2019-10-10 10:17:16 -04:00
index.ts
refactor: applyDirectives -> withDirectives
2019-10-18 16:35:01 -04:00
scheduler.ts
refactor(scheduler): replace try catch with callWithErrorHandling ( #264 )
2019-10-14 00:32:01 -04:00
shapeFlags.ts
feat: warning context
2019-08-30 10:36:30 -04:00
suspense.ts
Revert "chore: remove useless else ( #245 )" ( #257 )
2019-10-12 22:52:11 -04:00
vnode.ts
perf: micro optimizations for vnode creation
2019-10-21 11:30:45 -04:00
warning.ts
chore: use const
instead of let
( #283 )
2019-10-14 23:15:36 -04:00