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

allow for includes option for various modules and leverage dependency resolution #406

Merged
merged 4 commits into from
Jul 4, 2023

Conversation

Zetazzz
Copy link
Collaborator

@Zetazzz Zetazzz commented Jul 3, 2023

#352

add includes option to telescope options
add --build and --nobuild options to cli
unit tested.
tested by using:
yarn dev transpile --protoDirs ../../fixtures/chain1 --build 'cosmos/' --build 'osmosis/' --nobuild '/gamm/'

Logic:
dependencies(imported) will always be included, even though it's in excluded(or nobuild).
files matches prototypes.includes will be included, except the files matches prototypes.excluded.

@Zetazzz Zetazzz merged commit 9b7b20e into main Jul 4, 2023
1 check passed
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 this pull request may close these issues.

1 participant