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

Code generation for modules/groups (inlining) #19

Open
Tracked by #70
maximecb opened this issue Aug 4, 2021 · 0 comments
Open
Tracked by #70

Code generation for modules/groups (inlining) #19

maximecb opened this issue Aug 4, 2021 · 0 comments

Comments

@maximecb
Copy link
Owner

maximecb commented Aug 4, 2021

The code in compiler.js currently doesn't handle modules, so we can't really use them in projects. To implement this, we should implement inlining, basically transforming the incoming graph until it contains no modules anymore and everything is flattened. This has to work recursively (modules inside of modules).

@maximecb maximecb changed the title Code generation for modules Code generation for modules (inlining) Aug 4, 2021
@maximecb maximecb added this to the MVP milestone Aug 5, 2021
@maximecb maximecb changed the title Code generation for modules (inlining) Code generation for modules/groups (inlining) Nov 20, 2021
@maximecb maximecb removed this from the MVP milestone Nov 20, 2021
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