Skip to content

Commit

Permalink
Export types we're using elsewhere (#1516)
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Scullin authored Nov 27, 2023
1 parent 25ef697 commit 7341b19
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/malloy/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,12 @@
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

export {DuckDBDialect, StandardSQLDialect, PostgresDialect} from './dialect';
export {
DuckDBDialect,
StandardSQLDialect,
PostgresDialect,
registerDialect,
} from './dialect';
// TODO tighten up exports
export type {
QueryDataRow,
Expand Down

0 comments on commit 7341b19

Please sign in to comment.