Skip to content
New issue

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

Using "@:native" metadata doesn't respect the sfgml-split directive #17

Open
9Morello opened this issue Oct 5, 2021 · 0 comments
Open

Comments

@9Morello
Copy link

9Morello commented Oct 5, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant