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

JS module inter-dependencies #281

Open
Korijn opened this issue Nov 22, 2016 · 0 comments
Open

JS module inter-dependencies #281

Korijn opened this issue Nov 22, 2016 · 0 comments

Comments

@Korijn
Copy link

Korijn commented Nov 22, 2016

module_a.py

__pyscript__ = True

def foo(bar):
    return bar

module_b.py

from module_a import foo

__pyscript__ = True

def baz(quux):
    return quux

Having this feature would be a big improvement wrt code organization.

@almarklein almarklein added this to the v0.6 milestone Nov 22, 2016
@almarklein almarklein modified the milestones: v0.6, v1.0 Oct 2, 2018
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

2 participants