Home
last modified time | relevance | path

Searched refs:MODULE_REG (Results 1 – 1 of 1) sorted by relevance

/third_party/jsframework/runtime/main/util/
Dindex.js53 const MODULE_REG = /^@app-module\//; constant
76 return !!name.match(MODULE_REG);
104 const result = str.replace(COMPONENT_REG, '').replace(MODULE_REG, '');