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

Add precompiling expression calls for dynamic imports #4

Open
hzlmn opened this issue Jun 7, 2017 · 0 comments
Open

Add precompiling expression calls for dynamic imports #4

hzlmn opened this issue Jun 7, 2017 · 0 comments
Assignees

Comments

@hzlmn
Copy link
Collaborator

hzlmn commented Jun 7, 2017

Current version should add ability to require modules based on some dynamic criteria.
With that being said, following syntax should work properly.

import '$HOME/some_module'
# in this case $HOME variable should be pre-evaluated and replaced with
# proper inline value
import '/home/user/some_module'
@hzlmn hzlmn self-assigned this Jun 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant