Skip to content
Open
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
ef9af41
Fix drizzle-zod
L-Mario564 Oct 21, 2025
885ebec
Rework build step for validator packages
L-Mario564 Oct 23, 2025
0932f0c
Rework drizzle-orm build
L-Mario564 Oct 24, 2025
790bd71
Merge remote-tracking branch 'upstream/alternation-engine' into rolldown
L-Mario564 Oct 24, 2025
1907471
Simplify builds
L-Mario564 Oct 24, 2025
87f4183
Revamp drizzle-seed build
L-Mario564 Oct 24, 2025
408b0b8
Fix drizzle-orm build
L-Mario564 Oct 24, 2025
68536b9
Rewrite build steps for drizzle-kit
L-Mario564 Oct 27, 2025
8cbacec
Merge remote-tracking branch 'upstream/alternation-engine' into rolldown
L-Mario564 Oct 27, 2025
30f0f8d
Update GH workflows
L-Mario564 Oct 28, 2025
b2f22db
Update Rolldown
L-Mario564 Oct 28, 2025
8776a83
Fixes
L-Mario564 Oct 28, 2025
e0cfed4
drizzle-seed fix
OleksiiKH0240 Oct 28, 2025
5913fca
Merge remote-tracking branch 'upstream/alternation-engine' into rolldown
L-Mario564 Oct 28, 2025
0851d5d
updated release-feature-branch.yaml to start singlestore docker for d…
OleksiiKH0240 Oct 28, 2025
eae475a
added all dbs required for drizzle-seed
OleksiiKH0240 Oct 28, 2025
38c3fd1
Fix exports
L-Mario564 Oct 29, 2025
9d2c11e
Merge branch 'rolldown' of https://github.com/L-Mario564/drizzle-orm …
L-Mario564 Oct 29, 2025
b686efa
Merge remote-tracking branch 'upstream/alternation-engine' into rolldown
L-Mario564 Oct 29, 2025
34b8a80
Strip internal types
L-Mario564 Oct 30, 2025
d474c90
Remove redundant ESM files in builds
L-Mario564 Oct 30, 2025
10d16fa
Update Rolldown config for ORM and Kit
L-Mario564 Oct 30, 2025
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Strip internal types
  • Loading branch information
L-Mario564 committed Oct 30, 2025
commit 34b8a80bc1d701fb39ce7fdcb9e0612d992d0039
3 changes: 1 addition & 2 deletions drizzle-orm/tsconfig.dts.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"declaration": true,
"noEmit": false,
"emitDeclarationOnly": true,
"incremental": false,
"stripInternal": false
"incremental": false
},
"include": ["src"]
}
Loading