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
The text was updated successfully, but these errors were encountered:
if you start with code comment, the complete class doesnt compile https://try.haxe.org/#A9765
// Is haxe great? class Test { static function main() { trace("Haxe is great!"); } }
Build failure Test.hx:8: characters 0-5 : Unexpected class
Sorry, something went wrong.
I'm on it
We probably want to trim more than whitespaces here : https://github.com/clemos/try-haxe/blob/master/src/api/Compiler.hx#L94 We can use something like this instead of ltrim : https://try.haxe.org/#467a7
trim
ltrim
No branches or pull requests
The text was updated successfully, but these errors were encountered: