* @public
(componentType)
| 12232 | * @public |
| 12233 | */ |
| 12234 | function checkClassType(componentType) { |
| 12235 | assert$1( |
| 12236 | /^[a-zA-Z0-9_]+([.][a-zA-Z0-9_]+)?$/.test(componentType), |
| 12237 | 'componentType "' + componentType + '" illegal' |
| 12238 | ); |
| 12239 | } |
| 12240 | |
| 12241 | /** |
| 12242 | * @public |
no test coverage detected