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

Exporting functions from submodules #491

Closed
gagdiez opened this issue Apr 6, 2021 · 1 comment · Fixed by #529
Closed

Exporting functions from submodules #491

gagdiez opened this issue Apr 6, 2021 · 1 comment · Fixed by #529
Assignees
Labels
enhancement New feature or request

Comments

@gagdiez
Copy link

gagdiez commented Apr 6, 2021

Right now, there is no simple way to export a function that was imported from a submodule. This makes it hard to modularize an assembly contract, therefore complicating the whole developing process.

I would love if we could have the option to make:

import {f1, f2, f3 ... fn} from './bar'}
export {f1, f2, f3 ... fn}

@gagdiez gagdiez added the enhancement New feature or request label Apr 6, 2021
@willemneal willemneal self-assigned this Apr 6, 2021
@alsakhaev
Copy link

I also find this feature useful. Was surprised when I could not call a function imported this way

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants