Home
last modified time | relevance | path

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

/developtools/ace_js2bundle/ace-loader/plugin/templater/
Dcomponent_validator.js33 const nativeTag = process.env.DEVICE_LEVEL === DEVICE_LEVEL.LITE ? liteNativeTag : constant
64 for (const tag of Object.keys(nativeTag)) {
66 if (nativeTag[tag].selfClosing) {
71 if (nativeTag[tag].excludeRoot) {
76 if (nativeTag[tag].atomic) {
81 if (nativeTag[tag].textContent) {
89 if (nativeTag[tag].alias && nativeTag[tag].alias.length) {
90 for (const alia of nativeTag[tag].alias) {
98 if (nativeTag[tag].uattrs) {
99 Object.assign(attrTagSet, nativeTag[tag].uattrs, {})
[all …]