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

bug(plugin): plugin does not support nested sub groups for AIO client files #5

Open
ben-of-codecraft opened this issue Feb 18, 2024 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@ben-of-codecraft
Copy link
Contributor

When using Imports for client files, only the first imports are inline into the code. This will create missing functions for files that imports.

Expected behavior

/// file:index.ts
import {module} from 'mymodule.ts';

/// mymodule.ts
import {utils} from 'utils.ts';

Success: built Lua should have inline export functions from mymodule.ts and utils.ts

The current state is it will only add functions 1 level deep, so module from mymodules would be inline successfully, but not utils.

@ben-of-codecraft ben-of-codecraft added bug Something isn't working help wanted Extra attention is needed labels Feb 18, 2024
@ben-of-codecraft ben-of-codecraft changed the title Bug plugin does not support nested sub groups for AIO client files bug(plugin): plugin does not support nested sub groups for AIO client files Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant