| 1 | /* global assert, suite, test */ |
| 2 | import { isSingleProperty, parseProperties, parseProperty, process as processSchema, stringifyProperty } from 'core/schema.js'; |
| 3 | import { propertyTypes, registerPropertyType } from 'core/propertyTypes.js'; |
| 4 |
nothing calls this directly
no test coverage detected