Merge pull request #11940 from Snuffleupagus/pdf.js-export-comments
Add comments to the `export` list in the `src/pdf.js` file (PR 11914 follow-up)
This commit is contained in:
commit
efc2588d12
@ -124,18 +124,21 @@ if (typeof PDFJSDev === "undefined" || !PDFJSDev.test("PRODUCTION")) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export {
|
export {
|
||||||
|
// From "./display/display_utils.js":
|
||||||
addLinkAttributes,
|
addLinkAttributes,
|
||||||
getFilenameFromUrl,
|
getFilenameFromUrl,
|
||||||
LinkTarget,
|
LinkTarget,
|
||||||
loadScript,
|
loadScript,
|
||||||
PDFDateString,
|
PDFDateString,
|
||||||
RenderingCancelledException,
|
RenderingCancelledException,
|
||||||
|
// From "./display/api.js":
|
||||||
build,
|
build,
|
||||||
getDocument,
|
getDocument,
|
||||||
LoopbackPort,
|
LoopbackPort,
|
||||||
PDFDataRangeTransport,
|
PDFDataRangeTransport,
|
||||||
PDFWorker,
|
PDFWorker,
|
||||||
version,
|
version,
|
||||||
|
// From "./shared/util.js":
|
||||||
CMapCompressionType,
|
CMapCompressionType,
|
||||||
createObjectURL,
|
createObjectURL,
|
||||||
createPromiseCapability,
|
createPromiseCapability,
|
||||||
@ -151,9 +154,14 @@ export {
|
|||||||
UNSUPPORTED_FEATURES,
|
UNSUPPORTED_FEATURES,
|
||||||
Util,
|
Util,
|
||||||
VerbosityLevel,
|
VerbosityLevel,
|
||||||
|
// From "./display/annotation_layer.js":
|
||||||
AnnotationLayer,
|
AnnotationLayer,
|
||||||
|
// From "./display/api_compatibility.js":
|
||||||
apiCompatibilityParams,
|
apiCompatibilityParams,
|
||||||
|
// From "./display/worker_options.js":
|
||||||
GlobalWorkerOptions,
|
GlobalWorkerOptions,
|
||||||
|
// From "./display/text_layer.js":
|
||||||
renderTextLayer,
|
renderTextLayer,
|
||||||
|
// From "./display/svg.js":
|
||||||
SVGGraphics,
|
SVGGraphics,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user