Michael "Mike" Ferris
Michael "Mike" Ferris
update, I guess it had been a while since I checked, but I found a better AST printer for GraphQL Codegen that prints everything I need into one schema https://the-guild.dev/graphql/codegen/plugins/other/schema-ast...
@LongLiveCHIEF Interesting, I didn't know about the preset, it seem very opinionated (not necessarily a bad thing) I'll look more into this option thanks!
> @Cellule Since I'm using golang, so can I use this codegen too independently as a cli to only generate merged graphql too? Because the examples are all coupled with...
@JoshuaKGoldberg Any chance we can get this merged in?
> @JoshuaKGoldberg looks like CI is not configured properly :( Because the pipeline are defined in https://github.com/JoshuaKGoldberg/package.json-validator/pull/89 Normally you shouldn't put a pipeline required in the settings until it has...
Awesome thanks! I opened a PR to update to 0.7.0 in https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/pull/569
Working with Typescript primarily here. For extensions, I highly doubt it's related since I have the exact same extensions as when I was working on VS Code and noticed a...
I feel you are so close! I updated my repro https://codesandbox.io/p/devbox/confident-orla-xy9d9n with typescript ESM & CommonJS using 2.1.0 Right now I get error `Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: No "exports" main defined in...
I agree, this is a horrible nightmare that we can't seem to wake up from I feel you went 1 step in the right direction by converting to ESM first....
Yeah I updated my sandbox https://codesandbox.io/p/devbox/confident-orla-xy9d9n I get 2 errors 1. `cjs/typescript.ts(1,28): error TS1479: The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced...