(using the latest commit in the codename-dev branch)
Running any script with comments (both single line and multi-line comments) will spit out an Unexpected token: "/*" / Unexpected token: "//" exception.
This seems to only be a problem with the Hashlink build target, but this issue may be on other targets as I only tested on windows and hl, and windows seems to work fine.
The only way to get around this is through wrapping the comments in an #if !hl preprocessor and is a bit of a duck tape fix.
(using the latest commit in the
codename-devbranch)Running any script with comments (both single line and multi-line comments) will spit out an
Unexpected token: "/*"/Unexpected token: "//"exception.This seems to only be a problem with the Hashlink build target, but this issue may be on other targets as I only tested on windows and hl, and windows seems to work fine.
The only way to get around this is through wrapping the comments in an
#if !hlpreprocessor and is a bit of a duck tape fix.