Commit 7266ef8
feat: js bindings (#240)
* chore: add our own text-size
* fix: test
* chore: cleanup feature gates
* chore: cleanup remaining feature gates
* refactor: migrate to json config
* fix: lint
* feat: add schema field
* migrate to jsonc config
* feat: wasm attempt 2
* make pglt_wasm crate build
* setup bun monorepo
* feat: bindings
* adapt generate packages
* fix: add pg to job
* fix: run docs codegen
* fixes
* fixes
* fixes
* Update configuration.rs
Co-authored-by: Julian Domke <[email protected]>
* add unit tests
* fix: replace_secion
* fix: remove wasm tools
* remove musl
* remove biome ref
* remove biome ref
* refactor: migrate to jsonc config (#239)
* chore: add our own text-size
* fix: test
* chore: cleanup feature gates
* chore: cleanup remaining feature gates
* refactor: migrate to json config
* fix: lint
* feat: add schema field
* migrate to jsonc config
* fix: run docs codegen
* Update configuration.rs
Co-authored-by: Julian Domke <[email protected]>
* add unit tests
* fix: replace_secion
---------
Co-authored-by: Julian Domke <[email protected]>
---------
Co-authored-by: Julian Domke <[email protected]>1 parent 6a3d573 commit 7266ef8
File tree
38 files changed
+2850
-590
lines changed- .github/workflows
- crates
- pglt_completions
- src
- pglt_diagnostics/src
- display
- pglt_lsp/src/handlers
- pglt_workspace
- src
- workspace
- packages/@pglt
- backend-jsonrpc
- src
- tests
- pglt
- bin
- scripts
- xtask/codegen
- src
38 files changed
+2850
-590
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| |||
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
43 | 49 | | |
44 | 50 | | |
45 | 51 | | |
46 | 52 | | |
| 53 | + | |
47 | 54 | | |
48 | 55 | | |
49 | 56 | | |
| |||
84 | 91 | | |
85 | 92 | | |
86 | 93 | | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
87 | 98 | | |
88 | 99 | | |
89 | 100 | | |
90 | 101 | | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
| 102 | + | |
117 | 103 | | |
118 | 104 | | |
119 | 105 | | |
| |||
145 | 131 | | |
146 | 132 | | |
147 | 133 | | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
148 | 168 | | |
149 | 169 | | |
150 | 170 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
0 commit comments