-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ReferenceError: Cannot access 'c3x' before initialization #282
Comments
After a bit of digging, the breaking change occurred in 1.9.0 because the build was switched from Babel to Parcel. The ReferenceError is due to a situation that arises when using In 1.8.1 and earlier, Babel transpiled I've submitted a fix in PR #286 |
…ch, so as to mimic the old behavior when Babel would transpile `let` to `var`. See foliojs#282.
Version 1.9.0-2.0.2 introduced a regression in the
parse()
function. I'm getting the following error and stack trace with the attached OTF font. It works fine in 1.8.1.KeplerStd-Bold.otf.zip
Use the following repo to reproduce: https://github.com/fstrube/fontkit-test
The text was updated successfully, but these errors were encountered: