• Home
  • Raw
  • Download

Lines Matching refs:Set

25 export let COMMON_ATTRS: Set<string> = new Set([]);
50 COMMON_ATTRS = new Set(json.attrs);
58 const TRANSITION_COMMON_ATTRS: Set<string> = new Set([
61 export const GESTURE_ATTRS: Set<string> = new Set([
67 export const forbiddenUseStateType: Set<string> = new Set(['Scroller', 'SwiperScroller',
75 export const INNER_COMPONENT_NAMES: Set<string> = new Set();
76 export const NO_DEBUG_LINE_COMPONENT: Set<string> = new Set();
77 export const BUILDIN_CONTAINER_COMPONENT: Set<string> = new Set();
78 export const BUILDIN_STYLE_NAMES: Set<string> = new Set([
81 export const AUTOMIC_COMPONENT: Set<string> = new Set();
82 export const SINGLE_CHILD_COMPONENT: Set<string> = new Set();
83 export const SPECIFIC_CHILD_COMPONENT: Map<string, Set<string>> = new Map();
84 export const SPECIFIC_PARENT_COMPONENT: Map<string, Set<string>> = new Map();
85 export const GESTURE_TYPE_NAMES: Set<string> = new Set([
89 export const CUSTOM_BUILDER_METHOD: Set<string> = new Set();
97 export const EXTEND_ATTRIBUTE: Map<string, Set<string>> = new Map();
98 export const STYLES_ATTRIBUTE: Set<string> = new Set();
100 export const INTERFACE_NODE_SET: Set<ts.InterfaceDeclaration> = new Set();
102 export const INNER_CUSTOM_BUILDER_METHOD: Set<string> = new Set();
103 export const GLOBAL_CUSTOM_BUILDER_METHOD: Set<string> = new Set();
105 export const JS_BIND_COMPONENTS: Set<string> = new Set([
115 export const NEEDPOP_COMPONENT: Set<string> = new Set(['Blank', 'Search']);
117 export const CUSTOM_BUILDER_PROPERTIES: Set<string> = new Set(['background', 'bindPopup', 'bindMenu…
121 export const CUSTOM_BUILDER_PROPERTIES_WITHOUTKEY: Set<string> = new Set(['showUnit', 'create']);
122 export const CUSTOM_BUILDER_CONSTRUCTORS: Set<string> = new Set(['MenuItem', 'MenuItemGroup', 'Refr…
138 new Set([...COMPONENT_MAP[componentName].children]));
150 new Set([...COMPONENT_MAP[componentName].parents]));