You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, I wanted to split compiled code between multiple scripts, and sfgml-split seems to be working fine. However, if I had @:native("Name") metadata to one of the classes, it won't respect the paths you set anymore, and instead the compiled class will be on your entry point script.
Using @:expose("Name") doesn't seem to work either. It'll respect the file paths, but it won't use the name you set.
The text was updated successfully, but these errors were encountered:
So, I wanted to split compiled code between multiple scripts, and
sfgml-split
seems to be working fine. However, if I had@:native("Name")
metadata to one of the classes, it won't respect the paths you set anymore, and instead the compiled class will be on your entry point script.Using
@:expose("Name")
doesn't seem to work either. It'll respect the file paths, but it won't use the name you set.The text was updated successfully, but these errors were encountered: