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

support of 'import' statement in bundle config #3966

Closed
wyli opened this issue Mar 17, 2022 · 0 comments · Fixed by #3945
Closed

support of 'import' statement in bundle config #3966

wyli opened this issue Mar 17, 2022 · 0 comments · Fixed by #3945

Comments

@wyli
Copy link
Contributor

wyli commented Mar 17, 2022

Is your feature request related to a problem? Please describe.
would be great to have the capability of importing modules

{
  "import_glob": "$import glob",
  ...
}

instead of local workarounds such as

{
  "files": "$__import__('glob').glob()",
  ...
}

part of #3482

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

Successfully merging a pull request may close this issue.

1 participant