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

Revise empty file support for import public #1707

Merged
merged 1 commit into from
Aug 29, 2024

Conversation

thomasvl
Copy link
Collaborator

If the file defines no types, but it does have import public directives, then it still needs provide those imports so code only depending on this module gets the types.

If the file defines no types, but it does have `import public` directives, then
it still needs provide those imports so code only depending on this module gets
the types.
@thomasvl thomasvl force-pushed the empty_but_with_public_imports branch from 90d2e1c to 42fee3e Compare August 29, 2024 14:34
@thomasvl thomasvl marked this pull request as ready for review August 29, 2024 14:35
@thomasvl thomasvl merged commit 17f45aa into apple:main Aug 29, 2024
10 checks passed
@thomasvl thomasvl deleted the empty_but_with_public_imports branch August 29, 2024 16:16
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.

3 participants