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
--library hxnodejs
These prologs work (i.e. the selected compilation target is JavaScript) :
//! -L hxnodejs //! -lib hxnodejs
But not this one (i.e. the selected compilation target is Eval) :
//! --library hxnodejs
It triggers this kind of errors:
You cannot access the js package while targeting eval (for js.node.Buffer)
The issue can be avoided by adding --define hxnodejs:
--define hxnodejs
//! --define hxnodejs --library hxnodejs
(lix 15.10.1 with Haxe 4.2.2 on Windows 10)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
These prologs work (i.e. the selected compilation target is JavaScript) :
But not this one (i.e. the selected compilation target is Eval) :
//! --library hxnodejs
It triggers this kind of errors:
The issue can be avoided by adding
--define hxnodejs
://! --define hxnodejs --library hxnodejs
(lix 15.10.1 with Haxe 4.2.2 on Windows 10)
The text was updated successfully, but these errors were encountered: