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

Document imports are automatically exported #2355

Open
anton-trunov opened this issue Mar 11, 2025 · 0 comments
Open

Document imports are automatically exported #2355

anton-trunov opened this issue Mar 11, 2025 · 0 comments
Assignees
Labels
kind: docs Documentation for docs.tact-lang.org kept in docs folder scope: imports Implementation of imports (src/imports)
Milestone

Comments

@anton-trunov
Copy link
Member

If fileA.tact imports fileB.tact, which imports fileC.tact, all the definitions from fileC.tact are immediately accessible in fileA.tact without an explicit import fileC in it.

Related issue: #743

@anton-trunov anton-trunov added the kind: docs Documentation for docs.tact-lang.org kept in docs folder label Mar 11, 2025
@anton-trunov anton-trunov added this to the Doc: 2025-03 milestone Mar 11, 2025
@anton-trunov anton-trunov added the scope: imports Implementation of imports (src/imports) label Mar 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: docs Documentation for docs.tact-lang.org kept in docs folder scope: imports Implementation of imports (src/imports)
Projects
None yet
Development

No branches or pull requests

2 participants