Skip to content

Commit 5b1fbc8

Browse files
committed
Remove Partial<> wrapper from transformMap
1 parent e49ddf1 commit 5b1fbc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/syntax/transformMap.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ import { mysqlMap } from "./dialects/mysql";
5151
import { sqliteMap } from "./dialects/sqlite";
5252
import { postgresqlMap } from "./dialects/postgresql";
5353

54-
export const transformMap: Partial<CstToDocMap<Node>> = {
54+
export const transformMap: CstToDocMap<Node> = {
5555
...aliasMap,
5656
...alterActionMap,
5757
...alterTableMap,

0 commit comments

Comments
 (0)