/* @flow */import*asnodeOpsfrom'weex/runtime/node-ops'import{createPatchFunction}from'core/vdom/patch'importbaseModulesfrom'core/vdom/modules/index'importplatformModulesfrom'weex/runtime/modules/index'// the directive module should be applied last, after all// built-in modules have been applied.constmodules=platformModules.concat(baseModules)exportconstpatch:Function=createPatchFunction({nodeOps,modules,LONG_LIST_THRESHOLD:10})