google / google/styleguide

Swift 'transitively import'

Open
#943 0 comments 0 reactions 0 assignees View on GitHub
lang:swift
Dominant language
HTML
Stars
39.6k
Forks
12.9k
Avg merge
42m
Merged PRs (30d)
15

Description

> it imports both explicitly; it does not rely on the fact that some Apple frameworks transitively import others as an implementation detail.

Do you think that it will be some side effects if we'll use explicit export instead?

```
@_exported
import CoreLocation.CLLocation
```

In this case we only need to import the tool and all dependencies will be imported automatically

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.