Home
last modified time | relevance | path

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

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