You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uncaught TypeError: Cannot read properties of undefined (reading 'getHighWaterMark')
at 6577 (pdfmake.js:182:11415)
at e (pdfmake.js:194:140975)
at 2830 (pdfmake.js:182:6392)
at e (pdfmake.js:194:140975)
at 1680 (pdfmake.js:55:11696)
at e (pdfmake.js:194:140975)
at 6079 (pdfmake.js:194:15815)
at e (pdfmake.js:194:140975)
at 8617 (pdfmake.js:194:15977)
at e (pdfmake.js:194:140975)
JS: merge sequential var declarations into another declaration
It appears, that this error does not occur with --js-keep-var-names parameter, but another error was encountered.
File minified with command:
minify --js-keep-var-names build/pdfmake.js
chrome error:
Uncaught (in promise) Error: SVGMeasure: Error: Attribute without value
Line: 0
Column: 66
Char: =
at parseSVG (pdfmake.js:194:54321)
at SVGMeasure.measureSVG (pdfmake.js:194:54520)
at DocMeasure.measureSVG (pdfmake.js:193:19786)
at pdfmake.js:193:16411
at StyleContextStack.auto (pdfmake.js:194:53464)
at DocMeasure.measureNode (pdfmake.js:193:15812)
at DocMeasure.measureVerticalContainer (pdfmake.js:193:21494)
at pdfmake.js:193:15970
at StyleContextStack.auto (pdfmake.js:194:53464)
at DocMeasure.measureNode (pdfmake.js:193:15812)
I have encountered some problems with minified https://github.com/bpampuch/pdfmake (version 0.2.5). It used to work in minify version v2.10.0. Unfortunately, I could not prepare a minimal example.
File minified with command:
chrome error:
git bisect output:
e7fcbe9 is the first bad commit
commit e7fcbe9
Author: Taco de Wolff [email protected]
Date: Sat Apr 2 14:48:10 2022 -0300
It appears, that this error does not occur with
--js-keep-var-names
parameter, but another error was encountered.File minified with command:
chrome error:
git bisect output:
ff4ee8b is the first bad commit
commit ff4ee8b
Author: Taco de Wolff [email protected]
Date: Sat May 28 09:27:37 2022 -0400
Sample web page to reproduce errors:
The text was updated successfully, but these errors were encountered: