Eliya Cohen
Eliya Cohen
Oh you're right, I guess I did. It seems like there's no reference on how to test code that uses SST resources.
@TkDodo I think something is off with the current nx configuration. It seems like `test:lib` actually depends on `build` rather than `compile`. As you can see in the failing CI,...
It is if I check the hook's return type, but it will require type checking and will work only for projects using typescript-eslint.
> if we want this, I think we’d need a separate config `recomended-typechecking` ? Somewhat related to https://github.com/TanStack/query/pull/8966. I can add a flag for the rule to explicitly fallback to...
I'm not sure how I missed this issue... in any case, is it still relevant? I don't see the error being reported in the reproduced link
Interesting. I'm using [unbuildjs](https://github.com/unjs/unbuild) which uses rollup under the hood. Since I export both `.` and `/config` which both of them are using the same shared code, the bundler creates...
As stated in previous issues, doing something like this is equivalent to do `(string) as literal` which is unsafe and WILL cause unexpected behaviors. SafeQL's approach is to get the...
Oh, I'm sorry. I missed that. I think this could be achievable, but it would require some adjustments when comparing actual with expected.
Different issue that was introduced in 3.5.0 due to the way safeql handles union of literals. I'll push a fix in the next few days. Edit - fixed in 3.5.1
https://safeql.dev/api/#connections-inferliterals-optional