Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
166ccf6
Add a command to the typescript-test ci check that builds all of the …
jsdt Jan 8, 2026
902af09
fmt
jsdt Jan 9, 2026
74ef480
Merge branch 'master' into jsdt/ts-test-build-all
jsdt Jan 9, 2026
2c24fac
Use the generate command that formats
jsdt Jan 9, 2026
20aa6cc
Simplify some commands
jsdt Jan 9, 2026
43f8e39
Build all ts templates in ci
jsdt Jan 9, 2026
dd957fd
Merge branch 'master' into jsdt/ts-test-build-all
jsdt Jan 9, 2026
b991a29
Merge branch 'master' into jsdt/ts-test-build-all
jsdt Jan 9, 2026
ba4594d
Merge branch 'master' into jsdt/ts-test-build-all
jsdt Jan 12, 2026
e88f05b
WIP
jsdt Jan 12, 2026
8eab3b7
Merge branch 'jsdt/ts-test-build-all' into jsdt/ts-cqb
jsdt Jan 12, 2026
07d86ec
Get it compiling with a querybuilder
jsdt Jan 12, 2026
4782ff0
Get the test app working with the query builder
jsdt Jan 12, 2026
933b145
Merge branch 'master' into jsdt/ts-test-build-all
jsdt Jan 12, 2026
d67d2bb
Add bindings for some templates
jsdt Jan 12, 2026
57ed7de
Merge branch 'master' into jsdt/ts-test-build-all
jsdt Jan 12, 2026
0e1a9c0
Merge branch 'master' into jsdt/ts-test-build-all
jsdt Jan 13, 2026
348dae8
Merge branch 'jsdt/ts-test-build-all' into jsdt/ts-cqb
jsdt Jan 13, 2026
007e6f1
Update snap
jsdt Jan 13, 2026
e3e212c
Merge branch 'master' into jsdt/ts-cqb
jsdt Jan 15, 2026
257ee82
Add query builder tests using test-app module bindings
jsdt Jan 15, 2026
f9bca6a
Merge branch 'master' into jsdt/ts-cqb
jsdt Jan 20, 2026
a32ce64
fmt
jsdt Jan 20, 2026
f8ea3ab
Merge branch 'master' into jsdt/ts-cqb
jsdt Jan 20, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions crates/bindings-typescript/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ export * from './lib/util';
export * from './lib/identity';
export * from './lib/option';
export * from './lib/result';
export * from './lib/query';
export * from './sdk';
Loading
Loading