ottomated
ottomated
I see that the feature hasn't been released yet. Hopefully this can all go through soon!
@penberg I have another commit to this repo ready to go for when the next version of @libsql/client is published (the PR was merged but not released) https://github.com/tursodatabase/libsql-client-ts/blob/main/CHANGELOG.md
Adjacent to #12441
I think it's fine to allow some special characters here, but definitely not `=`. `` surprisingly does compile.
Note - SWC also exposes `parse_pat`, which could potentially replace `read_pattern`, thus rendering `read_type_annotation` unused and getting rid of some of the hacks
@trueadm are there no longer plans to look into oxc once vite uses rolldown as mentioned in #13439?
I've published a version to `pnpm i kysely-libsql` (https://github.com/ottomated/kysely-libsql) that I'll be maintaining.
This is updated in the main branch but @penberg needs to release a new version
@yigsvnsla I'm maintaining a fork at https://www.npmjs.com/package/kysely-libsql in the meantime
@overlookmotel re: RegExp serialization - this could be a pretty big issue. oxc_codegen handles printing regex patterns by accessing the source text, but I don't know of a way to...