-
Notifications
You must be signed in to change notification settings - Fork 14
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
Bug report #343
Comments
They can fix it now by downloading the luajson directory to be in the directory where their script is. Longer term, that could be added to the distribution packager. |
It should now be bundled. As of the bundler rewrite, it accepts any arbitrary static imports as long as it's in the |
I'm looking at |
I see. It's likely because these require statements don't use parenthesis. lua-scripts/src/lunajson/lunajson.lua Lines 1 to 3 in c042930
This is how an import is currently defined in the parser:
|
#345 (nice PR number) should fix this problem, but let's leave this issue open as the long-term fix is to update the bundler to support this edge case. |
Description
hello, trying to work with smufl_load_engraving_defaults plugin
I get this answer: "...module 'lunajson.decoder' not found"
any help? thanks
Metadata
Created through the website by Alessandro Melchiorre [email protected]
The text was updated successfully, but these errors were encountered: