44d8afd46b
The `MessageHandler` itself, and its assorted helper functions, are currently the single largest[1] piece of code in the `src/shared/util.js` file. By moving this code into its own file, `src/shared/util.js` thus becomes smaller and more manageable.
38 lines
764 B
JSON
38 lines
764 B
JSON
{
|
|
"spec_dir": "build/lib/test/unit",
|
|
|
|
"helpers": [
|
|
"clitests_helper.js"
|
|
],
|
|
|
|
"spec_files": [
|
|
"annotation_spec.js",
|
|
"api_spec.js",
|
|
"bidi_spec.js",
|
|
"cff_parser_spec.js",
|
|
"cmap_spec.js",
|
|
"colorspace_spec.js",
|
|
"crypto_spec.js",
|
|
"display_svg_spec.js",
|
|
"document_spec.js",
|
|
"dom_utils_spec.js",
|
|
"encodings_spec.js",
|
|
"evaluator_spec.js",
|
|
"fonts_spec.js",
|
|
"function_spec.js",
|
|
"message_handler_spec.js",
|
|
"metadata_spec.js",
|
|
"murmurhash3_spec.js",
|
|
"network_utils_spec.js",
|
|
"node_stream_spec.js",
|
|
"parser_spec.js",
|
|
"pdf_history.js",
|
|
"primitives_spec.js",
|
|
"stream_spec.js",
|
|
"type1_parser_spec.js",
|
|
"ui_utils_spec.js",
|
|
"unicode_spec.js",
|
|
"util_spec.js"
|
|
]
|
|
}
|