SYMBOL INDEX (858 symbols across 176 files) FILE: packages/babel-plugin-import-regenerator/index.js method CallExpression (line 8) | CallExpression(path) { FILE: packages/babel-plugin-import-regenerator/test/fixtures/mutiple-async/actual.js method foo (line 2) | foo () { method bar (line 5) | async bar () { method bar2 (line 8) | async bar2 () { method bar3 (line 11) | async bar3 () { FILE: packages/babel-plugin-import-regenerator/test/fixtures/mutiple-async/expected.js function _interopRequireDefault (line 7) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function asyncGeneratorStep (line 9) | function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, ar... function _asyncToGenerator (line 11) | function _asyncToGenerator(fn) { return function () { var self = this, a... function bar (line 40) | function bar() { function bar2 (line 66) | function bar2() { function bar3 (line 94) | function bar3() { FILE: packages/babel-plugin-import-regenerator/test/fixtures/normal/actual.js method sleep (line 5) | sleep (s) { method testAsync (line 12) | async testAsync () { FILE: packages/babel-plugin-import-regenerator/test/fixtures/normal/expected.js function _interopRequireDefault (line 11) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function asyncGeneratorStep (line 13) | function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, ar... function _asyncToGenerator (line 15) | function _asyncToGenerator(fn) { return function () { var self = this, a... function testAsync (line 48) | function testAsync() { FILE: packages/cli/bin/cli/ask.js function prompt (line 38) | function prompt(data, key, prompt, done) { FILE: packages/cli/bin/cli/download.js method downloadOfficialZip (line 9) | downloadOfficialZip(template, dist, options) { method downloadFromGitRaw (line 20) | downloadFromGitRaw(template, dist, options, branch = '2.0.x') { method downloadFromCos (line 27) | downloadFromCos(template, dist, options) { method downloadRepo (line 34) | downloadRepo(template, dist, opt) { FILE: packages/cli/bin/cli/generate.js function askQuestions (line 95) | function askQuestions(prompts) { function getDefault (line 108) | function getDefault(item) { function buildInlineArgs (line 127) | function buildInlineArgs(prompts) { function filterFiles (line 152) | function filterFiles(filters) { function renderTemplateFiles (line 166) | function renderTemplateFiles(skipInterpolation) { function logMessage (line 204) | function logMessage(message, data) { FILE: packages/cli/bin/cli/local-path.js method isLocalPath (line 4) | isLocalPath(templatePath) { method getTemplatePath (line 10) | getTemplatePath(templatePath) { FILE: packages/cli/bin/cli/logger.js method log (line 18) | log(...args) { method fatal (line 30) | fatal(...args) { method success (line 44) | success(...args) { FILE: packages/cli/bin/cli/options.js function getMetadata (line 35) | function getMetadata(dir) { function setDefault (line 64) | function setDefault(opts, key, val) { function setValidateName (line 80) | function setValidateName(opts) { FILE: packages/cli/bin/wepy-init.js function gen (line 15) | function gen(templatePath) { function run (line 42) | function run() { function downloadLog (line 63) | function downloadLog(msg, type = 'verbose') { function downloadOfficialTemplate (line 67) | function downloadOfficialTemplate(templateName, dist, opt, branch) { function downloadAndGenerate (line 87) | function downloadAndGenerate(template) { FILE: packages/cli/bin/wepy-upgrade.js function upgradeCLI (line 4) | function upgradeCLI(cb) { function upgradeWepy (line 18) | function upgradeWepy(cb) { FILE: packages/cli/core/ast/paramsDetect.js function isScope (line 4) | function isScope(node) { function isBlockScope (line 12) | function isBlockScope(node) { function declaresArguments (line 16) | function declaresArguments(node) { function declaresThis (line 20) | function declaresThis(node) { function reallyParse (line 24) | function reallyParse(source, options) { function findGlobals (line 34) | function findGlobals(source, options) { function getNameForExpression (line 184) | function getNameForExpression(expression) { FILE: packages/cli/core/ast/parseClass.js method ObjectExpression (line 9) | ObjectExpression(node) { method ArrayExpression (line 25) | ArrayExpression(node) { method ConditionalExpression (line 32) | ConditionalExpression() { FILE: packages/cli/core/ast/toAST.js constant ECMA_VERSION (line 3) | const ECMA_VERSION = 2017; constant POSSIBLE_AST_OPTIONS (line 5) | const POSSIBLE_AST_OPTIONS = [ FILE: packages/cli/core/ast/walker.js class AstWalker (line 1) | class AstWalker { method constructor (line 2) | constructor(compilation, ast, lang) { method run (line 11) | run() { method walkStatements (line 22) | walkStatements(statements) { method walkStatement (line 28) | walkStatement(statement) { method walkClass (line 34) | walkClass(classy) { method walkMethodDefinition (line 43) | walkMethodDefinition(methodDefinition) { method prewalkStatements (line 49) | prewalkStatements(statements) { method prewalkStatement (line 56) | prewalkStatement(statement) { method prewalkBlockStatement (line 62) | prewalkBlockStatement(statement) { method walkBlockStatement (line 66) | walkBlockStatement(statement) { method walkExpressionStatement (line 70) | walkExpressionStatement(statement) { method prewalkIfStatement (line 74) | prewalkIfStatement(statement) { method walkIfStatement (line 79) | walkIfStatement(statement) { method prewalkLabeledStatement (line 92) | prewalkLabeledStatement(statement) { method walkLabeledStatement (line 96) | walkLabeledStatement(statement) { method prewalkWithStatement (line 102) | prewalkWithStatement(statement) { method walkWithStatement (line 106) | walkWithStatement(statement) { method prewalkSwitchStatement (line 111) | prewalkSwitchStatement(statement) { method walkSwitchStatement (line 115) | walkSwitchStatement(statement) { method walkTerminatingStatement (line 120) | walkTerminatingStatement(statement) { method walkReturnStatement (line 124) | walkReturnStatement(statement) { method walkThrowStatement (line 128) | walkThrowStatement(statement) { method prewalkTryStatement (line 132) | prewalkTryStatement(statement) { method walkTryStatement (line 136) | walkTryStatement(statement) { method prewalkWhileStatement (line 148) | prewalkWhileStatement(statement) { method walkWhileStatement (line 152) | walkWhileStatement(statement) { method prewalkDoWhileStatement (line 157) | prewalkDoWhileStatement(statement) { method walkDoWhileStatement (line 161) | walkDoWhileStatement(statement) { method prewalkForStatement (line 166) | prewalkForStatement(statement) { method walkForStatement (line 173) | walkForStatement(statement) { method prewalkForInStatement (line 183) | prewalkForInStatement(statement) { method walkForInStatement (line 188) | walkForInStatement(statement) { method prewalkForOfStatement (line 195) | prewalkForOfStatement(statement) { method walkForOfStatement (line 200) | walkForOfStatement(statement) { method prewalkFunctionDeclaration (line 208) | prewalkFunctionDeclaration(statement) { method walkFunctionDeclaration (line 215) | walkFunctionDeclaration(statement) { method prewalkImportDeclaration (line 229) | prewalkImportDeclaration(statement) { method prewalkExportNamedDeclaration (line 260) | prewalkExportNamedDeclaration(statement) { method walkExportNamedDeclaration (line 302) | walkExportNamedDeclaration(statement) { method prewalkExportDefaultDeclaration (line 308) | prewalkExportDefaultDeclaration(statement) { method walkExportDefaultDeclaration (line 321) | walkExportDefaultDeclaration(statement) { method prewalkVariableDeclaration (line 336) | prewalkVariableDeclaration(statement) { method walkVariableDeclaration (line 340) | walkVariableDeclaration(statement) { method prewalkClassDeclaration (line 344) | prewalkClassDeclaration(statement) { method walkClassDeclaration (line 351) | walkClassDeclaration(statement) { method prewalkSwitchCases (line 355) | prewalkSwitchCases(switchCases) { method walkSwitchCases (line 362) | walkSwitchCases(switchCases) { method walkCatchClause (line 373) | walkCatchClause(catchClause) { method prewalkVariableDeclarators (line 380) | prewalkVariableDeclarators(declarators) { method walkVariableDeclarators (line 426) | walkVariableDeclarators(declarators) { method walkPattern (line 455) | walkPattern(pattern) { method walkAssignmentPattern (line 460) | walkAssignmentPattern(pattern) { method walkObjectPattern (line 465) | walkObjectPattern(pattern) { method walkArrayPattern (line 475) | walkArrayPattern(pattern) { method walkRestElement (line 482) | walkRestElement(pattern) { method walkExpressions (line 486) | walkExpressions(expressions) { method walkExpression (line 493) | walkExpression(expression) { method walkAwaitExpression (line 497) | walkAwaitExpression(expression) { method walkArrayExpression (line 502) | walkArrayExpression(expression) { method walkSpreadElement (line 506) | walkSpreadElement(expression) { method walkObjectExpression (line 510) | walkObjectExpression(expression) { method walkFunctionExpression (line 520) | walkFunctionExpression(expression) { method walkArrowFunctionExpression (line 534) | walkArrowFunctionExpression(expression) { method walkSequenceExpression (line 548) | walkSequenceExpression(expression) { method walkUpdateExpression (line 552) | walkUpdateExpression(expression) { method walkUnaryExpression (line 556) | walkUnaryExpression(expression) { method walkLeftRightExpression (line 569) | walkLeftRightExpression(expression) { method walkBinaryExpression (line 574) | walkBinaryExpression(expression) { method walkLogicalExpression (line 578) | walkLogicalExpression(expression) { method walkAssignmentExpression (line 582) | walkAssignmentExpression(expression) { method walkConditionalExpression (line 640) | walkConditionalExpression(expression) { method walkNewExpression (line 654) | walkNewExpression(expression) { method walkYieldExpression (line 659) | walkYieldExpression(expression) { method walkTemplateLiteral (line 663) | walkTemplateLiteral(expression) { method walkTaggedTemplateExpression (line 667) | walkTaggedTemplateExpression(expression) { method walkClassExpression (line 672) | walkClassExpression(expression) { method walkCallExpression (line 676) | walkCallExpression(expression) { method walkMemberExpression (line 771) | walkMemberExpression(expression) { method walkIdentifier (line 783) | walkIdentifier(expression) { method inScope (line 792) | inScope(params, fn) { method enterPattern (line 821) | enterPattern(pattern, onIdent) { method enterIdentifier (line 825) | enterIdentifier(pattern, onIdent) { method enterObjectPattern (line 829) | enterObjectPattern(pattern, onIdent) { method enterArrayPattern (line 836) | enterArrayPattern(pattern, onIdent) { method enterRestElement (line 843) | enterRestElement(pattern, onIdent) { method enterAssignmentPattern (line 847) | enterAssignmentPattern(pattern, onIdent) { method evaluateExpression (line 851) | evaluateExpression(expression) { method getRenameIdentifier (line 869) | getRenameIdentifier(expr) { method parseString (line 876) | parseString(expression) { method parseCalculatedString (line 887) | parseCalculatedString(expression) { method parseStringArray (line 941) | parseStringArray(expression) { method parseCalculatedStringArray (line 954) | parseCalculatedStringArray(expression) { method getNameForExpression (line 1052) | getNameForExpression(expression) { method evaluateMemberExpression (line 1086) | evaluateMemberExpression(expression) { method evaluateIdentifier (line 1116) | evaluateIdentifier(expr) { method applyMethods (line 1143) | applyMethods(method, expr) { method callrequire (line 1171) | callrequire(expr) { method callrequireAmdArray (line 1247) | callrequireAmdArray(expr, param) { method callrequireAmdItem (line 1300) | callrequireAmdItem(expr, param) { method callrequireAmdContext (line 1338) | callrequireAmdContext(/*expr, param*/) { FILE: packages/cli/core/compile.js constant VENDOR_DIR (line 20) | const VENDOR_DIR = require('./util/const').VENDOR_DIR; class Compile (line 30) | class Compile extends Hook { method constructor (line 31) | constructor(opt) { method clear (line 129) | clear(type) { method run (line 134) | run() { method init (line 138) | init() { method start (line 187) | start() { method buildComps (line 289) | buildComps(comps) { method weappBuild (line 351) | weappBuild(buildTask) { method partialBuild (line 369) | partialBuild(buildTask) { method assetsBuild (line 397) | assetsBuild(buildTask) { method handleBuildErr (line 417) | handleBuildErr(err) { method watch (line 433) | watch() { method applyCompiler (line 493) | applyCompiler(node, ctx) { method getTarget (line 522) | getTarget(file, targetDir) { method getModuleTarget (line 528) | getModuleTarget(file, targetDir) { method outputFile (line 537) | outputFile(filename, code, encoding) { method output (line 563) | output(type, item) { FILE: packages/cli/core/fileDep.js class FileDep (line 1) | class FileDep { method constructor (line 2) | constructor() { method cleanDeps (line 7) | cleanDeps(source) { method addDeps (line 21) | addDeps(source, deps = []) { method getDeps (line 36) | getDeps(source) { method getSources (line 40) | getSources(dep) { method isInvolved (line 44) | isInvolved(file) { FILE: packages/cli/core/hook.js class Hook (line 1) | class Hook { method constructor (line 2) | constructor() { method register (line 6) | register(key, fn) { method hasHook (line 17) | hasHook(key) { method hook (line 21) | hook(key, ...args) { method hookSeq (line 30) | hookSeq(key, ...args) { method hookUnique (line 49) | hookUnique(key, ...args) { method hookUniqueReturnArg (line 58) | hookUniqueReturnArg(key, ...args) { method hookAsyncSeq (line 66) | hookAsyncSeq(key, ...args) { method hookReturnOrigin (line 92) | hookReturnOrigin(key, ...args) { method unregister (line 100) | unregister(key, fn) { method unregisterAll (line 112) | unregisterAll(key) { FILE: packages/cli/core/init/plugin.js function checkPlugins (line 3) | function checkPlugins(ins, plugins) { FILE: packages/cli/core/loader.js class PluginHelper (line 19) | class PluginHelper { method constructor (line 20) | constructor(plugins, op) { method applyPlugin (line 24) | applyPlugin(index, op) { method attach (line 42) | attach(resolve) { method loadCompiler (line 45) | loadCompiler(lang) { method getNodeModulePath (line 62) | getNodeModulePath(loc, relative) { method load (line 91) | load(loc, relative) { method loadPlugin (line 109) | loadPlugin(plugins) { FILE: packages/cli/core/moduleSet.js class ModuleSet (line 10) | class ModuleSet { method constructor (line 11) | constructor() { method add (line 19) | add(file, type) { method get (line 34) | get(file) { method pending (line 38) | pending(file) { method update (line 42) | update(file, data, type) { method data (line 50) | data(v) { method array (line 58) | array(type) { method type (line 67) | type(v) { FILE: packages/cli/core/parseOptions.js constant DEFAULT_OPTIONS (line 4) | const DEFAULT_OPTIONS = { constant DEFAULT_CONFIG (line 29) | const DEFAULT_CONFIG = path.resolve('wepy.config.js'); function setValue (line 31) | function setValue(obj, key, val) { function getValue (line 47) | function getValue(obj, key) { function check (line 64) | function check(t, val) { function parse (line 86) | function parse(opt = {}, baseOpt = DEFAULT_OPTIONS, fromCommandLine) { function convert (line 107) | function convert(args) { FILE: packages/cli/core/plugins/build/vendor.js constant VENDOR_INJECTION (line 3) | const VENDOR_INJECTION = [ FILE: packages/cli/core/plugins/compiler/before.js constant CONST (line 2) | const CONST = require('../../util/const'); FILE: packages/cli/core/plugins/helper/generateCodeFrame.js function indexToLineColumns (line 4) | function indexToLineColumns(code, index) { FILE: packages/cli/core/plugins/parser/component.js constant CONST (line 11) | const CONST = require('../../util/const'); method wxs (line 84) | wxs(item) { FILE: packages/cli/core/plugins/template/attrs/ref.js function getParseRefFunc (line 4) | function getParseRefFunc(hasBindAttrRef = false) { FILE: packages/cli/core/plugins/template/directives/condition.js constant ADDITIONS_DIRECTIVES_HANDLES (line 1) | const ADDITIONS_DIRECTIVES_HANDLES = { FILE: packages/cli/core/plugins/template/directives/model.js constant CONST (line 1) | const CONST = require('../../../util/const'); constant MODEL_MAP (line 4) | const MODEL_MAP = { function parseModel (line 46) | function parseModel(str) { function generateModelFunction (line 119) | function generateModelFunction(expr) { function generateModelFunctionInScope (line 142) | function generateModelFunctionInScope(scope, iterators, expr) { FILE: packages/cli/core/plugins/template/directives/v-on.js constant CONST (line 3) | const CONST = require('./../../../util/const'); FILE: packages/cli/core/plugins/template/parse.js function decodeAttr (line 44) | function decodeAttr(value) { FILE: packages/cli/core/tag.js constant HTML_TAGS (line 4) | const HTML_TAGS = [ constant WXML_TAGS (line 40) | const WXML_TAGS = [ constant HTML2WXML_MAP (line 65) | const HTML2WXML_MAP = { constant SELF_CLOSE_TAGS (line 79) | const SELF_CLOSE_TAGS = [ FILE: packages/cli/core/util/ast.js constant ECMA_VERSION (line 3) | const ECMA_VERSION = 2017; constant POSSIBLE_AST_OPTIONS (line 5) | const POSSIBLE_AST_OPTIONS = [ FILE: packages/cli/core/util/error.js method warn (line 5) | warn(msg, file, codeFrame, location) { method error (line 14) | error(msg, file, codeFrame, location) { FILE: packages/cli/core/util/hash.js method hash (line 5) | hash(s) { method hashFile (line 10) | hashFile(path) { FILE: packages/cli/core/util/xmllint.js constant DEFAULT_RULES (line 3) | const DEFAULT_RULES = { method verify (line 34) | verify(html, rules) { FILE: packages/cli/test/core/fixtures/template/assert/v-on/0-0.tap.js function proxy (line 1) | function proxy () { FILE: packages/cli/test/core/fixtures/template/assert/v-on/0-1.tap.js function proxy (line 1) | function proxy () { FILE: packages/cli/test/core/fixtures/template/assert/v-on/0-10.tap.js function proxy (line 1) | function proxy () { FILE: packages/cli/test/core/fixtures/template/assert/v-on/0-11.tap.js function proxy (line 1) | function proxy () { FILE: packages/cli/test/core/fixtures/template/assert/v-on/0-12.tap.js function proxy (line 1) | function proxy () { FILE: packages/cli/test/core/fixtures/template/assert/v-on/0-13.tap.js function proxy (line 1) | function proxy () { FILE: packages/cli/test/core/fixtures/template/assert/v-on/0-14.tap.js function proxy (line 1) | function proxy () { FILE: packages/cli/test/core/fixtures/template/assert/v-on/0-15.tap.js function proxy (line 1) | function proxy () { FILE: packages/cli/test/core/fixtures/template/assert/v-on/0-2.tap.js function proxy (line 1) | function proxy () { FILE: packages/cli/test/core/fixtures/template/assert/v-on/0-3.tap.js function proxy (line 1) | function proxy () { FILE: packages/cli/test/core/fixtures/template/assert/v-on/0-4.tap.js function proxy (line 1) | function proxy () { FILE: packages/cli/test/core/fixtures/template/assert/v-on/0-5.tap.js function proxy (line 1) | function proxy () { FILE: packages/cli/test/core/fixtures/template/assert/v-on/0-6.tap.js function proxy (line 1) | function proxy (item) { FILE: packages/cli/test/core/fixtures/template/assert/v-on/0-7.tap.js function proxy (line 1) | function proxy () { FILE: packages/cli/test/core/fixtures/template/assert/v-on/0-8.tap.js function proxy (line 1) | function proxy () { FILE: packages/cli/test/core/fixtures/template/assert/v-on/0-9.click-right.js function proxy (line 1) | function proxy () { FILE: packages/cli/test/core/init/plugin.test.js method error (line 39) | error() {} FILE: packages/cli/test/core/plugins/helper/sfcCustomBlock.test.js function createCompile (line 8) | function createCompile() { FILE: packages/cli/test/core/plugins/template/parse.test.js function cached (line 10) | function cached(fn) { function createLogger (line 66) | function createLogger(type) { function createCompiler (line 79) | function createCompiler(options = {}) { function assetHanlder (line 103) | function assetHanlder(handlers) { function assertCodegen (line 125) | function assertCodegen(originalRaw, assertRaw, options = {}, ctx, done) { FILE: packages/compiler-babel/test/fixtures/app.js method onLaunch (line 4) | onLaunch() { FILE: packages/compiler-babel/test/helper/ast.js constant ECMA_VERSION (line 3) | const ECMA_VERSION = 2017; constant POSSIBLE_AST_OPTIONS (line 5) | const POSSIBLE_AST_OPTIONS = [ FILE: packages/compiler-babel/test/helper/index.js method getNameForExpression (line 2) | getNameForExpression(expression) { FILE: packages/compiler-babel/test/index.test.js class Hook (line 9) | class Hook { method constructor (line 10) | constructor() { method register (line 14) | register(key, fn) { method hook (line 20) | hook(key, ...args) { method hookUnique (line 23) | hookUnique(key, ...args) { method clear (line 31) | clear() { function createWalker (line 36) | function createWalker() { function createCompile (line 47) | function createCompile(opt) { function testFixture (line 67) | function testFixture(file) { FILE: packages/compiler-less/createPlugin.js function createPlugin (line 9) | function createPlugin(compliation) { FILE: packages/compiler-less/test/helpers/specs.js function compareArrayGe (line 44) | function compareArrayGe(arr1, arr2) { function versionFilter (line 50) | function versionFilter(name) { method getIds (line 74) | getIds() { method getId (line 84) | getId(id) { method getOpt (line 87) | getOpt(id) { method getResolveOpt (line 90) | getResolveOpt(id) { method getLesscOpt (line 93) | getLesscOpt(id) { method getReplacements (line 96) | getReplacements(id) { FILE: packages/compiler-less/test/index.test.js class Hook (line 10) | class Hook { method constructor (line 11) | constructor() { method register (line 16) | register(key, fn) { method hook (line 20) | hook(key, ...args) { method clear (line 23) | clear() { function createCompile (line 28) | function createCompile(lessOpt, resolveOpt) { function readSpec (line 68) | function readSpec(id, isFailSpec) { function compare (line 81) | function compare(id, done) { function compileFail (line 97) | function compileFail(id, done) { FILE: packages/compiler-postcss/test/helpers/specs.js method getIds (line 28) | getIds() { method getId (line 38) | getId(id) { method getOpt (line 41) | getOpt(id) { method getResolveOpt (line 44) | getResolveOpt(id) { method getReplacements (line 47) | getReplacements(id) { FILE: packages/compiler-postcss/test/index.test.js class Hook (line 10) | class Hook { method register (line 11) | register(key, fn) { method hook (line 15) | hook(key, ...args) { method clear (line 18) | clear() { function createCompile (line 23) | function createCompile(postcssOpt, resolveOpt) { function readSpec (line 54) | function readSpec(id) { function compare (line 67) | function compare(id, done) { FILE: packages/compiler-sass/importsToResolve.js function importsToResolve (line 16) | function importsToResolve(url) { FILE: packages/compiler-sass/index.js function createSassPlugin (line 15) | function createSassPlugin(compilation, type, options) { FILE: packages/compiler-sass/resolveImporter.js function resolveImporter (line 6) | function resolveImporter(compilation, file) { FILE: packages/compiler-sass/test/helpers/specs.js method getIds (line 25) | getIds() { method getId (line 35) | getId(id) { method getOpt (line 38) | getOpt(id) { method getResolveOpt (line 41) | getResolveOpt(id) { method getReplacements (line 44) | getReplacements(id) { FILE: packages/compiler-sass/test/index.test.js class Hook (line 10) | class Hook { method register (line 11) | register(key, fn) { method hook (line 15) | hook(key, ...args) { method clear (line 18) | clear() { function createCompile (line 23) | function createCompile(sassOpt, resolveOpt) { function readSpec (line 54) | function readSpec(id) { function compare (line 67) | function compare(id, done) { FILE: packages/compiler-stylus/createPlugin.js function createPlugin (line 6) | function createPlugin(compliation) { FILE: packages/compiler-stylus/test/helpers/specs.js method getIds (line 44) | getIds() { method getId (line 54) | getId(id) { method getOpt (line 57) | getOpt(id) { method getResolveOpt (line 60) | getResolveOpt(id) { method getStyluscOpt (line 63) | getStyluscOpt(id) { method getReplacements (line 66) | getReplacements(id) { FILE: packages/compiler-stylus/test/index.test.js class Hook (line 10) | class Hook { method constructor (line 11) | constructor() {} method register (line 13) | register(key, fn) { method hook (line 17) | hook(key, ...args) { method clear (line 20) | clear() { function createCompile (line 25) | function createCompile(stylusOpt, resolveOpt) { function readSpec (line 65) | function readSpec(id, isFailSpec) { function compare (line 78) | function compare(id, done) { function compileFail (line 94) | function compileFail(id, done) { FILE: packages/core/ant/apis/index.js function initGlobalAPI (line 7) | function initGlobalAPI(wepy) { FILE: packages/core/ant/class/WepyComponent.js class WepyComponent (line 6) | class WepyComponent extends Base { method $watch (line 7) | $watch(expOrFn, cb, options) { method $forceUpdate (line 33) | $forceUpdate() { FILE: packages/core/ant/class/WepyPage.js class WepyPage (line 6) | class WepyPage extends WepyComponent { method $launch (line 7) | $launch(url, params) { method $navigate (line 10) | $navigate(url, params) { method $redirect (line 14) | $redirect(url, params) { method $back (line 18) | $back(p = {}) { method $route (line 26) | $route(type, url, params = {}) { FILE: packages/core/ant/init/events.js function initEvents (line 4) | function initEvents(vm) { FILE: packages/core/ant/init/lifecycle.js function patchAppLifecycle (line 57) | function patchAppLifecycle(appConfig, options, rel = {}) { function patchLifecycle (line 87) | function patchLifecycle(output, options, rel, isComponent) { FILE: packages/core/ant/init/methods.js function initMethods (line 7) | function initMethods(vm, methods) { function patchMethods (line 18) | function patchMethods(output, methods, isComponent) { FILE: packages/core/ant/init/props.js function patchProps (line 23) | function patchProps(output, props) { function initProps (line 55) | function initProps(vm, properties) { FILE: packages/core/ant/native/app.js function app (line 3) | function app(option, rel) { FILE: packages/core/ant/native/component.js function component (line 3) | function component(opt = {}, rel) { FILE: packages/core/ant/native/page.js function page (line 3) | function page(opt = {}, rel) { FILE: packages/core/dist/wepy.ant.js function getHasProto (line 4) | function getHasProto() { function Set (line 23) | function Set() { function isNative (line 41) | function isNative(Ctor) { function isObject (line 70) | function isObject(obj) { function isPlainObject (line 80) | function isPlainObject(obj) { function hasOwn (line 88) | function hasOwn(obj, key) { function noop (line 98) | function noop(a, b, c) {} function isValidArrayIndex (line 103) | function isValidArrayIndex(val) { function toArray (line 111) | function toArray(list, start) { function extend (line 145) | function extend() { function clone (line 222) | function clone(sth, deep) { function handleError (line 278) | function handleError(err, vm, info) { function globalHandleError (line 298) | function globalHandleError(err, vm, info) { function logError (line 309) | function logError(err, vm, info) { function flushCallbacks (line 325) | function flushCallbacks() { function nextTick (line 394) | function nextTick(cb, ctx) { function renderFlushCallbacks (line 425) | function renderFlushCallbacks() { function renderNextTick (line 433) | function renderNextTick(cb, ctx) { function remove (line 472) | function remove(arr, item) { function def (line 484) | function def(obj, key, val, enumerable) { function parsePath (line 497) | function parsePath(path) { function pushTarget (line 552) | function pushTarget(_target) { function popTarget (line 557) | function popTarget() { function addPaths (line 651) | function addPaths(newKey, op, parentOp) { function cleanPaths (line 668) | function cleanPaths(oldKey, op, parentOp) { function getPathMap (line 681) | function getPathMap(key, pathKeys, pathMap) { function delInvalidPaths (line 764) | function delInvalidPaths(key, value, parent) { function protoAugment (line 886) | function protoAugment(target, src) { function copyAugment (line 897) | function copyAugment(target, src, keys) { function observe (line 909) | function observe(ref) { function defineReactive (line 941) | function defineReactive(ref) { function set (line 1024) | function set(vm, target, key, val) { function del (line 1069) | function del(target, key) { function dependArray (line 1099) | function dependArray(value) { function traverse (line 1207) | function traverse(val) { function _traverse (line 1212) | function _traverse(val, seen) { function resetSchedulerState (line 1250) | function resetSchedulerState() { function flushSchedulerQueue (line 1262) | function flushSchedulerQueue(times) { function queueWatcher (line 1357) | function queueWatcher(watcher) { function WepyComponent (line 1591) | function WepyComponent () { function proxy (line 1664) | function proxy(target, sourceKey, key) { function patchData (line 1677) | function patchData(output, data) { function initData (line 1687) | function initData(vm, data) { function initWatch (line 1712) | function initWatch(vm, watch) { function createComputedGetter (line 1720) | function createComputedGetter(key) { function initComputed (line 1739) | function initComputed(vm, computed) { function WepyConstructor (line 1779) | function WepyConstructor(opt) { function use (line 1804) | function use(plugin) { function mixin (line 1821) | function mixin(options) { function WepyApp (line 1828) | function WepyApp() { function WepyComponent (line 1840) | function WepyComponent () { function WepyPage (line 1890) | function WepyPage () { function callUserHook (line 1947) | function callUserHook(vm, hookName, arg) { function initHooks (line 1972) | function initHooks(vm, hooks) { function patchProps (line 1996) | function patchProps(output, props) { function initProps (line 2028) | function initProps(vm, properties) { function initRender (line 2048) | function initRender(vm, keys, computedKeys) { function transformParams (line 2116) | function transformParams(dataset, type, hasModel) { function initMethods (line 2201) | function initMethods(vm, methods) { function patchMethods (line 2212) | function patchMethods(output, methods, isComponent) { function initEvents (line 2256) | function initEvents(vm) { function patchAppLifecycle (line 2383) | function patchAppLifecycle(appConfig, options, rel) { function patchLifecycle (line 2421) | function patchLifecycle(output, options, rel, isComponent) { function getStrategy (line 2613) | function getStrategy(key) { function defaultStrat (line 2623) | function defaultStrat(output, option, key, data) { function simpleMerge (line 2629) | function simpleMerge(parentVal, childVal) { function initStrats (line 2633) | function initStrats() { function patchMixins (line 2660) | function patchMixins(output, option, mixins) { function patchRelations (line 2687) | function patchRelations(output, relations) { function app$1 (line 2694) | function app$1(option, rel) { function component (line 2703) | function component(opt, rel) { function page (line 2738) | function page(opt, rel) { function initGlobalAPI (line 2769) | function initGlobalAPI(wepy) { FILE: packages/core/dist/wepy.js function getHasProto (line 4) | function getHasProto() { function Set (line 23) | function Set() { function isNative (line 41) | function isNative(Ctor) { function isObject (line 70) | function isObject(obj) { function isPlainObject (line 80) | function isPlainObject(obj) { function hasOwn (line 88) | function hasOwn(obj, key) { function noop (line 98) | function noop(a, b, c) {} function isValidArrayIndex (line 103) | function isValidArrayIndex(val) { function toArray (line 111) | function toArray(list, start) { function extend (line 145) | function extend() { function clone (line 222) | function clone(sth, deep) { function handleError (line 278) | function handleError(err, vm, info) { function globalHandleError (line 298) | function globalHandleError(err, vm, info) { function logError (line 309) | function logError(err, vm, info) { function flushCallbacks (line 325) | function flushCallbacks() { function nextTick (line 394) | function nextTick(cb, ctx) { function renderFlushCallbacks (line 425) | function renderFlushCallbacks() { function renderNextTick (line 433) | function renderNextTick(cb, ctx) { function remove (line 472) | function remove(arr, item) { function def (line 484) | function def(obj, key, val, enumerable) { function parsePath (line 497) | function parsePath(path) { function pushTarget (line 552) | function pushTarget(_target) { function popTarget (line 557) | function popTarget() { function addPaths (line 651) | function addPaths(newKey, op, parentOp) { function cleanPaths (line 668) | function cleanPaths(oldKey, op, parentOp) { function getPathMap (line 681) | function getPathMap(key, pathKeys, pathMap) { function delInvalidPaths (line 764) | function delInvalidPaths(key, value, parent) { function protoAugment (line 886) | function protoAugment(target, src) { function copyAugment (line 897) | function copyAugment(target, src, keys) { function observe (line 909) | function observe(ref) { function defineReactive (line 941) | function defineReactive(ref) { function set (line 1024) | function set(vm, target, key, val) { function del (line 1069) | function del(target, key) { function dependArray (line 1099) | function dependArray(value) { function traverse (line 1207) | function traverse(val) { function _traverse (line 1212) | function _traverse(val, seen) { function resetSchedulerState (line 1250) | function resetSchedulerState() { function flushSchedulerQueue (line 1262) | function flushSchedulerQueue(times) { function queueWatcher (line 1357) | function queueWatcher(watcher) { function WepyComponent (line 1591) | function WepyComponent () { function proxy (line 1664) | function proxy(target, sourceKey, key) { function patchData (line 1677) | function patchData(output, data) { function initData (line 1687) | function initData(vm, data) { function initWatch (line 1712) | function initWatch(vm, watch) { function createComputedGetter (line 1720) | function createComputedGetter(key) { function initComputed (line 1739) | function initComputed(vm, computed) { function WepyConstructor (line 1779) | function WepyConstructor(opt) { function use (line 1804) | function use(plugin) { function mixin (line 1821) | function mixin(options) { function WepyApp (line 1828) | function WepyApp() { function WepyPage (line 1840) | function WepyPage () { function callUserHook (line 1897) | function callUserHook(vm, hookName, arg) { function initHooks (line 1922) | function initHooks(vm, hooks) { function patchProps (line 1948) | function patchProps(output, props) { function initProps (line 2009) | function initProps(vm, properties) { function initRender (line 2029) | function initRender(vm, keys, computedKeys) { function transformParams (line 2097) | function transformParams(dataset, type, hasModel) { function initMethods (line 2182) | function initMethods(vm, methods) { function patchMethods (line 2193) | function patchMethods(output, methods) { function patchAppLifecycle (line 2336) | function patchAppLifecycle(appConfig, options, rel) { function patchLifecycle (line 2374) | function patchLifecycle(output, options, rel, isComponent) { function getStrategy (line 2594) | function getStrategy(key) { function defaultStrat (line 2604) | function defaultStrat(output, option, key, data) { function simpleMerge (line 2610) | function simpleMerge(parentVal, childVal) { function initStrats (line 2614) | function initStrats() { function patchMixins (line 2641) | function patchMixins(output, option, mixins) { function patchRelations (line 2668) | function patchRelations(output, relations) { function app$1 (line 2675) | function app$1(option, rel) { function component (line 2684) | function component(opt, rel) { function page (line 2717) | function page(opt, rel) { function initGlobalAPI (line 2748) | function initGlobalAPI(wepy) { FILE: packages/core/shared/constants.js constant WEAPP_APP_LIFECYCLE (line 1) | const WEAPP_APP_LIFECYCLE = [ constant WEAPP_PAGE_LIFECYCLE (line 11) | const WEAPP_PAGE_LIFECYCLE = [ constant WEAPP_COMPONENT_LIFECYCLE (line 27) | const WEAPP_COMPONENT_LIFECYCLE = ['beforeCreate', 'created', 'attached'... constant WEAPP_COMPONENT_PAGE_LIFECYCLE (line 29) | const WEAPP_COMPONENT_PAGE_LIFECYCLE = ['show', 'hide', 'resize']; constant WEAPP_LIFECYCLE (line 31) | const WEAPP_LIFECYCLE = [] FILE: packages/core/shared/env.js function getHasProto (line 2) | function getHasProto() { method constructor (line 21) | constructor() { method has (line 24) | has(key) { method add (line 27) | add(key) { method clear (line 30) | clear() { function isNative (line 39) | function isNative(Ctor) { FILE: packages/core/shared/extend.js function extend (line 10) | function extend() { function clone (line 85) | function clone(sth, deep = true) { FILE: packages/core/shared/util.js function isObject (line 26) | function isObject(obj) { function isPlainObject (line 36) | function isPlainObject(obj) { function hasOwn (line 44) | function hasOwn(obj, key) { function noop (line 54) | function noop(a, b, c) {} function isValidArrayIndex (line 59) | function isValidArrayIndex(val) { function toArray (line 67) | function toArray(list, start = 0) { FILE: packages/core/test/mock/api/createSelectorQuery.js method query (line 3) | query(selector) { FILE: packages/core/test/mock/wxapi.js class MockWxAPI (line 4) | class MockWxAPI { method constructor (line 5) | constructor() { method init (line 10) | init() { method mock (line 19) | mock(api, fn) { method unmock (line 27) | unmock(api) { FILE: packages/core/test/weapp/helper/index.js function createApp (line 5) | function createApp(opt = {}) { function createPage (line 10) | function createPage(opt = {}) { function createOriginalApp (line 19) | function createOriginalApp(opt) { function createOriginalPage (line 26) | function createOriginalPage(opt) { function simulateOriginalEvent (line 34) | function simulateOriginalEvent(type, opt) { function simulateOriginalWePYEvent (line 50) | function simulateOriginalWePYEvent(type, evtid, params) { function addEventListener (line 62) | function addEventListener(comp, type, handler) { FILE: packages/core/test/weapp/helper/libs/App.js class App (line 1) | class App {} FILE: packages/core/test/weapp/helper/libs/Component.js class Page (line 1) | class Page { method setData (line 2) | setData() {} FILE: packages/core/test/weapp/helper/libs/Page.js class Page (line 1) | class Page { method setData (line 2) | setData() {} FILE: packages/core/test/weapp/init/lifecycle.test.js method onShow (line 66) | onShow() { method ready (line 103) | ready() { method routed (line 133) | routed(oldRoute, newRoute) { method routed (line 163) | routed(oldRoute, newRoute) { FILE: packages/core/types/options.d.ts type Constructor (line 4) | type Constructor = { type Accessors (line 14) | type Accessors = { type DataDef (line 18) | type DataDef = Data | ((this: Readonly & V) => Data) type ThisTypedComponentOptionsWithArrayProps (line 22) | type ThisTypedComponentOptionsWithArrayProps = object | ((this: V) => object); type DefaultProps (line 36) | type DefaultProps = Record; type DefaultMethods (line 37) | type DefaultMethods = { [key: string]: (this: V, ...args: any[]) => ... type DefaultHooks (line 38) | type DefaultHooks = { [key: string]: (this: V, ...args: any[]) => an... type DefaultComputed (line 39) | type DefaultComputed = { [key: string]: any }; type AppOptions (line 43) | interface AppOptions< type ComponentOptions (line 49) | interface ComponentOptions< type RenderContext (line 79) | interface RenderContext { type Prop (line 86) | type Prop = { (): T } | { new(...args: any[]): T & object } type PropType (line 88) | type PropType = Prop | Prop[]; type PropValidator (line 90) | type PropValidator = PropOptions | PropType; type PropOptions (line 92) | interface PropOptions { type RecordPropsDefinition (line 99) | type RecordPropsDefinition = { type ArrayPropsDefinition (line 102) | type ArrayPropsDefinition = (keyof T)[]; type PropsDefinition (line 103) | type PropsDefinition = ArrayPropsDefinition | RecordPropsDefinitio... type ComputedOptions (line 105) | interface ComputedOptions { type WatchHandler (line 111) | type WatchHandler = (val: T, oldVal: T) => void; type WatchOptions (line 113) | interface WatchOptions { type WatchOptionsWithHandler (line 118) | interface WatchOptionsWithHandler extends WatchOptions { type InjectKey (line 121) | type InjectKey = string | symbol; type InjectOptions (line 123) | type InjectOptions = { FILE: packages/core/types/plugin.d.ts type PluginFunction (line 3) | type PluginFunction = (wepy: typeof _wepy, options?: T) => void; type PluginObject (line 5) | interface PluginObject { FILE: packages/core/types/test/wepy.app.test.ts method onLaunch (line 10) | onLaunch(option) { method onError (line 14) | onError(e) { FILE: packages/core/types/test/wepy.component.test.ts method created (line 21) | created() { method onLoad (line 29) | onLoad (option) { method onShow (line 33) | onShow() { method bindtap (line 38) | bindtap () { method initData (line 41) | initData () { FILE: packages/core/types/test/wepy.page.test.ts method created (line 15) | created() { method onLoad (line 23) | onLoad (option) { method onShow (line 28) | onShow() { method onPageScroll (line 32) | onPageScroll () { method onReachBottom (line 36) | onReachBottom () { method onPullDownRefresh (line 40) | onPullDownRefresh () { method onShareAppMessage (line 43) | onShareAppMessage (): Page.ICustomShareContent { method onShareTimeline (line 50) | onShareTimeline (): Page.IAddToFavoritesContent { method onAddToFavorites (line 57) | onAddToFavorites (): Page.IAddToFavoritesContent { method bindtap (line 66) | bindtap () { method sleep (line 69) | sleep (s: number) { method testAsync (line 78) | async testAsync () { FILE: packages/core/types/test/wepy.test.ts method useDefinedMethod (line 21) | useDefinedMethod (): string { method commonFunc (line 31) | commonFunc () { FILE: packages/core/types/wepy.d.ts type Base (line 13) | interface Base { type WepyApp (line 23) | interface WepyApp extends Base { type WepyComponent (line 26) | interface WepyComponent extends Base { type WepyPage (line 39) | interface WepyPage extends WepyComponent { type WepyInstace (line 47) | type WepyInstace = WepyPage | WepyComponent; type Vue (line 49) | interface Vue { type CombineWepyInstance (line 89) | type CombineWepyInstance { type AppConstructor (line 30) | interface AppConstructor { FILE: packages/core/types/wx/lib.wx.page.d.ts type PageInstanceBaseProps (line 18) | interface PageInstanceBaseProps