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

feat: module re-export support #596

Merged

Conversation

petermasking
Copy link
Member

Fixes #573

Changes proposed in this pull request:

  • Support for direct re-exports (export {a, b} from './some/module';)
  • Support for indirect re-exports (import {a, b} from './some/module'; export {a, b};)
  • Helper class for locating exported module members (MemberLocator)
  • Restructured target module to match the source module
  • Examples with index files (with re-exports)

@MaskingTechnology/jitar

@petermasking petermasking linked an issue Jan 8, 2025 that may be closed by this pull request
This requires tractional modules segmentation, that isn't supported yet.
Copy link

sonarqubecloud bot commented Jan 8, 2025

@basmasking basmasking merged commit 2dda93e into main Jan 9, 2025
22 checks passed
@basmasking basmasking deleted the 573-add-re-export-of-functions-in-index-file-in-a-module branch January 9, 2025 13:43
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.

Add re-export of functions in index file in a module
2 participants