-
Notifications
You must be signed in to change notification settings - Fork 12.2k
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
svg_core local define func confused rjs parser #14461
Comments
Hi! Thanks for being part of the Font Awesome Community. Well, it makes sense. Let's see what @robmadole thinks about this |
Yeah this is an easy fix. That function is private so changing it is a find/replace. Should be released in |
Thx very much! |
Note this should be fixed in both umd (index.js) and esm build (index.es.js). |
Yep, we use Rollup.js to generate both of those from the same source file. They'll both be fixed. :) |
This call to local define func.
Font-Awesome/js-packages/@fortawesome/fontawesome-svg-core/index.es.js
Line 1607 in fc377a1
It confused rjs parser which thinks it's a named AMD module definition. aurelia/cli#1013 (comment)
I know this is technically a rjs parser bug, but do you think it's a good idea to rename the internal
define
func to something like_define
?The text was updated successfully, but these errors were encountered: