Cody Olsen

Results 55 issues of Cody Olsen

And I'm totally gonna steal some of your work when I start work on supporting RTL 😁

When a `.eslintrc` is used the plugin-kit correctly detects that I have `@sanity/no-v2-imports` in my `extends` array. But when using `.eslintrc.js` I get this error: ``` ✖ 4 problems (3...

bug
triaged

Testing a new canary of `@sanity/eventsource`

There are a few usages internally, but I'm sure they could be done differently: https://github.com/search?q=org%3Asanity-io+requester&type=code _Originally posted by @rexxars in https://github.com/sanity-io/client/pull/199#discussion_r1175747259_

Instead of having to append `as import('./file.typegen')` to each query, it would be super neat if a `d.ts` were generated. Just 1 file the cli writes to. The `d.ts` could...

Great sources for writing plugins for babel, webpack, swc, rollup etc: - https://github.com/formatjs/formatjs/blob/649a386f4437cdb0edb0f7d894d56c7a629e9f37/website/docs/tooling/swc-plugin.md?plain=1#L16 - https://github.com/formatjs/formatjs/blob/649a386f4437cdb0edb0f7d894d56c7a629e9f37/packages/ts-transformer/integration-tests/vue/integration.test.ts - https://github.com/iendeavor/import-meta-env/blob/main/packages/babel/src/index.ts

- https://github.com/sachinraja/zod-to-ts - https://www.typescriptlang.org/tsconfig#plugins - https://github.com/xialvjun/ts-sql-plugin#readme - https://github.com/adelsz/pgtyped - https://github.com/Quramy/ts-graphql-plugin - https://github.com/asbjornh/eslint-plugin-groq - https://www.npmjs.com/package/prettier-plugin-groq - https://www.npmjs.com/package/groqd - https://www.npmjs.com/package/@asbjorn/eslint-plugin-groq - https://www.npmjs.com/package/sanity-zodify - https://www.npmjs.com/package/zodity - https://github.com/sanity-io/vscode-sanity - https://github.com/alevroub/groq-syntax-highlighting - https://www.npmjs.com/package/@sanity-codegen/groq-codegen - https://github.com/juice49/groqfmt-wasm...