We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
--includeFile
When using the includeFile macro, the required JS file is simply inserted before the Haxe output.
includeFile
Currently this will cause hx-split to fail with "Error: Expecting single root statement in program".
hx-split
Workaround is to not use includeFile but prepend the desired JS to the Haxe output after modular has transformed the JS output.
The text was updated successfully, but these errors were encountered:
elsassph
Successfully merging a pull request may close this issue.
When using the
includeFile
macro, the required JS file is simply inserted before the Haxe output.Currently this will cause
hx-split
to fail with "Error: Expecting single root statement in program".Workaround is to not use
includeFile
but prepend the desired JS to the Haxe output after modular has transformed the JS output.The text was updated successfully, but these errors were encountered: