relay-compiler-language-typescript icon indicating copy to clipboard operation
relay-compiler-language-typescript copied to clipboard

⛔️ Obsolete - A language plugin for Relay that adds TypeScript support, including emitting type definitions.

Results 51 relay-compiler-language-typescript issues
Sort by recently updated
recently updated
newest added

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.43 to 18.7.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=17.0.43&new-version=18.7.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [jest-cli](https://github.com/facebook/jest/tree/HEAD/packages/jest-cli) from 27.5.1 to 28.1.3. Release notes Sourced from jest-cli's releases. v28.1.3 Features [jest-leak-detector] Use native FinalizationRegistry when it exists to get rid of external C dependency (#12973) Fixes...

dependencies

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.4.3 to 13.0.3. Release notes Sourced from lint-staged's releases. v13.0.3 13.0.3 (2022-06-24) Bug Fixes correctly handle git stash when using MSYS2 (#1178) (0d627a5) v13.0.2 13.0.2 (2022-06-16) Bug...

dependencies

Bumps [glob](https://github.com/isaacs/node-glob) from 7.2.0 to 8.0.3. Changelog Sourced from glob's changelog. 8.0 Only support node v12 and higher \ is now only used as an escape character, and never as...

dependencies

Bumps [husky](https://github.com/typicode/husky) from 7.0.4 to 8.0.1. Release notes Sourced from husky's releases. v8.0.0 What's Changed Feats feat: add husky - prefix to logged global error messages by @​joshbalfour in typicode/husky#1092...

dependencies

Relay 13 generates typescript types, so we don't need this package anymore

I'm running relay-compiler with type script and it generates this exact line ( Empty Alias ) when using "conections". import { FragmentRefs as } from "relay-runtime". ![image](https://user-images.githubusercontent.com/11160251/144399456-8b81c5c0-7e48-45e5-ae65-cd79055f1306.png) Packages versions: ![image](https://user-images.githubusercontent.com/11160251/144399496-5272c099-f12d-496c-817c-c71c531b61b5.png)...

I am sorry if this is not appropriate place to ask this question. How do I get type when passing fragment, right now I have typecast them to any for...

``` Error: Cannot find module 'relay-compiler-language-typescript' Require stack: - /Users/akinncar/Fontes/amora/node_modules/relay-compiler/bin/relay-compiler at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15) ``` I had this error when try to use relay-compiler with this config: ``` module.exports = {...

Currently there is no autocomplete when spreading a fragment reference because there are no graphql fragment files to configure GraphQL VSCode extension with. How about this relay language plugin emit...