| 1 | import { parseProperties, parseProperty, process as processSchema, isSingleProperty as isSingleProp } from './schema.js'; |
| 2 | import * as components from './component.js'; |
| 3 | import * as utils from '../utils/index.js'; |
| 4 | import * as ready from './readyState.js'; |
nothing calls this directly
no test coverage detected