Skip to content

Commit

Permalink
Add CODEOWNERS, fixup Exports.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynne committed Jul 28, 2023
1 parent 5904a6f commit 5d1b1a6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @0xTim @gwynne
13 changes: 11 additions & 2 deletions Sources/MySQLKit/Exports.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
#if !BUILDING_DOCC
#if swift(>=5.8)

@_documentation(visibility: internal) @_exported import MySQLNIO
@_documentation(visibility: internal) @_exported import AsyncKit
@_documentation(visibility: internal) @_exported import SQLKit
@_documentation(visibility: internal) @_exported import struct Foundation.URL
@_documentation(visibility: internal) @_exported import struct Foundation.Data
@_documentation(visibility: internal) @_exported import struct NIOSSL.TLSConfiguration

#else

@_exported import MySQLNIO
@_exported import AsyncKit
Expand All @@ -7,4 +16,4 @@
@_exported import struct Foundation.Data
@_exported import struct NIOSSL.TLSConfiguration

#endif
#endif

0 comments on commit 5d1b1a6

Please sign in to comment.