Skip to content

Commit 1b21b90

Browse files
committed
Remove Partial<> also from root transformMap
1 parent 51c453f commit 1b21b90

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
@@ -37,7 +37,7 @@ import { mysqlMap } from "./dialects/mysql";
3737
import { sqliteMap } from "./dialects/sqlite";
3838
import { postgresqlMap } from "./dialects/postgresql";
3939

40-
export const transformMap: Partial<CstToDocMap<Node>> = {
40+
export const transformMap: CstToDocMap<Node> = {
4141
...aliasMap,
4242
...alterTableMap,
4343
...analyzeMap,

0 commit comments

Comments
 (0)