Skip to content

Conversation

@psteinroe
Copy link
Collaborator

as per title.

our new config is .jsonc, which is "json with comments". serde doesnt support comments so we strip them before parsing.

also unified all rename_all configs to camelCase.

and added $schema to the jsonc config so we should get auto-complete if the editor supports it.

we will need to update the path to the schema file (if its not available locally, which is preferred) once we have our domain.

Co-authored-by: Julian Domke <68325451+juleswritescode@users.noreply.github.com>
@psteinroe psteinroe changed the base branch from chore/cleanup-feature-gates to main March 16, 2025 16:10
@psteinroe psteinroe merged commit 6a3d573 into main Mar 17, 2025
6 checks passed
psteinroe added a commit that referenced this pull request Mar 17, 2025
* 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 <68325451+juleswritescode@users.noreply.github.com>

* add unit tests

* fix: replace_secion

---------

Co-authored-by: Julian Domke <68325451+juleswritescode@users.noreply.github.com>
psteinroe added a commit that referenced this pull request Mar 17, 2025
* 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 <68325451+juleswritescode@users.noreply.github.com>

* 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 <68325451+juleswritescode@users.noreply.github.com>

* add unit tests

* fix: replace_secion

---------

Co-authored-by: Julian Domke <68325451+juleswritescode@users.noreply.github.com>

---------

Co-authored-by: Julian Domke <68325451+juleswritescode@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants