Vladislav Botvin
Vladislav Botvin
This works https://github.com/cashapp/sqldelight/issues/626#issuecomment-1213319111
Maybe it should be alternative clojurescript-lsp implementation, that communicate with tsserver directly and use all huge TypeScript types. Something like: https://github.com/phil294/coffeesense/
Found ```typescript class Test { constructor( @f.asName('alias_field') field: string; ) {} } ``` But it works only with `constructor`, why it not works with class directly? ```typescript class Test {...
Similar problem https://github.com/MystPi/pprint/issues/4
`npm` resolves this problem by installing multiple versions of same packages, which suitable for every parent package, if it can't be flattened by semver of course. Via that behaviour ☝️...
Using of `overrides` also is choice, but if something will broken, it's your responsibility :)
Totally agree about duplicating packages, but situation, when programmer can't install some package, because some dependency semver conflict exists in tree, is not fine totally. Moreover, with growing ecosystem, this...
Example: ```ts sql`select * from users where user_id = ${sql.mock(userId)}` ``` Here in compile time you receive: `select * from users where user_id = 1` In runtime: `select * from...
Yep, contribution welcome! Thanks!
@ppeeou Great, thanks!