Closed xErik closed 7 years ago
Hello!
Aliasify is complaining about const declarations. I suppose you used const for a reason and will keep it?
const
browserify node_modules/brotli/dec/decode.js -g aliasify -o test.js SyntaxError: Unexpected token (26:6) (while aliasify was processing node_modules/brotli/dec/decode.js) while parsing file: node_modules/brotli/dec/decode.js
Thank you.
Hello.
In addition, because of those const declarations, pdfkit can't load on IE10. Any chance they could be removed in source or in a build step?
Thanks
sure, if you make a PR I'll merge!
Hello!
Aliasify is complaining about
const
declarations. I suppose you usedconst
for a reason and will keep it?Thank you.