engine/dev-utils/utils
module
Functions
convertMapToStringifiedObject( map ) → stringinternalmodule:engine/dev-utils/utils~convertMapToStringifiedObjectHelper function, converts a map to the
{"key1":"value1","key2":"value2"}format.Parameters
map : Iterable<tuple>Map to convert.
Returns
stringConverted map.
convertMapToTags( map ) → stringinternalmodule:engine/dev-utils/utils~convertMapToTagsHelper function, converts a map to the 'key1="value1" key2="value1"' format.
Parameters
map : Iterable<tuple>Map to convert.
Returns
stringConverted map.
dumpTrees( document, version ) → voidinternalmodule:engine/dev-utils/utils~dumpTreesHelper function that stores the
documentstate for a givenversion.Parameters
document : anyversion : any
Returns
void
initDocumentDumping( document ) → voidinternalmodule:engine/dev-utils/utils~initDocumentDumpingHelper function that initializes document dumping.
Parameters
document : any
Returns
void
logDocument( document, version ) → voidinternalmodule:engine/dev-utils/utils~logDocumentHelper function that logs document for the given version.
Parameters
document : anyversion : any
Returns
void